Eliminate experimental feature (#3654)

Totally removes the `experimental` feature. Closes #3648.

---------

Co-authored-by: Bastian Köcher <git@kchr.de>
This commit is contained in:
s0me0ne-unkn0wn
2024-03-17 21:02:11 +01:00
committed by GitHub
parent d2a7100e3b
commit 1f9505c0d3
41 changed files with 15 additions and 120 deletions
@@ -191,5 +191,3 @@ try-runtime = [
"polkadot-runtime-common/try-runtime",
"sp-runtime/try-runtime",
]
experimental = ["pallet-aura/experimental"]
@@ -582,7 +582,6 @@ impl pallet_aura::Config for Runtime {
type DisabledValidators = ();
type MaxAuthorities = ConstU32<100_000>;
type AllowMultipleBlocksPerSlot = ConstBool<false>;
#[cfg(feature = "experimental")]
type SlotDuration = pallet_aura::MinimumPeriodTimesTwo<Self>;
}