-
Notifications
You must be signed in to change notification settings - Fork 232
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
The application panicked (crashed), Message: no entry found for key #7084
Comments
@noir-lang/developerrelations looks like Nithin is running into issues with aztec docs. @Nithin-Varma Can you provide the code you're trying to compile and the version of nargo you're compiling with? |
use aztec::macros::{functions::{initializer, private}, storage::storage}; #[storage] #[initializer] #[private] unconstrained fn get_counter(owner: AztecAddress) -> pub Field { at this point i am just following docs to understand compiler and outputs better i tried with 0.69.1 as well but seems like there are few issues with 0.69.1 while starting sandbox, so i downgraded to the 0.67.0 |
The documentation is linked to a specific version, so if you are trying compile a contract from the current docs with an older version of You can find the code snippets for the corresponding sections wrapping in comments like I just tried it with the counter contract source at version tag 0.67.0 and it compiles. |
please mention this in the documentation, so that people who new to it wont get confused. |
Aim
I am just trying to compile the private-counter example from the this documentation.
Expected Behavior
it should compile the code when i run aztec-nargo compile
Bug
The application panicked (crashed).
Message: no entry found for key
Location: compiler/noirc_frontend/src/node_interner.rs:1096
This is a bug. We may have already fixed this in newer versions of Nargo so try searching for similar issues at https://github.com/noir-lang/noir/issues/.
If there isn't an open issue for this bug, consider opening one at https://github.com/noir-lang/noir/issues/new?labels=bug&template=bug_report.yml
nithin@nithins-MacBook-Pro counter % aztec-nargo compile
To Reproduce
Workaround
None
Workaround Description
No response
Additional Context
No response
Project Impact
None
Blocker Context
No response
Nargo Version
No response
NoirJS Version
No response
Proving Backend Tooling & Version
No response
Would you like to submit a PR for this Issue?
None
Support Needs
No response
The text was updated successfully, but these errors were encountered: