Skip to content

Commit

Permalink
Bump to spec version 312
Browse files Browse the repository at this point in the history
  • Loading branch information
0xrjman committed Nov 25, 2024
1 parent 15344f7 commit 60aea8e
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion runtime/heiko/src/lib.rs
Original file line number Diff line number Diff line change
@@ -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,
2 changes: 1 addition & 1 deletion runtime/kerria/src/lib.rs
Original file line number Diff line number Diff line change
@@ -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,
4 changes: 2 additions & 2 deletions runtime/parallel/src/lib.rs
Original file line number Diff line number Diff line change
@@ -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<OracleMembershipInstance> for Runtime {
}

parameter_types! {
pub const BridgeMaxMembers: u32 = 100;
pub const BridgeMaxMembers: u32 = 10;
}

pub struct ChangeBridgeMembers;
2 changes: 1 addition & 1 deletion runtime/vanilla/src/lib.rs
Original file line number Diff line number Diff line change
@@ -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,

0 comments on commit 60aea8e

Please sign in to comment.