We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
recursion
The recursion interface was updated as of AztecProtocol/aztec-packages#4221, which introduced breaking changes like:
#[recursive]
As they were breaking changes, the current example compatible with Noir v0.23.0 is incompatible with ≥v0.24.0.
Update the example to demonstrate how is recursion used with Noir v0.24.0.
No response
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.
No
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
The recursion interface was updated as of AztecProtocol/aztec-packages#4221, which introduced breaking changes like:
#[recursive]
attribute for programs to be recursively verifiedAs 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
The text was updated successfully, but these errors were encountered: