Companion PR for substrate PR 8072 - Add a config field to babe epochs (#2467)
* Add a config field to babe epochs * Fix test * Add BABE_GENESIS_EPOCH_CONFIG consts * Use PrimaryAndSecondaryVRFSlots and remove newlines * Make epoch_configs Some * Fix tests * Fix test service tests * Add a BabeEpochConfigMigrations OnRuntimeUpgrade * Apply suggestions * Use PrimaryAndSecondaryPlainSlots in kusama * Remove migration from test runtime and rococo * Add HasPalletPrefix * Rename to BabePalletPrefix and change BabeApi -> Babe * "Update Substrate" * Update substrate * Resolve parantheses errors Co-authored-by: parity-processbot <>
Showing
- polkadot/Cargo.lock 170 additions, 159 deletionspolkadot/Cargo.lock
- polkadot/node/core/approval-voting/src/import.rs 15 additions, 1 deletionpolkadot/node/core/approval-voting/src/import.rs
- polkadot/node/core/runtime-api/src/lib.rs 7 additions, 1 deletionpolkadot/node/core/runtime-api/src/lib.rs
- polkadot/node/primitives/src/lib.rs 3 additions, 1 deletionpolkadot/node/primitives/src/lib.rs
- polkadot/node/service/src/chain_spec.rs 32 additions, 8 deletionspolkadot/node/service/src/chain_spec.rs
- polkadot/node/test/service/src/chain_spec.rs 5 additions, 2 deletionspolkadot/node/test/service/src/chain_spec.rs
- polkadot/runtime/kusama/src/lib.rs 28 additions, 2 deletionspolkadot/runtime/kusama/src/lib.rs
- polkadot/runtime/polkadot/src/lib.rs 25 additions, 3 deletionspolkadot/runtime/polkadot/src/lib.rs
- polkadot/runtime/rococo/src/lib.rs 9 additions, 2 deletionspolkadot/runtime/rococo/src/lib.rs
- polkadot/runtime/test-runtime/src/lib.rs 9 additions, 2 deletionspolkadot/runtime/test-runtime/src/lib.rs
- polkadot/runtime/westend/src/lib.rs 25 additions, 2 deletionspolkadot/runtime/westend/src/lib.rs
Please register or sign in to comment