16 breaking releases
0.17.0 | Sep 26, 2024 |
---|---|
0.16.0 | Jul 18, 2024 |
0.15.0 | Jul 13, 2024 |
0.10.0 | Mar 18, 2024 |
0.0.0 |
|
#7 in #cumulus
6,371 downloads per month
Used in 34 crates
(24 directly)
16KB
180 lines
Release
Polkadot SDK stable2409
lib.rs
:
Cumulus extension pallet for AuRa
This pallet extends the Substrate AuRa pallet to make it compatible with parachains. It
provides the Pallet
, the Config
and the GenesisConfig
.
It is also required that the parachain runtime uses the provided BlockExecutor
to properly
check the constructed block on the relay chain.
cumulus_pallet_parachain_system::register_validate_block! {
Runtime = Runtime,
BlockExecutor = cumulus_pallet_aura_ext::BlockExecutor::<Runtime, Executive>,
}
Dependencies
~28–43MB
~739K SLoC