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

ZkProgram integration test #615

Closed
Trivo25 opened this issue Nov 30, 2022 · 1 comment · Fixed by MinaProtocol/mina#12389
Closed

ZkProgram integration test #615

Trivo25 opened this issue Nov 30, 2022 · 1 comment · Fixed by MinaProtocol/mina#12389
Assignees

Comments

@Trivo25
Copy link
Member

Trivo25 commented Nov 30, 2022

The recursion API is arguably one of SnarkyJS' main feature, and will potentially play an important building block in larger zkApp applications, yet we dont have any tests for it, which allows to easily sneak in bugs or small mistakes like this one #605

TODO first: fix https://github.com/MinaProtocol/mina/blob/develop/src/lib/snarky_js_bindings/test_module/inductive-proofs.js

@mitschabaude
Copy link
Member

I think the most important item would be improving the recursion test which is already in the Mine repo (since that is where recursion is most likely to break): https://github.com/MinaProtocol/mina/blob/develop/src/lib/snarky_js_bindings/test_module/inductive-proofs.js

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