Merge pull request #6842 from paritytech/td-evm-json

Fix JSON tracing for sub-calls.
This commit is contained in:
Marek Kotewicz
2017-10-29 21:47:14 -07:00
committed by GitHub
15 changed files with 280 additions and 80 deletions

View File

@@ -60,9 +60,9 @@ hash = { path = "../util/hash" }
hardware-wallet = { path = "../hw" }
clippy = { version = "0.0.103", optional = true}
pretty_assertions = "0.1"
[dev-dependencies]
pretty_assertions = "0.1"
macros = { path = "../util/macros" }
ethcore-network = { path = "../util/network" }
kvdb-memorydb = { path = "../util/kvdb-memorydb" }