cumulus-pallet-aura-ext 0.1.0-dev.1

AURA consensus extension pallet for parachains
docs.rs failed to build cumulus-pallet-aura-ext-0.1.0-dev.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: cumulus-pallet-aura-ext-0.20.0

Cumulus extension pallet for AuRa

This pallets 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.

# struct Runtime;
# struct Executive;
# struct CheckInherents;
cumulus_pallet_parachain_system::register_validate_block! {
Runtime = Runtime,
BlockExecutor = cumulus_pallet_aura_ext::BlockExecutor::<Runtime, Executive>,
CheckInherents = CheckInherents,
}