-
Notifications
You must be signed in to change notification settings - Fork 22
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
[jsonrpc] Add debug_traceTransaction endpoint #202
Conversation
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.
LGTM
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.
Great Job!
Testing INTERNAL_TRANSACTION for explorer.
83ab893
Hi, @abrahamcruise321 . |
83ab893
to
0bd7f87
Compare
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.
LGTM.
Description
This PR provides a new jsonRPC namespace
debug
anddebug_traceTransaction
endpoint.Provides only basic feature, no configuration, let alone different types of js tracers.
Those features shall be done in other PRs.
Changes include
Checklist
Testing
Manual tests
geth
private network, and a one-nodedogechain
private network.debug_traceTransaction
of all transactions in each network.Additional comments
Associated issues: #50