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

eth/tracers: refactor traceTx to separate out struct logging #24326

Merged
merged 5 commits into from
Apr 6, 2022

Commits on Mar 31, 2022

  1. eth/tracers: refactor traceTx to separate out struct logging

    review fix
    
    Update eth/tracers/api.go
    
    Co-authored-by: Martin Holst Swende <martin@swende.se>
    
    Mv ExecutionResult type to logger package
    
    review fix
    
    impl GetResult for StructLogger
    
    make formatLogs private
    
    confused exit and end..
    
    account for intrinsicGas in structlogger, fix TraceCall test
    
    Add Stop method to logger
    
    Simplify traceTx
    
    Fix test
    
    rm logger from blockchain test
    
    account for refund in structLogger
    s1na committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    04d9936 View commit details
    Browse the repository at this point in the history
  2. use tx hooks in struct logger

    s1na committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    d4da59a View commit details
    Browse the repository at this point in the history
  3. minor

    s1na committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    623a21c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff726e9 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. revert blockchain test changes

    s1na committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    a16a90f View commit details
    Browse the repository at this point in the history