Releases: fergarrui/ethereum-graph-debugger
Releases · fergarrui/ethereum-graph-debugger
Ethereum-graph-debugger 3.6.0
Ethereum-graph-debugger 3.5.0
- Created sepparated CFG for constructor and runtime
- Support debugging transactions for a contract constructor
Ethereum-graph-debugger 3.4.0
- Can compile, show CFG and debug contracts with ABIEncoderV2
Ethereum-graph-debugger 3.3.0
- 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
v3.2.0 readme
Ethereum-graph-debugger 2.5.0
- 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
- 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
- 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
- Improved CFG to minimize orphan blocks
- Improved
.evm
support
Ethereum-graph-debugger 2.2.0
- 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