service: support setting fork blocks in config (#719)

This commit is contained in:
André Silva
2020-01-06 12:51:41 +00:00
committed by Bastian Köcher
parent c975d4ee84
commit ec0a7604a0
5 changed files with 30 additions and 5 deletions
+2
View File
@@ -3982,6 +3982,7 @@ dependencies = [
"polkadot-runtime 0.7.11",
"polkadot-validation 0.7.11",
"sc-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
"sc-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
"sc-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
"sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
"sc-client-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
@@ -3993,6 +3994,7 @@ dependencies = [
"sc-service 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
"sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
"sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
"serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
"slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
"sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",