Skip to content

Commit 73bfd9d

Browse files
committed
Fixed also for solc 0.5.8
1 parent 20e0b92 commit 73bfd9d

File tree

3 files changed

+43
-116
lines changed

3 files changed

+43
-116
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ This project was rewritten with a frontend made by [Swolfeyes](https://github.co
88

99
[Development repository](https://github.com/fergarrui/ethereum-graph-debugger-ts) was archived, marked as read-only and moved here, to the main repo.
1010

11+
# Releases
12+
13+
* solc 0.4.24 compatible with ganache use: [v2.1.0](https://github.com/fergarrui/ethereum-graph-debugger/releases/tag/v2.1.0)
14+
* solc 0.5.8 (not compatible with ganache) use: [v3.0.2](https://github.com/fergarrui/ethereum-graph-debugger/releases/tag/v3.0.2)
15+
1116
# Existing tools
1217
There are already tools that allow you to debug Ethereum transactions (Solidity):
1318

package-lock.json

Lines changed: 36 additions & 114 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ethereum-graph-debugger",
33
"author": "Fernando Garcia",
44
"license": "GPL",
5-
"version": "2.1.0",
5+
"version": "3.0.2",
66
"description": "Ethereum graph debugger",
77
"main": "dist/run-server.js",
88
"scripts": {
@@ -83,7 +83,7 @@
8383
"recursive-readdir": "^2.2.2",
8484
"redux-thunk": "^2.3.0",
8585
"reflect-metadata": "^0.1.12",
86-
"solc": "^0.4.24",
86+
"solc": "^0.5.8",
8787
"terser": "3.14.1",
8888
"tsoa": "2.1.8",
8989
"web3": "1.0.0-beta.37",

0 commit comments

Comments
 (0)