Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 1ed6e2e

Browse files
committed
bump transaction_version
1 parent 9d636e7 commit 1ed6e2e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: runtime/kusama/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
139139
apis: RUNTIME_API_VERSIONS,
140140
#[cfg(feature = "disable-runtime-api")]
141141
apis: sp_version::create_apis_vec![[]],
142-
transaction_version: 23,
142+
transaction_version: 24,
143143
state_version: 1,
144144
};
145145

Diff for: runtime/polkadot/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
132132
apis: RUNTIME_API_VERSIONS,
133133
#[cfg(feature = "disable-runtime-api")]
134134
apis: sp_version::create_apis_vec![[]],
135-
transaction_version: 24,
135+
transaction_version: 25,
136136
state_version: 0,
137137
};
138138

Diff for: runtime/rococo/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
118118
apis: RUNTIME_API_VERSIONS,
119119
#[cfg(feature = "disable-runtime-api")]
120120
apis: sp_version::create_apis_vec![[]],
121-
transaction_version: 22,
121+
transaction_version: 23,
122122
state_version: 1,
123123
};
124124

Diff for: runtime/westend/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
122122
apis: RUNTIME_API_VERSIONS,
123123
#[cfg(feature = "disable-runtime-api")]
124124
apis: sp_version::create_apis_vec![[]],
125-
transaction_version: 22,
125+
transaction_version: 23,
126126
state_version: 1,
127127
};
128128

0 commit comments

Comments
 (0)