mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 17:31:03 +00:00
Clean Finality Verifier Pallet (#804)
* Remove unused Config types from `pallet-finality-verifier` * Remove unused AncestryChecker trait * Remove ancestry proof parameter from relayer calls * Update docs to reflect current state of pallet * Remove mock ancestry checker * Remove unused error * Write headers outside of function used for authority set changes * Move justification verification into helper function * Add documentation suggestions Co-authored-by: Tomasz Drwięga <tomusdrw@users.noreply.github.com> * Clean up module level documentation a bit Co-authored-by: Tomasz Drwięga <tomusdrw@users.noreply.github.com>
This commit is contained in:
committed by
Bastian Köcher
parent
84cd93f936
commit
d8852fd197
@@ -421,9 +421,6 @@ parameter_types! {
|
||||
|
||||
impl pallet_finality_verifier::Config for Runtime {
|
||||
type BridgedChain = bp_millau::Millau;
|
||||
type HeaderChain = pallet_substrate_bridge::Module<Runtime>;
|
||||
type AncestryProof = ();
|
||||
type AncestryChecker = ();
|
||||
type MaxRequests = MaxRequests;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user