noir-lang / noir-examples

A repo of example Noir projects.
MIT License
36 stars 13 forks source link

Update `recursion` to Noir v0.24.0 #16

Closed Savio-Sou closed 6 months ago

Savio-Sou commented 7 months ago

Problem

The recursion interface was updated as of https://github.com/AztecProtocol/aztec-packages/pull/4221, which introduced breaking changes like:

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