Skip to content
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

Wrong public input format for official examples #108

Closed
0xAleksaOpacic opened this issue Mar 10, 2024 · 0 comments · Fixed by #109
Closed

Wrong public input format for official examples #108

0xAleksaOpacic opened this issue Mar 10, 2024 · 0 comments · Fixed by #109
Assignees

Comments

@0xAleksaOpacic
Copy link

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:

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!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants