Fetch parity-common dependencies from crates (#617)

* Fetch parity-common dependencies from crates

* Update triehash

* Fix code to fit latest triehash
Fetch kvdb-rocksdb from crates

* type params

* lockfile

* lockfiles

* wasm binaries and lockfile
This commit is contained in:
David
2018-09-05 11:58:32 +02:00
committed by Gav Wood
parent 951fbd1f3b
commit 5998a55cc3
24 changed files with 279 additions and 427 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ error-chain = "0.12"
hex-literal = "0.1"
log = "0.3"
tokio = "0.1.7"
triehash = "0.1"
triehash = "0.2"
substrate-client = { path = "../../substrate/client" }
substrate-codec = { path = "../../substrate/codec" }
substrate-extrinsic-pool = { path = "../../substrate/extrinsic-pool" }