From 60aea8ebd012e72198539285936d9d2a4b920339 Mon Sep 17 00:00:00 2001 From: jianman Date: Tue, 26 Nov 2024 01:04:17 +0800 Subject: [PATCH] Bump to spec version 312 --- runtime/heiko/src/lib.rs | 2 +- runtime/kerria/src/lib.rs | 2 +- runtime/parallel/src/lib.rs | 4 ++-- runtime/vanilla/src/lib.rs | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/runtime/heiko/src/lib.rs b/runtime/heiko/src/lib.rs index 53db5bcb0..fbc099bac 100644 --- a/runtime/heiko/src/lib.rs +++ b/runtime/heiko/src/lib.rs @@ -180,7 +180,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("heiko"), impl_name: create_runtime_str!("heiko"), authoring_version: 1, - spec_version: 211, + spec_version: 312, impl_version: 33, apis: RUNTIME_API_VERSIONS, transaction_version: 17, diff --git a/runtime/kerria/src/lib.rs b/runtime/kerria/src/lib.rs index c349820ee..7b54f1b8f 100644 --- a/runtime/kerria/src/lib.rs +++ b/runtime/kerria/src/lib.rs @@ -180,7 +180,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("kerria"), impl_name: create_runtime_str!("kerria"), authoring_version: 1, - spec_version: 211, + spec_version: 312, impl_version: 33, apis: RUNTIME_API_VERSIONS, transaction_version: 17, diff --git a/runtime/parallel/src/lib.rs b/runtime/parallel/src/lib.rs index 0bb610ef4..c1935cc25 100644 --- a/runtime/parallel/src/lib.rs +++ b/runtime/parallel/src/lib.rs @@ -185,7 +185,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("parallel"), impl_name: create_runtime_str!("parallel"), authoring_version: 1, - spec_version: 211, + spec_version: 312, impl_version: 33, apis: RUNTIME_API_VERSIONS, transaction_version: 17, @@ -1695,7 +1695,7 @@ impl pallet_membership::Config for Runtime { } parameter_types! { - pub const BridgeMaxMembers: u32 = 100; + pub const BridgeMaxMembers: u32 = 10; } pub struct ChangeBridgeMembers; diff --git a/runtime/vanilla/src/lib.rs b/runtime/vanilla/src/lib.rs index 106f8efe4..efb2d6a89 100644 --- a/runtime/vanilla/src/lib.rs +++ b/runtime/vanilla/src/lib.rs @@ -180,7 +180,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("vanilla"), impl_name: create_runtime_str!("vanilla"), authoring_version: 1, - spec_version: 211, + spec_version: 312, impl_version: 33, apis: RUNTIME_API_VERSIONS, transaction_version: 17,