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

Commits on Sep 30, 2024

  1. 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.
    mellowcroc committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    4a2231b View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. 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.
    mellowcroc committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    46dba71 View commit details
    Browse the repository at this point in the history
  2. doc: fix minor mistake

    mellowcroc committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    33f3b7e View commit details
    Browse the repository at this point in the history
  3. fix: monolith -> split

    mellowcroc committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    fc5d1c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e04535 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    101c598 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ced6a15 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    5b12548 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c4d986 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    620e5f9 View commit details
    Browse the repository at this point in the history