-
Notifications
You must be signed in to change notification settings - Fork 2
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
chore(poseidon): add verification key json files #125
Conversation
|
@@ -2,7 +2,7 @@ | |||
"name": "@zk-kit/poseidon-artifacts", | |||
"description": "zk-kit poseidon artifacts", | |||
"license": "MIT", | |||
"version": "1.0.0-beta.1", | |||
"version": "1.0.0-beta.4", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we test them before merging?
Would be better |
Do we need the CLI? All the artifacts are ready to be used. So snarkjs can be used to generate the proof and then to verify it right? |
0f4d6f1
to
5b56e77
Compare
The reason why my initial tests were failing (making me believe the CLI was buggy) was because I was using incompatible zkey and vkey artifacts to generate and verify the proofs.
This will fail (which is what i was initially doing) |
c873086
to
4e8c557
Compare
* test(poseidon): verify proofs * test: update
@sripwoud kk, then this PR looks ok to me! |
Generated with:
options.json
:Test
See #143