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
This commit introduced an error where official circuit examples are failing with Wrong public input format!
Wrong public input format!
202fbd0
Checkout to 202fbd0 commit and try running: npx hardhat verify-circuit-proof-all it will fail with:
npx hardhat verify-circuit-proof-all
Verify proofs of all circuits Verify : ../contracts/zkllvm/circuit1/proof.bin Wrong public input format! Verify : ../contracts/zkllvm/circuit2/proof.bin Wrong public input format! Verify : ../contracts/zkllvm/circuit3/proof.bin Wrong public input format! Verify : ../contracts/zkllvm/circuit4/proof.bin Wrong public input format! Verify : ../contracts/zkllvm/circuit6/proof.bin Wrong public input format!
The text was updated successfully, but these errors were encountered:
Tests updated. Empty input file processing updated. #108
b7e57a7
2a0ef5f
ETatuzova
Successfully merging a pull request may close this issue.
Description
This commit introduced an error where official circuit examples are failing with
Wrong public input format!
Commit which introduced the issue
202fbd0
Steps to reproduce:
Checkout to 202fbd0 commit and try running:
npx hardhat verify-circuit-proof-all
it will fail with:
The text was updated successfully, but these errors were encountered: