-
Notifications
You must be signed in to change notification settings - Fork 200
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
Bring nested recursion example into noir-lang/noir #4410
Comments
…ications (#4466) # Description ## Problem Other how-to guides not mentioned in #4410 need to be updated to the v0.24.0 function naming. ## Summary This pull request updates the documentation to match the function naming conventions introduced in version 0.24.0. Specifically, it changes references from `generateFinalProof` and `verifyFinalProof` to `generateProof` and `verifyProof` respectively. ## Additional Context The changes were made across multiple documentation files, including tutorials and how-to guides. ## Documentation - [x] Documentation included in this PR. # PR Checklist - [x] I have tested the changes locally. - [x] I have formatted the changes with [Prettier](https://prettier.io/) and/or `cargo fmt` on default settings. --------- Co-authored-by: josh crites <jc@joshcrites.com>
…ications (#4466) # Description ## Problem Other how-to guides not mentioned in #4410 need to be updated to the v0.24.0 function naming. ## Summary This pull request updates the documentation to match the function naming conventions introduced in version 0.24.0. Specifically, it changes references from `generateFinalProof` and `verifyFinalProof` to `generateProof` and `verifyProof` respectively. ## Additional Context The changes were made across multiple documentation files, including tutorials and how-to guides. ## Documentation - [x] Documentation included in this PR. # PR Checklist - [x] I have tested the changes locally. - [x] I have formatted the changes with [Prettier](https://prettier.io/) and/or `cargo fmt` on default settings. --------- Co-authored-by: josh crites <jc@joshcrites.com>
Details from Tom:
|
Following #5072, proving and verification workflow would be scoped out of NoirJS. The PR includes updates to the doc page. Commenting here for @noir-lang/developerrelations and readers' awareness in case it leads to changes to existing / planned works with respect to this Issue. |
if not done by the end of the week, moving to blocked |
Yeah, issue relayed again to Noir team. Now blocked until workaround/fix found. |
@jzaki could you link me to the relevant noir-lang/noir or AztecProtocol/aztec-packages Issue? |
Okay, with a little tip form Tom, I did get it to pass, but by doing something that seems wrong and different to between what nargo returns and bb expects between binary vs js. I'll check with Tom this morning and create an issue for the lack of intuition on the .js side to document, or an issue for the .js side to be aligned with the binaries' way. |
Added two benchmark circuits from Savio, 2^17 succeeds, 2^18 fails. The recursion test is skipped. Once 2^18 works again, the skipped recursion tests should readily be made to pass again, so can unskip it and remove the benchmark tests. |
Thanks @jzaki.
If you have time it might be good to file an Issue for it in https://github.com/AztecProtocol/aztec-packages. |
Prerequisites
The text was updated successfully, but these errors were encountered: