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
+2 -2
View File
@@ -10,8 +10,8 @@ parking_lot = "0.4"
polkadot-availability-store = { path = "../availability-store" }
polkadot-consensus = { path = "../consensus" }
polkadot-primitives = { path = "../primitives" }
parity-codec = "2.1"
parity-codec-derive = "2.1"
parity-codec = "3.0"
parity-codec-derive = "3.0"
substrate-network = { git = "https://github.com/paritytech/substrate" }
substrate-primitives = { git = "https://github.com/paritytech/substrate" }
sr-primitives = { git = "https://github.com/paritytech/substrate" }