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: t8n support native tracers #28557

Merged
merged 19 commits into from
Dec 18, 2023
Merged

Commits on Nov 20, 2023

  1. eth/tracers: JSONLogger implement tracers.Tracer

    Signed-off-by: jsvisa <delweng@gmail.com>
    jsvisa committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    2a8b1a8 View commit details
    Browse the repository at this point in the history
  2. cmd/evm: use tracers.Trace instead of vm.EVMLogger

    Signed-off-by: jsvisa <delweng@gmail.com>
    jsvisa committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    467f056 View commit details
    Browse the repository at this point in the history
  3. cmd/evm: add --trace.tracer

    Signed-off-by: jsvisa <delweng@gmail.com>
    jsvisa committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    4c332a7 View commit details
    Browse the repository at this point in the history
  4. cmd/evm: add --trace.tracer.config

    Signed-off-by: jsvisa <delweng@gmail.com>
    jsvisa committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    5044f95 View commit details
    Browse the repository at this point in the history
  5. cmd/evm/internal: simple

    Signed-off-by: jsvisa <delweng@gmail.com>
    jsvisa committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    aea5fe0 View commit details
    Browse the repository at this point in the history
  6. cmd/evm/internal: check nil

    Signed-off-by: jsvisa <delweng@gmail.com>
    jsvisa committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    17455a1 View commit details
    Browse the repository at this point in the history
  7. cmd/evm/internal: trace.tracer usage

    Signed-off-by: jsvisa <delweng@gmail.com>
    jsvisa committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    dce2e9b View commit details
    Browse the repository at this point in the history
  8. cmd/evm/t8n: simple

    Signed-off-by: jsvisa <delweng@gmail.com>
    jsvisa committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    37f9e52 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Configuration menu
    Copy the full SHA
    583fb9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6be8969 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. cm/evm: initialize tracer before getTracer

    Signed-off-by: jsvisa <delweng@gmail.com>
    jsvisa committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    931c814 View commit details
    Browse the repository at this point in the history
  2. json -> jsonl

    Signed-off-by: jsvisa <delweng@gmail.com>
    jsvisa committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    2d1f7eb View commit details
    Browse the repository at this point in the history
  3. cmd/evm: flag description

    Signed-off-by: jsvisa <delweng@gmail.com>
    jsvisa committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    7c406db View commit details
    Browse the repository at this point in the history
  4. cmd/evm: file

    Signed-off-by: jsvisa <delweng@gmail.com>
    jsvisa committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    a290bab View commit details
    Browse the repository at this point in the history
  5. cmd/evm: keep json

    Signed-off-by: jsvisa <delweng@gmail.com>
    jsvisa committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    3adc0c4 View commit details
    Browse the repository at this point in the history
  6. Revert "cm/evm: initialize tracer before getTracer"

    This reverts commit 931c814.
    
    Signed-off-by: jsvisa <delweng@gmail.com>
    jsvisa committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    2133961 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    dc79009 View commit details
    Browse the repository at this point in the history
  2. cmd/evm/internal: lint nits

    holiman committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    a9cbeb7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f47de2 View commit details
    Browse the repository at this point in the history