55 releases (36 major breaking)
38.0.0 | Sep 26, 2024 |
---|---|
37.0.0 | Jul 18, 2024 |
36.0.0 | Jul 12, 2024 |
35.0.0 | Jun 24, 2024 |
2.0.0-alpha.5 | Mar 24, 2020 |
#3 in #authority
11,340 downloads per month
Used in 21 crates
(9 directly)
2.5MB
48K
SLoC
GRANDPA Consensus module for runtime.
This manages the GRANDPA authority set ready for the native code. These authorities are only for GRANDPA finality, not for consensus overall.
In the future, it will also handle misbehavior reports, and on-chain finality notifications.
For full integration with GRANDPA, the GrandpaApi
should be implemented.
The necessary items are re-exported via the fg_primitives
crate.
License: Apache-2.0
Release
Polkadot SDK stable2409
lib.rs
:
GRANDPA Consensus module for runtime.
This manages the GRANDPA authority set ready for the native code. These authorities are only for GRANDPA finality, not for consensus overall.
In the future, it will also handle misbehavior reports, and on-chain finality notifications.
For full integration with GRANDPA, the GrandpaApi
should be implemented.
The necessary items are re-exported via the fg_primitives
crate.
Dependencies
~20–34MB
~577K SLoC