28 releases (major breaking)

24.1.0 Apr 3, 2025
23.0.0 Jan 7, 2025
22.1.0 Sep 25, 2024
22.0.0 Jul 18, 2024
0.0.0 Feb 28, 2023

#167 in #polkadot

Download history 7121/week @ 2024-12-25 19146/week @ 2025-01-01 23968/week @ 2025-01-08 34250/week @ 2025-01-15 29978/week @ 2025-01-22 27031/week @ 2025-01-29 28757/week @ 2025-02-05 39865/week @ 2025-02-12 25600/week @ 2025-02-19 5457/week @ 2025-02-26 4665/week @ 2025-03-05 5330/week @ 2025-03-12 4090/week @ 2025-03-19 4766/week @ 2025-03-26 4669/week @ 2025-04-02 3929/week @ 2025-04-09

18,116 downloads per month
Used in 64 crates (13 directly)

Apache-2.0

1.5MB
20K SLoC

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

~18–31MB
~515K SLoC