mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 09:51:02 +00:00
* Move finality Engine to finality_base folder * Define SubstrateFinalityPipeline Extract basic parts of SubstrateFinalitySyncPipeline into SubstrateFinalityPipeline * Add equivocation detection pipeline * Fix comment
This commit is contained in:
committed by
Bastian Köcher
parent
8ebef157a9
commit
9bfad80664
@@ -22,6 +22,7 @@ use relay_substrate_client::{
|
||||
Chain, ChainWithBalances, ChainWithGrandpa, RelayChain, UnderlyingChainProvider,
|
||||
};
|
||||
use sp_core::storage::StorageKey;
|
||||
use sp_session::MembershipProof;
|
||||
use std::time::Duration;
|
||||
|
||||
/// Rococo header id.
|
||||
@@ -52,6 +53,8 @@ impl Chain for Rococo {
|
||||
impl ChainWithGrandpa for Rococo {
|
||||
const SYNCED_HEADERS_GRANDPA_INFO_METHOD: &'static str =
|
||||
ROCOCO_SYNCED_HEADERS_GRANDPA_INFO_METHOD;
|
||||
|
||||
type KeyOwnerProof = MembershipProof;
|
||||
}
|
||||
|
||||
impl ChainWithBalances for Rococo {
|
||||
|
||||
Reference in New Issue
Block a user