-
Notifications
You must be signed in to change notification settings - Fork 5
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
Create mock circuits for testing #40
Comments
SP1 has 3 modes:
Alternative option is to take the existing circuits and remove all the constraints + reads and writes. |
Notes from stand-up
Action items
Takeaway: focus on hollowed out proofs |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current proofs take several hours to produce (depending on the circuit). In order to perform quicker E2E testing we need to make equivalent "dummy" programs that are far smaller in circuit size but have the same inputs. This way we can replace the verifier keys with that of the dummy programs and perform the E2E tests in a reasonable time. The following circuits need their mocked copies:
Tendermint Headers (a.k.a. update-client) @ninabarbakadze
IAVL Merkle Tree Membership (a.k.a membership) @ninabarbakadze
Reth + Celestia State Transition Program (a.k.a.
blevm
) @S1nusAfter the mock circuits for Tendermint proofs are created, we need to wire them up to the celestia-prover service.
After the mock circuits for EVM proofs are created, we need to wire them up to the EVM prover service.
The text was updated successfully, but these errors were encountered: