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

Add verkle trie #20

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open

Add verkle trie #20

wants to merge 19 commits into from

Commits on Jun 3, 2024

  1. Add verkle trie init

    peterlimg committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    2169e73 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

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

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    535df44 View commit details
    Browse the repository at this point in the history
  2. Make proof and verify

    peterlimg committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    3d2ca83 View commit details
    Browse the repository at this point in the history
  3. Naming refactor

    peterlimg committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    057a98f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79bafb1 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

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

Commits on Jun 8, 2024

  1. Configuration menu
    Copy the full SHA
    df6862c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df68ff2 View commit details
    Browse the repository at this point in the history
  3. Fix rocksdb Get

    peterlimg committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    3745a00 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. Fix rocksdb for verkle

    peterlimg committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    4ab765d View commit details
    Browse the repository at this point in the history
  2. Ignore .db

    peterlimg committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    7c847f7 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Add more benchmarks

    peterlimg committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    b9f8683 View commit details
    Browse the repository at this point in the history
  2. Refactor test naming

    peterlimg committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    35643c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    663cee1 View commit details
    Browse the repository at this point in the history
  4. Add test for FileMeta

    peterlimg committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    15bf088 View commit details
    Browse the repository at this point in the history
  5. Rename test case

    peterlimg committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    718e78d View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Add rollback support

    peterlimg committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    c66e00d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e53335 View commit details
    Browse the repository at this point in the history