Module sp_beefy::mmr

source ·
Expand description

BEEFY + MMR utilties.

While BEEFY can be used completely independently as an additional consensus gadget, it is designed around a main use case of bridging standalone networks together. For that use case it’s common to use some aggregated data structure (like MMR) to be used in conjunction with BEEFY, to be able to efficiently prove any past blockchain data.

This module contains primitives used by Polkadot implementation of the BEEFY+MMR bridge, but we imagine they will be useful for other chains that either want to bridge with Polkadot or are completely standalone, but heavily inspired by Polkadot.

Structs

Details of a BEEFY authority set.
A standard leaf that gets added every block to the MMR constructed by Substrate’s pallet_mmr.
An MMR leaf versioning scheme.
A crate::Payload provider where payload is Merkle Mountain Range root hash.

Traits

A provider for extra data that gets added to the Mmr leaf

Functions

Extract the MMR root hash from a digest in the given header, if it exists.

Type Definitions

Details of the next BEEFY authority set.