18 breaking releases
new 0.21.0 | Jan 29, 2025 |
---|---|
0.18.0 | Oct 1, 2024 |
0.17.0 | Jul 19, 2024 |
0.10.0 | Mar 19, 2024 |
0.0.0 |
|
#352 in Magic Beans
574 downloads per month
Used in 5 crates
(4 directly)
62KB
280 lines
Release
Polkadot SDK Stable 2412
lib.rs
:
The relay-chain provided consensus algorithm for parachains.
This is the simplest consensus algorithm you can use when developing a parachain. It is a permission-less consensus algorithm that doesn't require any staking or similar to join as a collator. In this algorithm the consensus is provided by the relay-chain. This works in the following way.
-
Each node that sees itself as a collator is free to build a parachain candidate.
-
This parachain candidate is send to the parachain validators that are part of the relay chain.
-
The parachain validators validate at most X different parachain candidates, where X is the total number of parachain validators.
-
The parachain candidate that is backed by the most validators is chosen by the relay-chain block producer to be added as backed candidate on chain.
-
After the parachain candidate got backed and included, all collators start at 1.
Dependencies
~99–140MB
~2.5M SLoC