-
Notifications
You must be signed in to change notification settings - Fork 214
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
backend_barretenberg generateProof throwing unreachable on recursive proof #4618
Comments
What are |
@Savio-Sou Reproduced in similar code on this line. The first line is the console log
|
Hey sorry indeed the example didn't instantiate them. In this example |
example repository isn't debuggable. |
Not sure if this was what @TomAFrench referred to, but this is what I get running
|
Aim
I want to create a proof that verifies another proof by generating the witness of the recursive inputs and feeding them to
backend_barretenberg
. Example:Expected Behavior
I expect it to produce a valid proof
Bug
Instead, it throws an unreachable error:
To Reproduce
Project Impact
None
Impact Context
No response
Workaround
None
Workaround Description
The workaround is to use noir generateProof directly:
Additional Context
No response
Installation Method
None
Nargo Version
No response
NoirJS 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: