Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(taiko-client): support tier_zkvm_any #18721

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

YoGhurt111
Copy link
Contributor

No description provided.

@YoGhurt111 YoGhurt111 self-assigned this Jan 6, 2025
@YoGhurt111 YoGhurt111 marked this pull request as draft January 6, 2025 12:36
@YoGhurt111 YoGhurt111 linked an issue Jan 6, 2025 that may be closed by this pull request
)

// ZKAnyProofProducer generates a ZK proof for the given block.
type ZKAnyProofProducer struct {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not 100% sure but can we try to make something like this to reduce the code redundancy:

type ZKAnyProofProducer struct {
  spProducer *ZKvmProofProducer
  r0Producer *ZKvmProofProducer
}

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or make zkAny another option of the current ZKvmProofProducer, if its just API request body changes.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure what raiko will design their api.
Currently code change is based on adding a new api without breaking change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(taiko-client): support TIER_ZKVM_ANY in prover
2 participants