referrerpolicy=no-referrer-when-downgrade

Crate finality_relay

source ·
Expand description

This crate has single entrypoint to run synchronization loop that is built around finality proofs, as opposed to headers synchronization loop, which is built around headers. The headers are still submitted to the target node, but are treated as auxiliary data as we are not trying to submit all source headers to the target node.

Structs§

Enums§

Traits§

Functions§

  • Return prefix that will be used by default to expose Prometheus metrics of the finality proofs sync loop.
  • Run finality proofs synchronization loop.