From 0bc7d48babfe8e0841e761febaf9a34ab8418ed5 Mon Sep 17 00:00:00 2001 From: Chris Li Date: Wed, 13 Sep 2023 19:36:39 -0700 Subject: [PATCH] Bump to node version 2.0.1 and impl version 1 (#424) (#426) Co-authored-by: imstar15 --- runtime/neumann/src/lib.rs | 2 +- runtime/oak/src/lib.rs | 2 +- runtime/turing/src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/runtime/neumann/src/lib.rs b/runtime/neumann/src/lib.rs index 60363c25..b654c77f 100644 --- a/runtime/neumann/src/lib.rs +++ b/runtime/neumann/src/lib.rs @@ -172,7 +172,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { impl_name: create_runtime_str!("neumann"), authoring_version: 1, spec_version: 295, - impl_version: 0, + impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 17, state_version: 0, diff --git a/runtime/oak/src/lib.rs b/runtime/oak/src/lib.rs index ca6fb836..e6428c4d 100644 --- a/runtime/oak/src/lib.rs +++ b/runtime/oak/src/lib.rs @@ -172,7 +172,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { impl_name: create_runtime_str!("oak"), authoring_version: 1, spec_version: 295, - impl_version: 0, + impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 18, state_version: 0, diff --git a/runtime/turing/src/lib.rs b/runtime/turing/src/lib.rs index b698c8d1..6ca7c920 100644 --- a/runtime/turing/src/lib.rs +++ b/runtime/turing/src/lib.rs @@ -176,7 +176,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { impl_name: create_runtime_str!("turing"), authoring_version: 1, spec_version: 295, - impl_version: 0, + impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 18, state_version: 0,