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

refactor: tree traversal implemented using a new iterator abstraction, multiproofs #36

Merged
merged 15 commits into from
Oct 23, 2024

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    d698670 View commit details
    Browse the repository at this point in the history
  2. fix: iterator

    cchudant committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    90400b0 View commit details
    Browse the repository at this point in the history
  3. fix: compile

    cchudant committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    b14c545 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    28661b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e40d57b View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. refactor: switch to slotmap

    cchudant committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    1df3111 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a66f56f View commit details
    Browse the repository at this point in the history
  3. tests: cool doc comment :)

    cchudant committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    ca72fc6 View commit details
    Browse the repository at this point in the history
  4. feat: merkle multiproof

    cchudant committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    f79dc23 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. Configuration menu
    Copy the full SHA
    95da8db View commit details
    Browse the repository at this point in the history
  2. fix: sneaky little bug

    cchudant committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    6c84019 View commit details
    Browse the repository at this point in the history
  3. fix: cleanup, clippy

    cchudant committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    b0ff3da View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. feat: tree max_height

    cchudant committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    bcab08a View commit details
    Browse the repository at this point in the history
  2. fix: tree max_height tests

    cchudant committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    956b537 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

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