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

feat: Starknet storage proof verifier #189

Merged
merged 15 commits into from
Oct 17, 2023

Commits on Sep 22, 2023

  1. initial draft

    maciejka committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    cb232dd View commit details
    Browse the repository at this point in the history
  2. refactorization

    maciejka committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    11fb5d9 View commit details
    Browse the repository at this point in the history
  3. format

    maciejka committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    0e96870 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. refactorization

    maciejka committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    82d8418 View commit details
    Browse the repository at this point in the history
  2. pow optimization

    maciejka committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    3aafb95 View commit details
    Browse the repository at this point in the history
  3. optimization++

    maciejka committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    c181a1d View commit details
    Browse the repository at this point in the history
  4. var rename

    maciejka committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    d408108 View commit details
    Browse the repository at this point in the history
  5. format

    maciejka committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    ad5cd6c View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. iterate proof backwards

    maciejka committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    fa036e2 View commit details
    Browse the repository at this point in the history
  2. format

    maciejka committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    a0266a9 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. move to a separate crate

    maciejka committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    918af44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a080c3e View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    e38638a View commit details
    Browse the repository at this point in the history
  2. fmt

    maciejka committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    8e1fcae View commit details
    Browse the repository at this point in the history
  3. address comments

    maciejka committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    7d34065 View commit details
    Browse the repository at this point in the history