loomchain
loomchain copied to clipboard
Add support for Remix debugging of EVM calls
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
ideally we enable this only on specific nodes
would this also enable debug on remix?
I'm investigating, as far I can say right now yes there's a relation

Remix uses the following calls
debug_storageRangeAtdebug_traceTransaction
debug_storageRangeAt isn't documented at https://github.com/ethereum/go-ethereum/wiki/Management-APIs#debug but the PR which added it to go-ethereum is here https://github.com/ethereum/go-ethereum/pull/14350
Implemented in https://github.com/loomnetwork/loomchain/pull/1573