You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The application panicked (crashed).
Message: internal error: entered unreachable code: Cannot assign linear term to a constrain of width 3
Location: /mnt/user-data/alvaro/.cargo/registry/src/github.com-1ecc6299db9ec823/acvm-backend-barretenberg-0.10.0/src/barretenberg_structures.rs:114
I think the cause is that the nargo info on contracts is trying to run get_exact_circuit_size on unoptimized bytecode, since adding optimize_circuit(backend, function.bytecode) avoided the panic.
To Reproduce
Installation Method
Compiled from source
Nargo Version
No response
Additional Context
No response
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:
I think the cause is that the nargo info on contracts is trying to run get_exact_circuit_size on unoptimized bytecode, since adding optimize_circuit(backend, function.bytecode) avoided the panic.
Aim
Running nargo info on https://github.com/AztecProtocol/aztec-packages/tree/master/yarn-project/noir-contracts/src/contracts/easy_private_token_contract
Expected Behavior
It should print the info about the contract:
Bug
Instead I'm getting this error:
I think the cause is that the nargo info on contracts is trying to run
get_exact_circuit_size
on unoptimized bytecode, since addingoptimize_circuit(backend, function.bytecode)
avoided the panic.To Reproduce
Installation Method
Compiled from source
Nargo Version
No response
Additional Context
No response
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: