16 major breaking releases

new 20.0.0 Mar 26, 2023
19.0.0 Mar 5, 2023
18.0.0 Feb 26, 2023
17.0.0 Feb 19, 2023
0.0.0 Nov 21, 2022

#1635 in Magic Beans

Download history 133/week @ 2022-12-13 69/week @ 2022-12-20 1/week @ 2022-12-27 7/week @ 2023-01-03 57/week @ 2023-01-10 60/week @ 2023-01-17 11/week @ 2023-01-24 52/week @ 2023-01-31 44/week @ 2023-02-07 61/week @ 2023-02-14 36/week @ 2023-02-21 24/week @ 2023-02-28 3/week @ 2023-03-07 1/week @ 2023-03-14 47/week @ 2023-03-21

83 downloads per month

Apache-2.0

2MB
40K SLoC

pallet-beefy-mmr

Auto-generated README.md for publishing to crates.io


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

~9–44MB
~752K SLoC