27 releases (major breaking)
new 23.0.0 | Jan 7, 2025 |
---|---|
22.1.0 | Sep 25, 2024 |
22.0.0 | Jul 18, 2024 |
21.0.0 | Jul 18, 2024 |
0.0.0 | Feb 28, 2023 |
#3 in #beefy
70,754 downloads per month
Used in 36 crates
(13 directly)
1.5MB
20K
SLoC
Release
Polkadot SDK Stable 2412
lib.rs
:
Primitives for BEEFY protocol.
The crate contains shared data types used by BEEFY protocol and documentation (in a form of code) for building a BEEFY light client.
BEEFY is a gadget that runs alongside another finality gadget (for instance GRANDPA).
For simplicity (and the initially intended use case) the documentation says GRANDPA in places
where a more abstract "Finality Gadget" term could be used, but there is no reason why BEEFY
wouldn't run with some other finality scheme.
BEEFY validator set is supposed to be tracking the Finality Gadget validator set, but note that
it will use a different set of keys. For Polkadot use case we plan to use secp256k1
for BEEFY,
while GRANDPA uses ed25519
.
Dependencies
~16–29MB
~468K SLoC