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): add program that proves block execution #688

Closed
wants to merge 143 commits into from

Conversation

fborello-lambda
Copy link
Contributor

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

Motivation

  • Implement block execution proving step.

Description

  • Change the current zkVM (fibonacci) with the block execution zkVM.

Continues in #820

fmoletta and others added 30 commits September 23, 2024 16:18
- `l1_tx_sender.rs` is the module that contains the logic for the L1TxSender, component of the operator in charge of sending transactions to L1, these are: commit and verify txs.
- `l1_watcher.rs` is the module that contains the logic for the L1Watcher, component of the operator that listens to specific L1 events and executes txs on L2 based on said events.
- The `prover` module is empty for the moment, but it'll contain the logic for getting proof data for block proof generation, and final proof submission.
ManuelBilbao and others added 4 commits October 3, 2024 11:27
Co-authored-by: Ivan Litteri <67517699+ilitteri@users.noreply.github.com>
Co-authored-by: Ivan Litteri <67517699+ilitteri@users.noreply.github.com>
@fborello-lambda fborello-lambda self-assigned this Oct 3, 2024
@fborello-lambda fborello-lambda mentioned this pull request Oct 3, 2024
@ilitteri ilitteri changed the title feat(L2 - prover): add sp1 program that proves block execution feat(L2 - prover): add program that proves block execution Oct 3, 2024
@ManuelBilbao ManuelBilbao added the L2 label Oct 7, 2024
Base automatically changed from l2_connect_components to main October 9, 2024 18:57
@fborello-lambda fborello-lambda added this to the 2 - Basic L2 & Proving milestone Oct 9, 2024
@fborello-lambda fborello-lambda force-pushed the l2/prover-execute-block branch from 0fc4240 to 981d952 Compare October 10, 2024 13:34
@mpaulucci mpaulucci changed the title feat(L2 - prover): add program that proves block execution feat(l2): add program that proves block execution Oct 11, 2024
@fborello-lambda fborello-lambda deleted the l2/prover-execute-block branch October 15, 2024 21:54
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.

4 participants