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
5,698 downloads per month
Used in 21 crates
(4 directly)
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:
- Block number and parent block hash.
- Merkle Tree Root Hash of next BEEFY validator set.
- 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