Substrate companion #9491 (#3568)

* Substrate companion #9491

https://github.com/paritytech/substrate/pull/9491

* update Substrate

* Fix build

Co-authored-by: parity-processbot <>
This commit is contained in:
Bastian Köcher
2021-08-04 19:56:16 +02:00
committed by GitHub
parent 86f14eed07
commit 7dc036d6d2
6 changed files with 175 additions and 181 deletions
+4
View File
@@ -64,6 +64,10 @@ pub struct Extensions {
pub fork_blocks: sc_client_api::ForkBlocks<polkadot_primitives::v1::Block>,
/// Known bad block hashes.
pub bad_blocks: sc_client_api::BadBlocks<polkadot_primitives::v1::Block>,
/// The light sync state.
///
/// This value will be set by the `sync-state rpc` implementation.
pub light_sync_state: sc_sync_state_rpc::LightSyncStateExtension,
}
/// The `ChainSpec` parameterized for the polkadot runtime.