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
Generate a proof for this program.
A proof is successfully generated.
We get the following error:
Message: internal error: entered unreachable code: ICE: Should have been in cache v1338 Instruction { instruction: Id(1327), position: 0, typ: Numeric(Unsigned { bit_size: 1 }) } Location: crates/noirc_evaluator/src/ssa_refactor/acir_gen/mod.rs:720
git clone https://github.com/aragonzkresearch/noir-trie-proofs
cd noir-trie-proofs/tests/depth_8_storage_proof
nargo prove
Compiled from source
nargo 0.9.0 (git version hash: 9b417da, is dirty: false)
These appear to be the offending lines. Commenting them out should result in a failure to satisfy constraints but instead yields a different error:
Message: Should not read uninitialized memory Location: /home/ax0/.cargo/registry/src/github.com-1ecc6299db9ec823/acvm-0.21.0/src/pwg/memory_op.rs:26
No
No response
The text was updated successfully, but these errors were encountered:
Potentially related to the issues in #1954?
Sorry, something went wrong.
tecurve::contains
jfecher
Successfully merging a pull request may close this issue.
Aim
Generate a proof for this program.
Expected Behavior
A proof is successfully generated.
Bug
We get the following error:
To Reproduce
git clone https://github.com/aragonzkresearch/noir-trie-proofs
cd noir-trie-proofs/tests/depth_8_storage_proof
nargo prove
Installation Method
Compiled from source
Nargo Version
nargo 0.9.0 (git version hash: 9b417da, is dirty: false)
Additional Context
These appear to be the offending lines. Commenting them out should result in a failure to satisfy constraints but instead yields a different error:
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: