-
Notifications
You must be signed in to change notification settings - Fork 324
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
[api]Support for tracer and tracerConfig in debug_traceTransaction API #4216
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #4216 +/- ##
==========================================
+ Coverage 76.51% 76.75% +0.24%
==========================================
Files 340 340
Lines 29273 29257 -16
==========================================
+ Hits 22397 22455 +58
+ Misses 5761 5698 -63
+ Partials 1115 1104 -11 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I remember #3931 has enabled tracer for debug_traceCall
, and this is for debug_traceTransaction
.
Is there any other debug_* api need to support? Can you list them if exists
Quality Gate passedIssues Measures |
#4216) Co-authored-by: dustinxie <dahuaxie@gmail.com>
Description
Support for tracer and tracerConfig in debug_traceTransaction API
refer : https://geth.ethereum.org/docs/developers/evm-tracing/built-in-tracers
example
Fixes #4209
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Test Configuration:
Checklist: