mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 08:41: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
@@ -27,6 +27,7 @@ use relay_substrate_client::{
|
||||
};
|
||||
use sp_core::{storage::StorageKey, Pair};
|
||||
use sp_runtime::{generic::SignedPayload, traits::IdentifyAccount};
|
||||
use sp_session::MembershipProof;
|
||||
use std::time::Duration;
|
||||
|
||||
/// Rialto header id.
|
||||
@@ -54,6 +55,8 @@ impl Chain for Rialto {
|
||||
impl ChainWithGrandpa for Rialto {
|
||||
const SYNCED_HEADERS_GRANDPA_INFO_METHOD: &'static str =
|
||||
RIALTO_SYNCED_HEADERS_GRANDPA_INFO_METHOD;
|
||||
|
||||
type KeyOwnerProof = MembershipProof;
|
||||
}
|
||||
|
||||
impl RelayChain for Rialto {
|
||||
|
||||
Reference in New Issue
Block a user