Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Bump transaction and spec_version version (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
hbulgarini committed Aug 24, 2023
1 parent 31d2d33 commit 53f36d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions runtime/stout/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("stout-rococo"),
impl_name: create_runtime_str!("stout-rococo"),
authoring_version: 1,
spec_version: 9430,
spec_version: 10000,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
transaction_version: 3,
state_version: 1,
};

Expand Down
4 changes: 2 additions & 2 deletions runtime/trappist/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("trappist-rococo"),
impl_name: create_runtime_str!("trappist-rococo"),
authoring_version: 1,
spec_version: 9430,
spec_version: 10000,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 2,
transaction_version: 3,
state_version: 1,
};

Expand Down

0 comments on commit 53f36d1

Please sign in to comment.