Expand description
Types and functions intended to ease adding of new Substrate -> Substrate finality proofs synchronization pipelines.
Modules§
- initialize
- Initialize Substrate -> Substrate finality bridge.
- source
- Default generic implementation of finality source for basic Substrate client.
- target
- Substrate client as Substrate finality proof target.
Structs§
- Direct
Submit Grandpa Finality Proof Call Builder - Building
submit_finality_proof
call when you have direct access to the target chain runtime. - Finality
Sync Pipeline Adapter - Adapter that allows all
SubstrateFinalitySyncPipeline
to act asFinalitySyncPipeline
.
Traits§
- Base
Substrate Finality Sync Pipeline - Convenience trait that adds bounds to
SubstrateFinalitySyncPipeline
. - Submit
Finality Proof Call Builder - Different ways of building
submit_finality_proof
calls. - Substrate
Finality Sync Pipeline - Substrate -> Substrate finality proofs synchronization pipeline.
Functions§
- relay_
single_ header - Relay single header. No checks are made to ensure that transaction will succeed.
- run
- Run Substrate-to-Substrate finality sync loop.