Switch from the internal runtime lib to external one from crates.io (#11480)

* Parity runtime switched to the version from crates

* Tests fixed
This commit is contained in:
Anton Gavrilov
2020-02-11 22:02:25 +01:00
committed by GitHub
parent 6b61ef8aa7
commit 3357cfb3e5
11 changed files with 13 additions and 294 deletions

View File

@@ -25,7 +25,7 @@ light = { package = "ethcore-light", path = "../light" }
log = "0.4"
macros = { path = "../../util/macros" }
network = { package = "ethcore-network", path = "../../util/network" }
parity-runtime = { path = "../../util/runtime" }
parity-runtime = "0.1.1"
parity-crypto = { version = "0.5.0", features = ["publickey"] }
parity-util-mem = "0.5.1"
rand = "0.7"