-
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
Prover service for EVM #41
Comments
@cmwaters has an in-flight PR that sets up some directories we can re-use in this issue: #33
When do we generate the proof?
Partially blocked on #42 |
Stand-up notes
|
|
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Similar to #33, we need a proving service the relayer can use to update the groth16 client on simapp/celestia.
This will wrap the program https://github.com/S1nus/blevm/tree/main and should comply with the current proposed interface (of course subject to change) here. We can worry about the membership proofs later, in the short term we should just worry about proving the state transition function
The text was updated successfully, but these errors were encountered: