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

Open
wants to merge 38 commits into
base: main
Choose a base branch
from
Open

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
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