-
Notifications
You must be signed in to change notification settings - Fork 297
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
Make MerkleTreeId
accessible from Noir
#3443
Comments
benesjan
added a commit
that referenced
this issue
Jan 3, 2024
AztecBot
pushed a commit
to AztecProtocol/aztec-nr
that referenced
this issue
Jan 7, 2024
Fixes [#3443](AztecProtocol/aztec-packages#3443) Given that the tree ids are used only in 1 noir file I decided to tackle the issue just by adding a comment to merkle_tree_id.ts and grouping the constants next to each other.
Maddiaa0
pushed a commit
that referenced
this issue
Jan 8, 2024
michaelelliot
pushed a commit
to Swoir/noir_rs
that referenced
this issue
Feb 28, 2024
Fixes [AztecProtocol#3443](AztecProtocol#3443) Given that the tree ids are used only in 1 noir file I decided to tackle the issue just by adding a comment to merkle_tree_id.ts and grouping the constants next to each other.
superstar0402
added a commit
to superstar0402/aztec-nr
that referenced
this issue
Aug 16, 2024
Fixes [#3443](AztecProtocol/aztec-packages#3443) Given that the tree ids are used only in 1 noir file I decided to tackle the issue just by adding a comment to merkle_tree_id.ts and grouping the constants next to each other.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ensure that
MerkleTreeId
enum gets injected intoconstants_gen.nr
.Note: Look for TODO(#3443) when addressing this and use the newly generated values there.
The text was updated successfully, but these errors were encountered: