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

Clean up previous proof arguments handling in Pickles/SnarkyJS #6

Merged
merged 6 commits into from
May 8, 2023

Conversation

mitschabaude
Copy link
Member

@mitschabaude mitschabaude commented Apr 18, 2023

this simplifies the Pickles bindings by handling the public inputs and outputs of proofs on the JS side, instead of in OCaml -- consistent with how other private inputs are handled

@mitschabaude mitschabaude changed the base branch from main to feature/zkprogram-return April 18, 2023 13:54
Comment on lines -2037 to -2040
(* TODO: Push this down into SnarkyJS so that it controls the
public inputs of prev proofs, and we can delete this
annoying logic.
*)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this TODO is resolved now

Base automatically changed from feature/zkprogram-return to main May 5, 2023 18:50
@mitschabaude mitschabaude merged commit d0799d9 into main May 8, 2023
@mitschabaude mitschabaude deleted the feature/zkprogram-cleanup branch May 8, 2023 18:48
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 this pull request may close these issues.

2 participants