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

Test for multiple assumptions to see if the env::verify function does automatic matching #1401

Open
ercecan opened this issue Oct 31, 2024 · 0 comments

Comments

@ercecan
Copy link
Member

ercecan commented Oct 31, 2024

For guest side verification we send assumptions from the host to the guest which are basically receipts of batch proofs in our case. To verify them in guest we also send their corresponding journals. In some cases there will be more than one batch proof to verify. To make sure the env::verify function does match the journals to the assumptions we should write a test with multiple batch proofs landing an L1 block and the light client prover should successfully verify and create light client proof for these batch proofs

TLDR: Test for multiple assumptions to see if the env::verify function does automatic matching between the journal and the assumption or do we need to verify them in order?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant