feat: support IVC SNARK prover in e2e tests#3347
Draft
jpraynaud wants to merge 17 commits into
Draft
Conversation
5d864e3 to
20c4d28
Compare
Test Results 5 files ± 0 206 suites ±0 33m 12s ⏱️ - 2h 1m 43s Results for commit e509b98. ± Comparison against base commit 5d25797. This pull request removes 42 and adds 11 tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
20c4d28 to
e2c6d99
Compare
ccb06f4 to
50bddbb
Compare
50bddbb to
069b058
Compare
Expose the trusted setup and key cache modules on wasm and gate the blocking SRS download behind non-wasm so the verifier-only client builds.
Error instead of fabricating an ephemeral Schnorr signer when bootstrapping a Lagrange genesis with a legacy single-Ed25519 key, which produced an unverifiable Schnorr signature.
Pruning epoch settings before the signer registrations that reference them broke the foreign key constraint after a large epoch gap.
Clamp the signer retrieval epoch to the genesis epoch when computing the network configuration, so the aggregator can start at epoch 0.
The Mithril and Cardano stake distribution checks now poll until an artifact reaches the expected epoch instead of asserting once on the latest one.
Replace fixed attempt counts and epoch-fraction delays with a deadline-based poll_until! macro and bounded backoff, keeping detection responsive on long epochs.
Publish the dual (Ed25519 + Schnorr) genesis verification key bundle for the ivc-snark-preview environment.
a73964e to
e509b98
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Conten
This PR includes the adaptation of the end to end tests to support the IVC SNARK proof system.
Pre-submit checklist
Issue(s)
Relates to #3142