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/state: perform updates before deletions when mutating tries #29201

Merged

Commits on Mar 11, 2024

  1. core/state: in IntermediateRoot perform state object updates before d…

    …eletions to prevent potential unnecessary trie node resolution.
    jwasinger committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    cc2ca55 View commit details
    Browse the repository at this point in the history
  2. remove character

    jwasinger committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    55eb161 View commit details
    Browse the repository at this point in the history
  3. Update core/state/statedb.go

    Co-authored-by: Martin HS <martin@swende.se>
    jwasinger and holiman committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    9373700 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c37d1a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    23e6582 View commit details
    Browse the repository at this point in the history
  6. make it cleaner

    jwasinger committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    d1844fb View commit details
    Browse the repository at this point in the history
  7. simplify updateTrie

    Co-authored-by: Martin HS <martin@swende.se>
    jwasinger and holiman committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    8065f98 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

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