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 want to check the result of my program executions but for some special cases the results are not shown although the witness is generated.
Here are some examples when this is the case.
In all cases I get Circuit witness successfully solved. Older versions seem to give me the expected Circuit output: for all of the provided test cases.
Was there a change that removed this for some special cases, do I have to provide a flag now, or is this a bug?
Expected Behavior
I expected to receive the circuit output Circuit output: ... after the message Circuit witness successfully solved
Bug
For some programs I do no longer receive a Circuit output: ... although nargo execute prints Circuit witness successfully solved.
To Reproduce
Create a new nargo project
Create a file main.nr with the content from above and a Prover.toml (with e.g. in0="1")
nargo execute
Workaround
None
Workaround Description
No response
Additional Context
No response
Project Impact
None
Blocker Context
No response
Nargo Version
nargo version = 0.38.0 noirc version = 0.38.0+35408ab303f1018c1e2c38e6ea55430a2c89dc4c (git version hash: 35408ab, is dirty: false)
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:
Aim
I want to check the result of my program executions but for some special cases the results are not shown although the witness is generated.
Here are some examples when this is the case.
Examples NOT showing the
Circuit output:
Example showing the
Circuit output:
In all cases I get
Circuit witness successfully solved
. Older versions seem to give me the expectedCircuit output:
for all of the provided test cases.Was there a change that removed this for some special cases, do I have to provide a flag now, or is this a bug?
Expected Behavior
I expected to receive the circuit output
Circuit output: ...
after the messageCircuit witness successfully solved
Bug
For some programs I do no longer receive a
Circuit output: ...
althoughnargo execute
printsCircuit witness successfully solved
.To Reproduce
nargo
projectmain.nr
with the content from above and aProver.toml
(with e.g. in0="1")nargo execute
Workaround
None
Workaround Description
No response
Additional Context
No response
Project Impact
None
Blocker Context
No response
Nargo Version
nargo version = 0.38.0 noirc version = 0.38.0+35408ab303f1018c1e2c38e6ea55430a2c89dc4c (git version hash: 35408ab, is dirty: false)
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: