From e430542d960e671bbfc215bb75803a6e84b9e0b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vinh=20Qu=E1=BB=91c=20Nguy=E1=BB=85n?= Date: Tue, 12 Dec 2023 14:43:15 -0800 Subject: [PATCH] bump minor imp_version runtime release (#488) This wont' change any existing but only allow add XTokens pallet to our ScheduleAllowList --- runtime/oak/src/lib.rs | 2 +- runtime/turing/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/oak/src/lib.rs b/runtime/oak/src/lib.rs index 81d86184..76857946 100644 --- a/runtime/oak/src/lib.rs +++ b/runtime/oak/src/lib.rs @@ -180,7 +180,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { impl_name: create_runtime_str!("oak"), authoring_version: 1, spec_version: 296, - impl_version: 1, + impl_version: 2, apis: RUNTIME_API_VERSIONS, transaction_version: 19, state_version: 0, diff --git a/runtime/turing/src/lib.rs b/runtime/turing/src/lib.rs index 48b8719e..b8008710 100644 --- a/runtime/turing/src/lib.rs +++ b/runtime/turing/src/lib.rs @@ -182,7 +182,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { impl_name: create_runtime_str!("turing"), authoring_version: 1, spec_version: 296, - impl_version: 1, + impl_version: 2, apis: RUNTIME_API_VERSIONS, transaction_version: 19, state_version: 0,