Expand description
Provides glue code over the scheduler and inclusion modules, and accepting one inherent per block that can include new para candidates and bitfields.
Unlike other modules in this crate, it does not need to be initialized by the initializer, as it has no initialization logic and its finalization logic depends only on the details of this module.
Re-exports§
pub use pallet::*;
Modules§
- The
pallet
module in each FRAME pallet hosts the most important items needed to construct this pallet.
Structs§
Traits§
- A helper trait to allow calling retain while getting access to the index of the item in the
vec
. - Helper trait until
is_sorted_by
is stabilized. TODO: https://github.com/rust-lang/rust/issues/53485
Functions§
- Get time weights from benchmarks and set proof size to tx size.