-
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
Support the new integrity calldata parser #13
Merged
Merged
Commits on Sep 30, 2024
-
feat: replace existing parser with the new integrity parser
The old parser could only prove recursive proofs on Starknet because of calldata/contract size constraints on the network. The new parser can prove small/dex/recursive/recursive_with_poseidon/starknet/starknet_with_keccak layouts.
Configuration menu - View commit details
-
Copy full SHA for 4a2231b - Browse repository at this point
Copy the full SHA 4a2231bView commit details
Commits on Oct 1, 2024
-
feat: add serializing proofs for Starknet (monolith type)
This is same as the existing serialization logic that needed to be replaced because the repo it was relying on (`https://github.com/Okm165/cairo-proof-parser`) was recently removed.
Configuration menu - View commit details
-
Copy full SHA for 46dba71 - Browse repository at this point
Copy the full SHA 46dba71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33f3b7e - Browse repository at this point
Copy the full SHA 33f3b7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc5d1c8 - Browse repository at this point
Copy the full SHA fc5d1c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e04535 - Browse repository at this point
Copy the full SHA 2e04535View commit details -
Configuration menu - View commit details
-
Copy full SHA for 101c598 - Browse repository at this point
Copy the full SHA 101c598View commit details -
Configuration menu - View commit details
-
Copy full SHA for ced6a15 - Browse repository at this point
Copy the full SHA ced6a15View commit details
Commits on Oct 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5b12548 - Browse repository at this point
Copy the full SHA 5b12548View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c4d986 - Browse repository at this point
Copy the full SHA 9c4d986View commit details
Commits on Oct 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 620e5f9 - Browse repository at this point
Copy the full SHA 620e5f9View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.