Pass client and task_executor to BuildParachainContext (#484)

* Pass `client` and `task_executor` to `BuildParachainContext`

* Update `Cargo.lock`
This commit is contained in:
Bastian Köcher
2019-10-19 13:26:15 +02:00
committed by GitHub
parent 2842be7b81
commit 687244f989
4 changed files with 67 additions and 21 deletions
@@ -10,6 +10,7 @@ parachain = { package = "polkadot-parachain", path = "../../../parachain" }
collator = { package = "polkadot-collator", path = "../../../collator" }
primitives = { package = "polkadot-primitives", path = "../../../primitives" }
substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" }
client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" }
parking_lot = "0.9.0"
ctrlc = { version = "3.0", features = ["termination"] }
futures = "0.1"