Expand description

Pallet for checking GRANDPA Finality Proofs.

Adapted copy of substrate/client/finality-grandpa/src/justification.rs. If origin will ever be moved to the sp_consensus_grandpa, we should reuse that implementation.

Structs

  • Votes ancestries with useful methods.
  • A GRANDPA Justification is a proof that a given header was finalized at a certain height and with a certain set of authorities.

Enums

  • Justification verification error.

Functions