-
Notifications
You must be signed in to change notification settings - Fork 32
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
Add support for Remix debugging of EVM calls #1482
Labels
Comments
ideally we enable this only on specific nodes |
would this also enable debug on remix? |
Remix uses the following calls
|
|
This was referenced Sep 23, 2019
Implemented in #1573 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
In order to achieve greater detail about the internals of the calls and to show more details information on loomchain block explorer a call
debug_traceTransaction
should be added to loomchain.https://github.com/ethereum/go-ethereum/wiki/Management-APIs#debug_tracetransaction
The text was updated successfully, but these errors were encountered: