35 major breaking releases

39.0.0 Sep 26, 2024
38.0.0 Jul 18, 2024
36.0.0 Jul 12, 2024
35.0.0 Jun 24, 2024
0.0.0 Nov 21, 2022

#3 in #mmr

Download history 1120/week @ 2024-07-14 820/week @ 2024-07-21 917/week @ 2024-07-28 691/week @ 2024-08-04 1002/week @ 2024-08-11 1260/week @ 2024-08-18 836/week @ 2024-08-25 518/week @ 2024-09-01 928/week @ 2024-09-08 767/week @ 2024-09-15 1133/week @ 2024-09-22 1030/week @ 2024-09-29 1058/week @ 2024-10-06 1304/week @ 2024-10-13 1807/week @ 2024-10-20 1471/week @ 2024-10-27

5,698 downloads per month
Used in 21 crates (4 directly)

Apache-2.0

3MB
59K SLoC

Release

Polkadot SDK stable2409


lib.rs:

A BEEFY+MMR pallet combo.

While both BEEFY and Merkle Mountain Range (MMR) can be used separately, these tools were designed to work together in unison.

The pallet provides a standardized MMR Leaf format that can be used to bridge BEEFY+MMR-based networks (both standalone and Polkadot-like).

The MMR leaf contains:

  1. Block number and parent block hash.
  2. Merkle Tree Root Hash of next BEEFY validator set.
  3. Arbitrary extra leaf data to be used by downstream pallets to include custom data.

and thanks to versioning can be easily updated in the future.

Dependencies

~18–33MB
~536K SLoC