-
Notifications
You must be signed in to change notification settings - Fork 234
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
Can't assert()
two arrays when contract compiled via aztec-cli compile
#3752
Comments
5 tasks
Thanks for flagging this - it is a bug which is fixed in noir-lang/noir#3916 This can be worked around using
until the fix is included in a release! |
github-merge-queue bot
pushed a commit
to noir-lang/noir
that referenced
this issue
Jan 3, 2024
# Description ## Problem\* Resolves AztecProtocol/aztec-packages#3752 ## Summary\* This PR adds a regression test for AztecProtocol/aztec-packages#3752 which was fixed in #3916. ## Additional Context ## Documentation\* Check one: - [x] No documentation needed. - [ ] Documentation included in this PR. - [ ] **[Exceptional Case]** Documentation to be submitted in a separate 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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When compiling a simple contract that does an
assert(a == b)
on two arrays the wasm compiler complains:Contract:
Using the latest sandbox and CLI images:
The text was updated successfully, but these errors were encountered: