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

Document updated verify_proof #4139

Closed
Savio-Sou opened this issue Jan 23, 2024 · 0 comments · Fixed by #4187
Closed

Document updated verify_proof #4139

Savio-Sou opened this issue Jan 23, 2024 · 0 comments · Fixed by #4187
Assignees
Labels
documentation Improvements or additions to documentation
Milestone

Comments

@Savio-Sou
Copy link
Collaborator

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

@Savio-Sou Savio-Sou added the documentation Improvements or additions to documentation label Jan 23, 2024
@Savio-Sou Savio-Sou added this to the 0.23 milestone Jan 23, 2024
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
Labels
documentation Improvements or additions to documentation
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants