use gossip message directly

This commit is contained in:
thiolliere
2019-10-31 15:22:14 +01:00
parent 8def75fe48
commit e0c0b209dd
3 changed files with 171 additions and 109 deletions
+1
View File
@@ -15,6 +15,7 @@ sr-primitives = { git = "https://github.com/paritytech/substrate", branch = "bkc
polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "bkchr-cumulus-branch" }
polkadot-statement-table = { git = "https://github.com/paritytech/polkadot", branch = "bkchr-cumulus-branch" }
polkadot-validation = { git = "https://github.com/paritytech/polkadot", branch = "bkchr-cumulus-branch" }
polkadot-network = { git = "https://github.com/paritytech/polkadot", branch = "bkchr-cumulus-branch" }
# other deps
codec = { package = "parity-scale-codec", version = "1.0.5", features = [ "derive" ] }