Skip to content

Commit

Permalink
Bump to node version 2.1.0 and impl version 0(spec_version: 296) (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
imstar15 authored Dec 1, 2023
1 parent 8dadfba commit 9e85ebe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions runtime/neumann/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("neumann"),
impl_name: create_runtime_str!("neumann"),
authoring_version: 1,
spec_version: 295,
impl_version: 2,
spec_version: 296,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 17,
transaction_version: 19,
state_version: 0,
};

Expand Down
6 changes: 3 additions & 3 deletions runtime/oak/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("oak"),
impl_name: create_runtime_str!("oak"),
authoring_version: 1,
spec_version: 295,
impl_version: 2,
spec_version: 296,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 18,
transaction_version: 19,
state_version: 0,
};

Expand Down
6 changes: 3 additions & 3 deletions runtime/turing/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -303,10 +303,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("turing"),
impl_name: create_runtime_str!("turing"),
authoring_version: 1,
spec_version: 295,
impl_version: 2,
spec_version: 296,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 18,
transaction_version: 19,
state_version: 0,
};

Expand Down

0 comments on commit 9e85ebe

Please sign in to comment.