Update to latest Substrate + Polkadot

This commit is contained in:
Bastian Köcher
2019-06-05 20:38:26 +02:00
parent 15362b6d9d
commit d8e901300d
7 changed files with 1507 additions and 2379 deletions
+1
View File
@@ -21,6 +21,7 @@ hashbrown = "0.1"
keyring = { package = "substrate-keyring", git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" }
primitives = { package = "substrate-primitives", git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" }
executor = { package = "substrate-executor", git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" }
consensus-common = { package = "substrate-consensus-common", git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" }
test-client = { package = "cumulus-test-client", path = "../test/client" }
[features]