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

Add support to wrap prover for verifying chunked step proofs #14331

Merged
merged 19 commits into from
Oct 18, 2023

Conversation

mrmr1993
Copy link
Member

This PR fixes the remaining bugs in the wrap prover for handling chunked step proofs.

To achieve this, this PR

With these changes, this PR now passes the local test for creating proofs using chunks in pickles. The last remaining stage is verifying those proofs recursively using the step circuit, which will be completed in an upcoming PR.

@mrmr1993 mrmr1993 requested review from a team as code owners October 12, 2023 17:03
@mrmr1993
Copy link
Member Author

!ci-build-me

@mrmr1993
Copy link
Member Author

!ci-build-me

@mrmr1993
Copy link
Member Author

!ci-build-me

@mrmr1993 mrmr1993 mentioned this pull request Oct 14, 2023
Base automatically changed from feature/and-yet-more-chunks to develop October 16, 2023 10:17
@@ -1561,6 +1563,7 @@ module Make_str (_ : Wire_types.Concrete) = struct
~endo:Endo.Step_inner_curve.base
~mds:Tick_field_sponge.params.mds
~srs_length_log2:Common.Max_degree.step_log2
~zk_rows:3
Copy link
Member

Choose a reason for hiding this comment

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

Nit: having a constant somewhere we use everywhere would be nice.

@mrmr1993 mrmr1993 requested a review from a team as a code owner October 17, 2023 07:15
@mrmr1993
Copy link
Member Author

!ci-build-me

@mrmr1993
Copy link
Member Author

!ci-build-me

@mrmr1993
Copy link
Member Author

!ci-build-me

@mrmr1993
Copy link
Member Author

!ci-build-me

Copy link
Contributor

@mitschabaude mitschabaude left a comment

Choose a reason for hiding this comment

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

approving o1js bump

@mrmr1993 mrmr1993 merged commit 5794dc2 into develop Oct 18, 2023
@mrmr1993 mrmr1993 deleted the feature/surely-not-more-chunks branch October 18, 2023 11:04
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.

3 participants