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

Introduce verify_all_proofs and update integration tests #192

Merged

Conversation

LindaGuiga
Copy link
Contributor

This PR introduces verify_all_proofs and updates integration tests with this method.

@github-actions github-actions bot added the crate: evm_arithmetization Anything related to the evm_arithmetization crate. label Apr 25, 2024
@@ -116,13 +116,32 @@ fn verify_initial_memory<
Ok(())
}

pub fn verify_proof<F: RichField + Extendable<D>, C: GenericConfig<D, F = F>, const D: usize>(
pub fn verify_all_proofs<
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd rather put this in a testing module, similarly to prove_all_segments as it isn't aimed to be used outside of testing.

@LindaGuiga LindaGuiga merged commit 3646fb8 into 0xPolygonZero:feat/continuations Apr 25, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crate: evm_arithmetization Anything related to the evm_arithmetization crate.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants