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

Support the new integrity calldata parser #13

Merged
merged 10 commits into from
Oct 9, 2024

Conversation

mellowcroc
Copy link
Collaborator

No description provided.

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.
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.
@mellowcroc mellowcroc self-assigned this Oct 1, 2024
Copy link
Contributor

@rot256 rot256 left a comment

Choose a reason for hiding this comment

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

Looks good, but I will take a more thorough look next week.

@mellowcroc mellowcroc merged commit 41fddfa into main Oct 9, 2024
1 check failed
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