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(l2): multiple provers at the same time #1466

Open
wants to merge 6 commits into
base: l2/implement_sp1
Choose a base branch
from

Conversation

fborello-lambda
Copy link
Contributor

@fborello-lambda fborello-lambda commented Dec 11, 2024

Motivation

In order to send all the proofs at the same time we should store them and then check if we have all the needed proofs. If that's the case, the transaction that verifies them on chain has to be sent.

Description

  • Wait for all Proving Systems and store their proofs.
  • Send the Verify transaction with some extra logic involved.
  • Remove the proofs that have been used.

Closes #1457

@fborello-lambda fborello-lambda self-assigned this Dec 11, 2024
@fborello-lambda fborello-lambda marked this pull request as ready for review December 11, 2024 21:15
@fborello-lambda fborello-lambda requested a review from a team as a code owner December 11, 2024 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

1 participant