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: clean-up tracer collection #24320

Merged
merged 2 commits into from
Feb 1, 2022
Merged

Conversation

s1na
Copy link
Contributor

@s1na s1na commented Jan 31, 2022

Includes a few changes:

  • Make native prestate tracer the default and rename the JS one to prestateTracerLegacy
  • Make native noop tracer the default and rename the JS one to noopTracerLegacy
  • Drop the scope-based JS call tracer. Now we only have the native scope-based call tracer and the step-based JS legacy call tracer

Copy link
Contributor

@holiman holiman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@holiman holiman added this to the 1.10.16 milestone Feb 1, 2022
@holiman holiman merged commit c5436c8 into ethereum:master Feb 1, 2022
sidhujag pushed a commit to syscoin/go-ethereum that referenced this pull request Feb 1, 2022
* eth/tracers: clean-up tracer collection

* Rm test for dropped tracer
JacekGlen pushed a commit to JacekGlen/go-ethereum that referenced this pull request May 26, 2022
* eth/tracers: clean-up tracer collection

* Rm test for dropped tracer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants