Update to latest Substrate + Polkadot

This commit is contained in:
Bastian Köcher
2019-06-05 20:38:26 +02:00
parent 57b51ff755
commit 7acbc36a7e
7 changed files with 1507 additions and 2379 deletions
+1 -2
View File
@@ -13,12 +13,11 @@ substrate-primitives = { git = "https://github.com/paritytech/substrate", branch
sr-primitives = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" }
# polkadot deps
polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "bkchr-cumulus-branch" }
polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "bkchr-cumulus-branch" }
polkadot-runtime = { git = "https://github.com/paritytech/polkadot", branch = "bkchr-cumulus-branch" }
# other deps
futures = "0.1.21"
tokio = "0.1.8"
parity-codec = "3.1"
parity-codec = "3.5"
log = "0.4"