We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to prove with compiled, linked and assigned data leads to an error:
zkldoom/zkldoom-proof.bin_tmp.ll:6:77: warning: ptr type is only supported in -opaque-pointers mode %struct.replay_data_t = type { i32, i32, i32, i32, i32, i32, i32, i32, i32, ptr, ptr, ptr } ^ assigner: zkldoom/zkldoom-proof.bin_tmp.ll:6:77: error: expected type %struct.replay_data_t = type { i32, i32, i32, i32, i32, i32, i32, i32, i32, ptr, ptr, ptr }
(the same error was fixed in assigner, maybe prover uses too old version of assigner)
run with command (paths removed):
./proof-generator --circuit_input=zkldoom/zkldoom-statement.json --public_input=zkldoom/zkldoom-input.json --proof_out=zkldoom/zkldoom-proof.bin
Attached 'zkldoom-statement.json' and zkldoom-input.json zkldoom-statement-inputs.zip
zkldoom-input.json
The text was updated successfully, but these errors were encountered:
Hey, @BoogerWooger! We're updating our distribution pipeline right now. Issue #111 will resolve this issue with the updated proof generator.
Sorry, something went wrong.
No branches or pull requests
Trying to prove with compiled, linked and assigned data leads to an error:
(the same error was fixed in assigner, maybe prover uses too old version of assigner)
run with command (paths removed):
Attached 'zkldoom-statement.json' and
zkldoom-input.json
zkldoom-statement-inputs.zip
The text was updated successfully, but these errors were encountered: