-
Notifications
You must be signed in to change notification settings - Fork 141
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
ZkProgram proofs when proofsEnabled=false #2067
Comments
Can you share a minimal reproducible example? |
After compiling it couple more times, Here is the corresponding test file |
I can't reproduce the issue :/ |
Hey @kadirchan, it would be helpful if you can create a much smaller example that isolates the problem. Assuming that the issue occurs when compiling any zkprogram with proofs disabled, a minimum reproducible example should be a single scripts that compiles a dummy program and generates a proof. The more you can scope down the exact context in which the bug appears, the easier it is for us to triage it. I'm actually not sure what the incorrect behavior is in this case. Is there more detail in the stack trace containing |
While testing with
proofEnabled=false
mode when I didn't compile my ZkProgram that I use in contract, it givesThen I compiled it and use with
proofsEnabled=false
everything is fine, but when try to use it after withit throws with
.greaterThanOrEqual is not a function
error.The text was updated successfully, but these errors were encountered: