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

fix(state): node hashes vs merkle values #2915

Merged
merged 2 commits into from
Feb 4, 2023

Commits on Feb 3, 2023

  1. fix(state): node hashes vs merkle values

    - Pruners only care about node hashes
    - Rename variables, functions and methods only dealing with node hashes
    - Do not write or read inlined nodes with a non-hash Merkle value
    - Clarify error wrappings and comments
    qdm12 committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    6ec6f5c View commit details
    Browse the repository at this point in the history
  2. Apply PR feedback

    qdm12 committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    e3aaddf View commit details
    Browse the repository at this point in the history