24 breaking releases
| new 0.26.0 | Mar 28, 2026 |
|---|---|
| 0.25.0 | Dec 18, 2025 |
| 0.24.0 | Dec 8, 2025 |
| 0.23.0 | Oct 3, 2025 |
| 0.0.0 |
|
#10 in #aura
17,442 downloads per month
Used in 76 crates
(27 directly)
3.5MB
54K
SLoC
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
~36–50MB
~854K SLoC