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 Nov 21, 2022

#10 in #aura

Download history 4029/week @ 2025-12-06 3806/week @ 2025-12-13 2115/week @ 2025-12-20 1964/week @ 2025-12-27 2915/week @ 2026-01-03 2437/week @ 2026-01-10 2967/week @ 2026-01-17 3112/week @ 2026-01-24 4025/week @ 2026-01-31 4547/week @ 2026-02-07 4554/week @ 2026-02-14 4746/week @ 2026-02-21 3746/week @ 2026-02-28 5662/week @ 2026-03-07 3294/week @ 2026-03-14 3909/week @ 2026-03-21

17,442 downloads per month
Used in 76 crates (27 directly)

Apache-2.0 and GPL-3.0-only

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