Update to latest substrate (#120)

This commit is contained in:
Bastian Köcher
2019-02-04 22:58:03 +01:00
committed by Robert Habermeier
parent 82e866be42
commit 36034e79a2
18 changed files with 863 additions and 712 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ description = "Collator node implementation"
[dependencies]
futures = "0.1.17"
substrate-client = { git = "https://github.com/paritytech/substrate" }
parity-codec = "2.1"
parity-codec = "3.0"
substrate-primitives = { git = "https://github.com/paritytech/substrate" }
polkadot-runtime = { path = "../runtime", version = "0.1" }
polkadot-primitives = { path = "../primitives", version = "0.1" }