From 0c06f62e76ce799dd5a360758d2e3d7b70ef8083 Mon Sep 17 00:00:00 2001 From: Xavier Lau Date: Mon, 21 Oct 2024 14:51:55 +0800 Subject: [PATCH 1/2] Release `v6.7.2` --- Cargo.lock | 36 ++++++++++++++-------------- Cargo.toml | 2 +- node/src/cli.rs | 2 +- pallet/account-migration/src/mock.rs | 2 +- runtime/crab/src/lib.rs | 2 +- runtime/darwinia/src/lib.rs | 2 +- runtime/koi/src/lib.rs | 2 +- 7 files changed, 24 insertions(+), 24 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a7d4b90b7..29542ef76 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1613,7 +1613,7 @@ dependencies = [ [[package]] name = "crab-runtime" -version = "6.7.1" +version = "6.7.2" dependencies = [ "array-bytes 6.2.3", "cumulus-pallet-aura-ext", @@ -2622,7 +2622,7 @@ dependencies = [ [[package]] name = "darwinia" -version = "6.7.1" +version = "6.7.2" dependencies = [ "array-bytes 6.2.3", "async-trait", @@ -2706,7 +2706,7 @@ dependencies = [ [[package]] name = "darwinia-account-migration" -version = "6.7.1" +version = "6.7.2" dependencies = [ "array-bytes 6.2.3", "darwinia-deposit", @@ -2730,7 +2730,7 @@ dependencies = [ [[package]] name = "darwinia-asset-limit" -version = "6.7.1" +version = "6.7.2" dependencies = [ "frame-support", "frame-system", @@ -2741,7 +2741,7 @@ dependencies = [ [[package]] name = "darwinia-common-runtime" -version = "6.7.1" +version = "6.7.2" dependencies = [ "array-bytes 6.2.3", "cumulus-primitives-core", @@ -2772,7 +2772,7 @@ dependencies = [ [[package]] name = "darwinia-deposit" -version = "6.7.1" +version = "6.7.2" dependencies = [ "darwinia-ethtx-forwarder", "darwinia-staking-traits", @@ -2797,7 +2797,7 @@ dependencies = [ [[package]] name = "darwinia-ethtx-forwarder" -version = "6.7.1" +version = "6.7.2" dependencies = [ "array-bytes 6.2.3", "ethabi", @@ -2826,7 +2826,7 @@ dependencies = [ [[package]] name = "darwinia-precompile-assets" -version = "6.7.1" +version = "6.7.2" dependencies = [ "fp-evm", "frame-support", @@ -2847,7 +2847,7 @@ dependencies = [ [[package]] name = "darwinia-precompile-deposit" -version = "6.7.1" +version = "6.7.2" dependencies = [ "darwinia-deposit", "fp-evm", @@ -2867,7 +2867,7 @@ dependencies = [ [[package]] name = "darwinia-precompile-staking" -version = "6.7.1" +version = "6.7.2" dependencies = [ "darwinia-deposit", "darwinia-staking", @@ -2889,7 +2889,7 @@ dependencies = [ [[package]] name = "darwinia-precompile-state-storage" -version = "6.7.1" +version = "6.7.2" dependencies = [ "fp-evm", "frame-support", @@ -2908,7 +2908,7 @@ dependencies = [ [[package]] name = "darwinia-runtime" -version = "6.7.1" +version = "6.7.2" dependencies = [ "array-bytes 6.2.3", "cumulus-pallet-aura-ext", @@ -3009,7 +3009,7 @@ dependencies = [ [[package]] name = "darwinia-staking" -version = "6.7.1" +version = "6.7.2" dependencies = [ "darwinia-deposit", "darwinia-ethtx-forwarder", @@ -3039,7 +3039,7 @@ dependencies = [ [[package]] name = "darwinia-staking-traits" -version = "6.7.1" +version = "6.7.2" dependencies = [ "parity-scale-codec", "scale-info", @@ -3074,7 +3074,7 @@ dependencies = [ [[package]] name = "dc-inflation" -version = "6.7.1" +version = "6.7.2" dependencies = [ "dc-types", "primitive-types", @@ -3084,7 +3084,7 @@ dependencies = [ [[package]] name = "dc-primitives" -version = "6.7.1" +version = "6.7.2" dependencies = [ "dc-types", "fp-account", @@ -3094,7 +3094,7 @@ dependencies = [ [[package]] name = "dc-types" -version = "6.7.1" +version = "6.7.2" [[package]] name = "der" @@ -5752,7 +5752,7 @@ checksum = "c33070833c9ee02266356de0c43f723152bd38bd96ddf52c82b3af10c9138b28" [[package]] name = "koi-runtime" -version = "6.7.1" +version = "6.7.2" dependencies = [ "array-bytes 6.2.3", "cumulus-pallet-aura-ext", diff --git a/Cargo.toml b/Cargo.toml index 83da3abdd..ec224432a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ edition = "2021" homepage = "https://darwinia.network" license = "GPL-3.0" repository = "https://github.com/darwinia-network/darwinia" -version = "6.7.1" +version = "6.7.2" [workspace.dependencies] # crates.io diff --git a/node/src/cli.rs b/node/src/cli.rs index 713f24b31..19a8947a6 100644 --- a/node/src/cli.rs +++ b/node/src/cli.rs @@ -24,7 +24,7 @@ /// /// The worker binaries associated to the node binary should ensure that they are using the same /// version as the main node that started them. -pub const NODE_VERSION: &str = "6.7.1"; +pub const NODE_VERSION: &str = "6.7.2"; /// Sub-commands supported by the collator. #[derive(Debug, clap::Subcommand)] diff --git a/pallet/account-migration/src/mock.rs b/pallet/account-migration/src/mock.rs index d8ccd8f61..d9ed8a89c 100644 --- a/pallet/account-migration/src/mock.rs +++ b/pallet/account-migration/src/mock.rs @@ -53,7 +53,7 @@ pub const VERSION: sp_version::RuntimeVersion = sp_version::RuntimeVersion { spec_name: sp_runtime::create_runtime_str!("Darwinia2"), impl_name: sp_runtime::create_runtime_str!("DarwiniaOfficialRust"), authoring_version: 0, - spec_version: 6_7_1_0, + spec_version: 6_7_2_0, impl_version: 0, apis: sp_version::create_apis_vec!([]), transaction_version: 0, diff --git a/runtime/crab/src/lib.rs b/runtime/crab/src/lib.rs index 26616221d..70257b3fb 100644 --- a/runtime/crab/src/lib.rs +++ b/runtime/crab/src/lib.rs @@ -80,7 +80,7 @@ pub const VERSION: sp_version::RuntimeVersion = sp_version::RuntimeVersion { spec_name: sp_runtime::create_runtime_str!("Crab2"), impl_name: sp_runtime::create_runtime_str!("DarwiniaOfficialRust"), authoring_version: 0, - spec_version: 6_7_1_0, + spec_version: 6_7_2_0, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 0, diff --git a/runtime/darwinia/src/lib.rs b/runtime/darwinia/src/lib.rs index 957e7429b..9f6e9fe58 100644 --- a/runtime/darwinia/src/lib.rs +++ b/runtime/darwinia/src/lib.rs @@ -80,7 +80,7 @@ pub const VERSION: sp_version::RuntimeVersion = sp_version::RuntimeVersion { spec_name: sp_runtime::create_runtime_str!("Darwinia2"), impl_name: sp_runtime::create_runtime_str!("DarwiniaOfficialRust"), authoring_version: 0, - spec_version: 6_7_1_0, + spec_version: 6_7_2_0, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 0, diff --git a/runtime/koi/src/lib.rs b/runtime/koi/src/lib.rs index 32ca740a0..bbb65b86c 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_7_1_0, + spec_version: 6_7_2_0, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 0, From 121852545f0d964f374f2cc41264f78f9ecce243 Mon Sep 17 00:00:00 2001 From: Xavier Lau Date: Mon, 21 Oct 2024 16:01:34 +0800 Subject: [PATCH 2/2] Re-cache --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index eaa556747..1886e589d 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -23,7 +23,7 @@ on: - "**.sol" env: - CACHE_VERSION: 0 + CACHE_VERSION: 1 CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse CARGO_TERM_COLOR: always