Newer
Older
authors = ["Parity Technologies <admin@parity.io>"]
description = "Collator node implementation"
sc-service = { git = "https://github.com/paritytech/substrate", branch = "td-weight-parameters-refactor" }
sc-executor = { git = "https://github.com/paritytech/substrate", branch = "td-weight-parameters-refactor" }
sc-cli = { git = "https://github.com/paritytech/substrate", branch = "td-weight-parameters-refactor" }
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "td-weight-parameters-refactor" }
sc-network = { git = "https://github.com/paritytech/substrate", branch = "td-weight-parameters-refactor" }
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "td-weight-parameters-refactor" }
sp-api = { git = "https://github.com/paritytech/substrate", branch = "td-weight-parameters-refactor" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "td-weight-parameters-refactor" }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "td-weight-parameters-refactor" }
consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "td-weight-parameters-refactor" }
polkadot-primitives = { path = "../primitives" }
polkadot-network = { path = "../network" }
polkadot-validation = { path = "../validation" }
polkadot-service = { path = "../service", optional = true}
polkadot-service-new = { path = "../node/service", optional = true }
log = "0.4.8"
tokio = "0.2.13"
futures-timer = "2.0"
codec = { package = "parity-scale-codec", version = "1.3.0" }
[dev-dependencies]
keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "td-weight-parameters-refactor" }
[features]
default = ["service-old"]
service-old = [ "polkadot-service" ]
service-rewr = [ "polkadot-service-new" ]