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

feat: SNARK over inclusion and non-inclusion proofs from last Celestia block #70

Open
Tracked by #71
distractedm1nd opened this issue Jul 17, 2024 · 0 comments
Open
Tracked by #71

Comments

@distractedm1nd
Copy link
Contributor

Once we are a based rollup, the prover needs to add to the SNARK that:

  1. If there were no operations in the last celestia block, the non-inclusion proof is valid
  2. If there were operations, we ran all operations

Point two is a bit tricky because we need to figure out how to prove that an invalid operation can be thrown out
Point one will be a bit simpler because sovlabs wrote the NMT in rust and we can throw that into a zkVM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

1 participant