From a2a9cc182f380c7ef7d1aa5e0b6929347fb0291a Mon Sep 17 00:00:00 2001 From: imstar15 Date: Fri, 22 Sep 2023 14:49:21 +0800 Subject: [PATCH] Bump to node version 2.0.2 and impl version 2 --- 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 6f6c4ae4..b4ff25d4 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: 1, + impl_version: 2, 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 c6cbf7c5..3216bb4c 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: 1, + impl_version: 2, 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 0d3273f6..1968a266 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: 1, + impl_version: 2, apis: RUNTIME_API_VERSIONS, transaction_version: 18, state_version: 0,