20 releases (major breaking)

17.0.0 Apr 8, 2024
16.0.0 Mar 18, 2024
15.0.0 Feb 26, 2024
14.0.0 Feb 13, 2024
0.0.0 Feb 28, 2023

#330 in Magic Beans

Download history 75/week @ 2023-12-22 579/week @ 2023-12-29 715/week @ 2024-01-05 452/week @ 2024-01-12 431/week @ 2024-01-19 411/week @ 2024-01-26 367/week @ 2024-02-02 739/week @ 2024-02-09 1079/week @ 2024-02-16 1221/week @ 2024-02-23 663/week @ 2024-03-01 422/week @ 2024-03-08 880/week @ 2024-03-15 1170/week @ 2024-03-22 1035/week @ 2024-03-29 712/week @ 2024-04-05

3,878 downloads per month
Used in 26 crates (11 directly)

Apache-2.0

1MB
17K 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

~16–28MB
~444K SLoC