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

Update recursion to Noir v0.24.0 #16

Closed
Savio-Sou opened this issue Feb 16, 2024 · 0 comments
Closed

Update recursion to Noir v0.24.0 #16

Savio-Sou opened this issue Feb 16, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Savio-Sou
Copy link
Contributor

Savio-Sou commented Feb 16, 2024

Problem

The recursion interface was updated as of AztecProtocol/aztec-packages#4221, which introduced breaking changes like:

  • New #[recursive] attribute for programs to be recursively verified
  • Merged proving and verifying methods in NoirJS (i.e. no more separated IntermediateProof and FinalProof methods)

As they were breaking changes, the current example compatible with Noir v0.23.0 is incompatible with ≥v0.24.0.

Happy Case

Update the example to demonstrate how is recursion used with Noir v0.24.0.

Alternatives Considered

No response

Additional Context

Corresponding doc-changing PRs for reference:

This Issue is not considered a blocker to the public release of v0.24.0, simply as extra context the release is aimed in the week of 26 Feb.

Would you like to submit a PR for this Issue?

No

Support Needs

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

No branches or pull requests

2 participants