Skip to content

Commit 182258c

Browse files
authored
Bump to spec version 297 (#503)
1 parent fcc0422 commit 182258c

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

runtime/neumann/src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
173173
spec_name: create_runtime_str!("neumann"),
174174
impl_name: create_runtime_str!("neumann"),
175175
authoring_version: 1,
176-
spec_version: 296,
177-
impl_version: 1,
176+
spec_version: 297,
177+
impl_version: 0,
178178
apis: RUNTIME_API_VERSIONS,
179-
transaction_version: 19,
179+
transaction_version: 20,
180180
state_version: 0,
181181
};
182182

runtime/oak/src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
179179
spec_name: create_runtime_str!("oak"),
180180
impl_name: create_runtime_str!("oak"),
181181
authoring_version: 1,
182-
spec_version: 296,
183-
impl_version: 3,
182+
spec_version: 297,
183+
impl_version: 0,
184184
apis: RUNTIME_API_VERSIONS,
185-
transaction_version: 19,
185+
transaction_version: 20,
186186
state_version: 0,
187187
};
188188

runtime/turing/src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
181181
spec_name: create_runtime_str!("turing"),
182182
impl_name: create_runtime_str!("turing"),
183183
authoring_version: 1,
184-
spec_version: 296,
185-
impl_version: 3,
184+
spec_version: 297,
185+
impl_version: 0,
186186
apis: RUNTIME_API_VERSIONS,
187-
transaction_version: 19,
187+
transaction_version: 20,
188188
state_version: 0,
189189
};
190190

0 commit comments

Comments
 (0)