Require ethereumjs-vm 1.4.0 to have 'consistent' gas costs
Showing
... | @@ -8,7 +8,7 @@ | ... | @@ -8,7 +8,7 @@ |
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"ethereumjs-block": "^1.2.2", | "ethereumjs-block": "^1.2.2", | ||
"ethereumjs-vm": "^1.3.0", | "ethereumjs-vm": "^1.4.0", | ||
"merkle-patricia-tree": "^2.1.2", | "merkle-patricia-tree": "^2.1.2", | ||
"ethereumjs-util": "^4.4.0", | "ethereumjs-util": "^4.4.0", | ||
"ethereumjs-tx": "^1.1.1", | "ethereumjs-tx": "^1.1.1", | ||
... | ... |
Please
register
or
sign in
to comment