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): multi prover foundations #1397

Merged
merged 43 commits into from
Dec 23, 2024
Merged

feat(l2): multi prover foundations #1397

merged 43 commits into from
Dec 23, 2024

Conversation

fborello-lambda
Copy link
Contributor

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

Motivation

We want to have multiple prover_clients with different proving systems running in parallel, then the prover_server should keep track of each proving system and their proofs to verify them on chain.

When all the required proving systems finish to create the blocks proof, and then verified on chain, we can say that the blockchain is advancing.

At the moment, just one proving system is allowed, there isn't a mechanism to keep track of many prover_clients with different proving systems.

Description

  • Introduce a common API to access different proving systems.
  • Deployment and modification of contracts.
  • Switch between the prover_client's proving systems

@fborello-lambda fborello-lambda self-assigned this Dec 3, 2024
@fborello-lambda fborello-lambda marked this pull request as ready for review December 10, 2024 17:16
@fborello-lambda fborello-lambda requested a review from a team as a code owner December 10, 2024 17:16
@jrchatruc jrchatruc added this pull request to the merge queue Dec 23, 2024
Merged via the queue into main with commit 5e136f4 Dec 23, 2024
24 checks passed
@jrchatruc jrchatruc deleted the l2/implement_sp1 branch 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: Done
Development

Successfully merging this pull request may close these issues.

2 participants