skeleton code for following a polkadot parachain

This commit is contained in:
Robert Habermeier
2019-01-21 19:54:44 -03:00
parent aa6cd4f231
commit 74981f268f
3 changed files with 110 additions and 7 deletions
+2
View File
@@ -474,6 +474,8 @@ name = "cumulus-consensus"
version = "0.1.0"
dependencies = [
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"polkadot-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=rh-update-substrate)",
"polkadot-service 0.3.0 (git+https://github.com/paritytech/polkadot?branch=rh-update-substrate)",
"sr-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",