Crate pallet_collator_allowlist
source ·Expand description
§Collator Allowlist Pallet
This pallet provides two extrinsics, one that allows sudo to add collator ids to an allowlist, and another one that allows sudo to remove them.
We have this pallet implementing ValidatorRegistration
, which,
in addition to the default Session
pallet implementation, also
checks for the presence of a collator id in this allowlist.
We do that to have tighter control over which collators get selected per time windows, to avoid it defaulting to a FCFS setup until we have chosen the right staking mechanism.
Re-exports§
Modules§
- The
pallet
module in each FRAME pallet hosts the most important items needed to construct this pallet.