#pallet #parachain #extension #consensus #block #cumulus #relay

无 std cumulus-pallet-aura-ext

Aura 共识扩展模块,用于平行链(polkadot v1.15.0)

19 个版本 (破坏性更新)

0.16.0 2024年7月18日
0.14.0 2024年6月24日
0.10.0 2024年3月18日
0.6.0 2023年12月13日
0.0.0 2022年11月21日

#14 in 神奇豆

Download history • Rust 包仓库 674/week @ 2024-04-25 • Rust 包仓库 640/week @ 2024-05-02 • Rust 包仓库 528/week @ 2024-05-09 • Rust 包仓库 860/week @ 2024-05-16 • Rust 包仓库 1019/week @ 2024-05-23 • Rust 包仓库 989/week @ 2024-05-30 • Rust 包仓库 1140/week @ 2024-06-06 • Rust 包仓库 924/week @ 2024-06-13 • Rust 包仓库 1165/week @ 2024-06-20 • Rust 包仓库 1059/week @ 2024-06-27 • Rust 包仓库 479/week @ 2024-07-04 • Rust 包仓库 1259/week @ 2024-07-11 • Rust 包仓库 1002/week @ 2024-07-18 • Rust 包仓库 1077/week @ 2024-07-25 • Rust 包仓库 933/week @ 2024-08-01 • Rust 包仓库 894/week @ 2024-08-08 • Rust 包仓库

每月下载量 4,105
用于 27 个 crate(24 个直接使用)

Apache-2.0GPL-3.0-only

16KB
180 代码行

Cumulus 扩展模块,用于 AuRa

这些模块扩展了 Substrate AuRa 模块,使其与平行链兼容。它提供了 PalletConfigGenesisConfig

还要求平行链运行时使用提供的 BlockExecutor 来正确检查中继链上的构建的区块。

cumulus_pallet_parachain_system::register_validate_block! {
    Runtime = Runtime,
    BlockExecutor = cumulus_pallet_aura_ext::BlockExecutor::<Runtime, Executive>,
}

依赖项

~26–42MB
~720K SLoC