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

EVM tracer as plugable interface #1315

Closed
jangko opened this issue Nov 23, 2022 · 0 comments · Fixed by #1671
Closed

EVM tracer as plugable interface #1315

jangko opened this issue Nov 23, 2022 · 0 comments · Fixed by #1671
Labels
enhancement New feature or request refactoring

Comments

@jangko
Copy link
Contributor

jangko commented Nov 23, 2022

rather than using flags to enable and disable EVM tracer, the tracer should become the plugin of the EVM.
no plugin means no tracer.
the tracer itself can be one of:

  • json tracer.
  • more efficient structured logs.
  • stream tracing result into file instead of into memory, including stdout, stderr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request refactoring
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant