Skip to content

Commit

Permalink
Merge pull request #1057 from gregdhill/chore/1.24.0
Browse files Browse the repository at this point in the history
chore: bump spec_version to 1.24.0
  • Loading branch information
sander2 authored May 22, 2023
2 parents ea5de49 + 5df6392 commit 19df9c3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions parachain/runtime/interlay/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("interlay-parachain"),
impl_name: create_runtime_str!("interlay-parachain"),
authoring_version: 1,
spec_version: 1023002,
spec_version: 1024000,
impl_version: 1,
transaction_version: 2, // added preimage
transaction_version: 4,
apis: RUNTIME_API_VERSIONS,
state_version: 0,
};
Expand Down
4 changes: 2 additions & 2 deletions parachain/runtime/kintsugi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("kintsugi-parachain"),
impl_name: create_runtime_str!("kintsugi-parachain"),
authoring_version: 1,
spec_version: 1023003,
spec_version: 1024000,
impl_version: 1,
transaction_version: 3, // added preimage
transaction_version: 4,
apis: RUNTIME_API_VERSIONS,
state_version: 0,
};
Expand Down
4 changes: 2 additions & 2 deletions parachain/runtime/testnet-interlay/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("testnet-interlay"),
impl_name: create_runtime_str!("testnet-interlay"),
authoring_version: 1,
spec_version: 1023002,
spec_version: 1024000,
impl_version: 1,
transaction_version: 1, // added preimage
transaction_version: 4,
apis: RUNTIME_API_VERSIONS,
state_version: 0,
};
Expand Down
4 changes: 2 additions & 2 deletions parachain/runtime/testnet-kintsugi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("testnet-kintsugi"),
impl_name: create_runtime_str!("testnet-kintsugi"),
authoring_version: 1,
spec_version: 1023002,
spec_version: 1024000,
impl_version: 1,
transaction_version: 1, // added preimage
transaction_version: 4,
apis: RUNTIME_API_VERSIONS,
state_version: 0,
};
Expand Down

0 comments on commit 19df9c3

Please sign in to comment.