12 major breaking releases

16.0.0 Feb 26, 2023
15.0.0 Feb 19, 2023
14.0.0 Feb 12, 2023
13.0.0 Feb 5, 2023
0.0.0 Nov 29, 2022

#7 in #beefy

Download history 13/week @ 2024-02-26 5/week @ 2024-03-04 5/week @ 2024-03-11 154/week @ 2024-03-18

177 downloads per month
Used in 3 crates

Apache-2.0

55KB
850 lines

sp-beefy

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


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

~8–25MB
~341K SLoC