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

cmd, core/state, eth, tests, trie: improve state reader #27428

Merged
merged 4 commits into from
Jun 20, 2023

Commits on Jun 20, 2023

  1. cmd, core/state, eth, tests, trie: improve state reader

    The state availibilty is checked when a state reader is requested
    to be created. In hash-based database, if the specified root node
    is not existent in disk, then the state reader won't be created
    and an error will be returned.
    rjl493456442 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    1c2e19f View commit details
    Browse the repository at this point in the history
  2. trie: address comments

    rjl493456442 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    53fa066 View commit details
    Browse the repository at this point in the history
  3. core/state: add test

    rjl493456442 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    dadd6cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08afbb8 View commit details
    Browse the repository at this point in the history