Merge pull request #19 from ethereum/patch/fix-gas-costs
Require ethereumjs-vm 1.4.0 to have 'consistent' gas costs
Showing
... | ... | @@ -9,7 +9,7 @@ |
"devDependencies": { | ||
"es6-shim": "^0.35.1", | ||
"ethereumjs-block": "^1.2.2", | ||
"ethereumjs-vm": "^1.3.0", | ||
"ethereumjs-vm": "^1.4.0", | ||
"merkle-patricia-tree": "^2.1.2", | ||
"ethereumjs-util": "^4.4.0", | ||
"ethereumjs-tx": "^1.1.1", | ||
... | ... |
Please
register
or
sign in
to comment