-
Notifications
You must be signed in to change notification settings - Fork 14
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
Index out of bounds, array has size 64, but index was 64 #7
Comments
Thanks for submitting an issue! The bug you're experiencing has recently been fixed (see noir-lang/noir#2133). Could you try compiling Noir from source with the latest changes from master and report back? |
unfortunately, it's still present. I reinstalled the latest package with For reference, here is my config and the commit hash of my nargo version.
does your nargo version correspond to the above? |
I'm on the following version and can confirm that proofs can be generated:
|
Now it works like a charm with the nargo version |
When I used this version of nargo, there was such an error
|
I just cloned this repo, and the test throws the following error at this line
What's strange is that tests, such as
cryptopunk1()
, pass without errors.A circuit in my project importing this repo also fails to run
nargo prove
throwing an error below. But again, tests run successfully.nargo version: v0.10.4 ( macOS (Apple Silicon) )
The text was updated successfully, but these errors were encountered: