18 breaking releases
0.20.0 | Apr 4, 2025 |
---|---|
0.19.0 |
|
0.18.0 | Jan 14, 2025 |
0.17.0 | Sep 26, 2024 |
0.0.0 |
|
#8 in #aura
13,178 downloads per month
Used in 67 crates
(25 directly)
3MB
46K
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
~27–43MB
~734K SLoC