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/evm, eth/tracers: refactor structlogger + make it streamable #30806

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

Commits on Dec 3, 2024

  1. Configuration menu
    Copy the full SHA
    966b62d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    220c250 View commit details
    Browse the repository at this point in the history
  3. eth/tracers: follow-up fixes

    holiman committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    8ebb222 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b0c1f4 View commit details
    Browse the repository at this point in the history
  5. eth/tracers: update benchmark

    The updated benchmark is a lot slower than previously, since previously
    the json-encoding was deferred to later. Also, storing the data as json-encoded
    strings is larger than the raw bytes.
    
    The BenchmarkTransactionTraceV2 is thus renamed from the original
    holiman committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    5f82cec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cd66f17 View commit details
    Browse the repository at this point in the history