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

refactor: replace tracers with reth tracers #6428

Merged
merged 14 commits into from
Dec 11, 2023

Commits on Nov 25, 2023

  1. wip

    onbjerg committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    7c63503 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. wip

    not working still -.-
    
    - gas reports
    - `forge script` cannot set `gas_used` for root
      trace since that requires mut access to the arena
    - event decoding not impl
    
    possibly broken
    
    - anvil traces (not tested)
    - test traces (not tested)
    - debugging (not tested)
    
    but hey, at least it compiles...
    onbjerg committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    2feac7b View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. wip

    onbjerg committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    f2332fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33b536f View commit details
    Browse the repository at this point in the history
  3. chore: fix deps

    Evalir committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    f31039c View commit details
    Browse the repository at this point in the history
  4. remove utils import

    Evalir committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    0efdac9 View commit details
    Browse the repository at this point in the history
  5. chore: remove errors

    Evalir committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    e2d260a View commit details
    Browse the repository at this point in the history
  6. chore: use render_trace_arena

    Evalir committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    503075c View commit details
    Browse the repository at this point in the history
  7. derive debug

    onbjerg committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    29b0944 View commit details
    Browse the repository at this point in the history
  8. fix contract identification

    onbjerg committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    9121a7f View commit details
    Browse the repository at this point in the history
  9. fix formatting

    onbjerg committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    02f1fc2 View commit details
    Browse the repository at this point in the history
  10. remove stray todo

    onbjerg committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    b770098 View commit details
    Browse the repository at this point in the history
  11. fix empty output

    onbjerg committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    47ab3d8 View commit details
    Browse the repository at this point in the history
  12. fix unrelated test :)

    onbjerg committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    3fe5a36 View commit details
    Browse the repository at this point in the history