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: move state log mechanism to a separate layer #30569

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Oct 18, 2024

  1. core/state, core/vm, eth/tracers: move state log mechanisms to separa…

    …te layer
    
    core/state: wip move state log mechanism in to a separate layer
    core/state: fix tests
    core/state: fix miscalc in OnBalanceChange
    eth/tracers: fix tests
    core/state: re-enable verkle witness generation
    internal/ethapi: fix simulation + new logging schema
    holiman committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    ccaab0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4de4fa4 View commit details
    Browse the repository at this point in the history
  3. core/state: make inner statedb explicit, implement alternative loggin…

    …g burn
    
    core/state, core/vm: refactor statedb hooking
    
    core/state: trace consensus finalize and system calls
    
    eth/tracers/internal/tracetest: fix tests after refactor
    
    core/state: some renaming and cleanup of statedb-hooking system
    
    core/state: remove unecessary methods, implement hooked subbalance, more testing
    holiman committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    8ca0cd5 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

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

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    192e00b View commit details
    Browse the repository at this point in the history
  2. core/vm: docs

    holiman committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    3439ce6 View commit details
    Browse the repository at this point in the history