From d9dd21060c1311f3cff4a621b5ddcd84aa7fde4b Mon Sep 17 00:00:00 2001 From: Xavier Lau Date: Tue, 20 Aug 2024 11:27:18 +0800 Subject: [PATCH] Release `koi-6652` (#1569) --- .github/note-template/runtime.md | 3 +-- runtime/koi/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/note-template/runtime.md b/.github/note-template/runtime.md index a4acff9ba..6fb3515ea 100644 --- a/.github/note-template/runtime.md +++ b/.github/note-template/runtime.md @@ -1,6 +1,5 @@ ## {{ .Env.CHAIN | strings.Title }} -

Upgrade Priority HIGH :red_circle:

-

!!All nodes must be upgraded to a minimum of `v6.6.4` version because of the new asynchronous backing feature!!

+

Upgrade Priority LOW :green_circle:

#### Whitelist Hash ``` diff --git a/runtime/koi/src/lib.rs b/runtime/koi/src/lib.rs index d5e340e6f..eed603a83 100644 --- a/runtime/koi/src/lib.rs +++ b/runtime/koi/src/lib.rs @@ -80,7 +80,7 @@ pub const VERSION: sp_version::RuntimeVersion = sp_version::RuntimeVersion { spec_name: sp_runtime::create_runtime_str!("Darwinia Koi"), impl_name: sp_runtime::create_runtime_str!("DarwiniaOfficialRust"), authoring_version: 0, - spec_version: 6_6_5_1, + spec_version: 6_6_5_2, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 0,