-
Notifications
You must be signed in to change notification settings - Fork 220
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
Document updated verify_proof
#4139
Comments
This was referenced Jan 25, 2024
5 tasks
github-merge-queue bot
pushed a commit
that referenced
this issue
Jan 30, 2024
# Description This PR documents the new recursion interface. ## Problem\* Resolves #4139 Resolves AztecProtocol/dev-rel#148 ## Summary\* - Removes the usage of `aggregation object` while retaining the mention that recursive proofs are actually aggregation of proofs - Removes the mention to add the size of public inputs to the proof, as they are now separate - Removes some leftover explainer in the `verify_proof` reference ## Additional Context `noir-examples` is actually not working with this new interface, as I'm blocked by a weird issue where proofs give me my dear friend `unreachable` Will debug that next week with @TomAFrench but I think we're good to push the docs for now. --------- Co-authored-by: Cat McGee <helloworld@mcgee.cat>
github-merge-queue bot
pushed a commit
that referenced
this issue
Feb 1, 2024
# Description ## Problem\* Followup to #4187 for resolving #4139 ## Summary\* We no longer need to distinguish between `generateIntermediateProof` and `generateFinalProof`. This will go into effect once AztecProtocol/aztec-packages#4221 is merged and released. ## Additional Context ## Documentation\* Check one: - [ ] No documentation needed. - [ ] Documentation included in this PR. - [ ] **[Exceptional Case]** Documentation to be submitted in a separate PR. # PR Checklist\* - [ ] I have tested the changes locally. - [ ] I have formatted the changes with [Prettier](https://prettier.io/) and/or `cargo fmt` on default settings. --------- Co-authored-by: José Pedro Sousa <outgoing@zpedro.dev> Co-authored-by: Cat McGee <helloworld@mcgee.cat>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Update documentations of
verify_proof
, which was updated in #3955 (more precisely AztecProtocol/aztec-packages#3744).Corresponding pages in docs:
cc @noir-lang/developerrelations FYI
The text was updated successfully, but these errors were encountered: