Skip to content

Ethereum-graph-debugger 1.1.0

Choose a tag to compare

@fergarrui fergarrui released this 25 Jun 19:41
· 87 commits to master since this release
  • Now it is possible to debug transactions of contracts when the source code is not supplied.
  • Parameter -a introduced, which is the address of the entry point contract (where the transaction is sent)
  • Of course, there won't be source code mapping if -a is supplied, and it is not possible to run the debugger with both -f and -a flags activated
  • If there are other contracts calls, the address of those contracts is retrieved from the EVM stack (and the code from the node)