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
I'm trying to generate a proof (with nargo prove <proof_name> <circuit_name> over a previously compiled circuit (compiled with nargo compile <circuit_name>).
Expected behavior
Nargo should prove the cached circuit without exceptions.
Aim
I'm trying to generate a proof (with
nargo prove <proof_name> <circuit_name>
over a previously compiled circuit (compiled withnargo compile <circuit_name>
).Expected behavior
Nargo should prove the cached circuit without exceptions.
Bug
Compiled circuit fetching fails because the ACIR hash is stored with a
.json.sha256
extension and when fetching the keys, an ACIR hash file with.json.checksum
extension is being loaded.To reproduce
nargo new foo
.nargo compile my_circuit
.nargo prove my_proof my_circuit
.Installation method
Compiled from source
Nargo version
0.3.1
@noir-lang/noir_wasm version
No response
@noir-lang/barretenberg version
No response
@noir-lang/aztec_backend version
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: