update to solc 0.4.24

This commit is contained in:
Iuri Matias 2018-05-23 15:05:34 -04:00
parent 96e6dfb75d
commit f789d4a538
6 changed files with 1628 additions and 2587 deletions

4197
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -55,7 +55,7 @@
"request": "^2.85.0",
"serve-static": "^1.11.1",
"shelljs": "^0.5.0",
"solc": "0.4.23",
"solc": "0.4.24",
"style-loader": "^0.19.0",
"tar": "^3.1.5",
"toposort": "^1.0.0",

View File

@ -10,7 +10,7 @@
"config": "config/",
"versions": {
"web3": "1.0.0-beta",
"solc": "0.4.23",
"solc": "0.4.24",
"ipfs-api": "17.2.4"
},
"plugins": {}

View File

@ -9,7 +9,7 @@
"config": "config/",
"versions": {
"web3": "1.0.0-beta",
"solc": "0.4.23",
"solc": "0.4.24",
"ipfs-api": "17.2.4"
},
"plugins": {

View File

@ -10,7 +10,7 @@
"webserver": false
},
"versions": {
"solc": "0.4.23"
"solc": "0.4.24"
},
"plugins": {}
}

File diff suppressed because one or more lines are too long