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 44 commits into
base: main
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 and others added 30 commits December 3, 2024 13:27
**Motivation**

We would like to have the contracts that perform the zk proof
verification deployed locally.

**Description**

- Deploy the `groth16verifier`
- Extra steps are needed to allow multiple zkVMs, we may configure the
contract to skip the verification of each zk proof independently.

Will be used by #1397
@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
Base automatically changed from l2/implement_sp1 to main December 23, 2024 16:07
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