Skip to content

Releases: fergarrui/ethereum-graph-debugger

Ethereum-graph-debugger 3.6.0

02 Jun 18:07
38a649d
Compare
Choose a tag to compare
  • UI to change Solc version
  • Added docker files to run EFG

Ethereum-graph-debugger 3.5.0

27 May 20:58
Compare
Choose a tag to compare
  • Created sepparated CFG for constructor and runtime
  • Support debugging transactions for a contract constructor

Ethereum-graph-debugger 3.4.0

20 May 07:39
Compare
Choose a tag to compare
  • Can compile, show CFG and debug contracts with ABIEncoderV2

Ethereum-graph-debugger 3.3.0

19 May 18:51
Compare
Choose a tag to compare
  • Support bigger contracts (sending code via POST body, there is still a limitation with viz.js)
  • Show compilation errors in FE

Ethereum-graph-debugger 3.2.0

13 May 20:04
Compare
Choose a tag to compare

Ethereum-graph-debugger 2.5.0

12 May 11:46
Compare
Choose a tag to compare
  • Added Storage viewer option in the contracts menu. Now storage can be retrieved from a provided address specifying start and end blocks (supports dynamic arrays & mappings)
  • Created endpoints to deploy contracts or interact with them (UI will be added in following releases)

Ethereum-graph-debugger 2.4.0

09 May 20:16
Compare
Choose a tag to compare
  • Detect and show loops in the transaction graph
  • Added legend in transaction graph
  • Show EVM state changes (in tabs) for every loop iteration (if any)

Ethereum-graph-debugger 3.1.0

06 May 04:28
Compare
Choose a tag to compare
  • Added a new type of supported extension: .evm to work directly with bytecode
  • Jumps to blocks with JUMPDEST inside it are now shown in CFG

Ethereum-graph-debugger 2.3.0

06 May 17:10
Compare
Choose a tag to compare
  • Improved CFG to minimize orphan blocks
  • Improved .evm support

Ethereum-graph-debugger 2.2.0

06 May 04:25
Compare
Choose a tag to compare
  • Added a new type of supported extension: .evm to work directly with bytecode
  • Jumps to blocks with JUMPDEST inside it are now shown in CFG