18 breaking releases

0.20.0 Apr 4, 2025
0.19.0 Jan 22, 2025
0.18.0 Jan 14, 2025
0.17.0 Sep 26, 2024
0.0.0 Nov 21, 2022

#8 in #aura

Download history 4125/week @ 2025-03-16 4619/week @ 2025-03-23 3998/week @ 2025-03-30 4386/week @ 2025-04-06 4343/week @ 2025-04-13 4257/week @ 2025-04-20 5489/week @ 2025-04-27 4206/week @ 2025-05-04 3014/week @ 2025-05-11 2951/week @ 2025-05-18 2340/week @ 2025-05-25 2897/week @ 2025-06-01 2539/week @ 2025-06-08 3526/week @ 2025-06-15 3197/week @ 2025-06-22 3676/week @ 2025-06-29

13,178 downloads per month
Used in 67 crates (25 directly)

Apache-2.0 and GPL-3.0-only

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