diff --git a/polkadot/runtime/rococo/src/lib.rs b/polkadot/runtime/rococo/src/lib.rs index 0db1036269846ac747ba5031998faddf983fff3f..fe3548aec5dcee0d8771f0b107984492501f1c05 100644 --- a/polkadot/runtime/rococo/src/lib.rs +++ b/polkadot/runtime/rococo/src/lib.rs @@ -100,7 +100,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("rococo"), impl_name: create_runtime_str!("parity-rococo-v2.0"), authoring_version: 0, - spec_version: 9140, + spec_version: 9170, impl_version: 0, #[cfg(not(feature = "disable-runtime-api"))] apis: RUNTIME_API_VERSIONS, @@ -682,7 +682,7 @@ impl parachains_initializer::Config for Runtime { impl paras_sudo_wrapper::Config for Runtime {} parameter_types! { - pub const PermanentSlotLeasePeriodLength: u32 = 356; + pub const PermanentSlotLeasePeriodLength: u32 = 365; pub const TemporarySlotLeasePeriodLength: u32 = 3; pub const MaxPermanentSlots: u32 = 25; pub const MaxTemporarySlots: u32 = 20; @@ -941,7 +941,7 @@ impl auctions::Config for Runtime { } parameter_types! { - pub const LeasePeriod: BlockNumber = 7 * DAYS; + pub const LeasePeriod: BlockNumber = 1 * DAYS; } impl slots::Config for Runtime { diff --git a/polkadot/scripts/gitlab/check_runtime.sh b/polkadot/scripts/gitlab/check_runtime.sh index aa9f5813727d241c2bc65525392242127b89b875..9618bbfa1c769a8e56e4bbef50b52f9f917e49a2 100755 --- a/polkadot/scripts/gitlab/check_runtime.sh +++ b/polkadot/scripts/gitlab/check_runtime.sh @@ -38,6 +38,7 @@ runtimes=( "kusama" "polkadot" "westend" + "rococo" ) common_dirs=(