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

core,eth,tests,trie: abstract node scheme, and contruct database #578

Merged
merged 3 commits into from
Sep 25, 2024

Commits on Sep 19, 2024

  1. core,eth,tests,trie: abstract node scheme, and contruct database

    interface instead of keyvalue for supporting storing diff reverse data
    in ancient
    huyngopt1994 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    aaa7b87 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. stacktrie,core,eth: port the changes in stacktries, track the path pr…

    …efix of nodes when commits, use ethdb.Database for constructing trie.Database, it's not necessary right now, but it's required for path-based used to open reverse diff freezer
    huyngopt1994 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    f3f89cb View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

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