From 5a5478b8ba2f88ce3893230df4d65a7a0d748cf0 Mon Sep 17 00:00:00 2001 From: Rakan Al-Huneiti Date: Wed, 29 Nov 2023 16:04:46 +0300 Subject: [PATCH] Release/4.8.2 (#173) This is a PR that should precede #146 to be able to tag this 4.8.2 release prior to merging the 0.9.33 PR. - [x] Change version to 4.8.2 - [x] Update spec and transaction versions - [x] Update cere-dev - [x] Update cere --- CHANGELOG.md | 10 +++--- Cargo.lock | 36 +++++++++---------- cli/Cargo.toml | 2 +- node/client/Cargo.toml | 2 +- node/service/Cargo.toml | 2 +- pallets/chainbridge/Cargo.toml | 2 +- pallets/ddc-clusters/Cargo.toml | 2 +- .../ddc-metrics-offchain-worker/Cargo.toml | 2 +- pallets/ddc-nodes/Cargo.toml | 2 +- pallets/ddc-payouts/Cargo.toml | 2 +- pallets/ddc-staking/Cargo.toml | 2 +- pallets/ddc/Cargo.toml | 2 +- pallets/erc20/Cargo.toml | 2 +- pallets/erc721/Cargo.toml | 2 +- rpc/Cargo.toml | 2 +- runtime/cere-dev/Cargo.toml | 20 +++++------ runtime/cere-dev/constants/Cargo.toml | 2 +- runtime/cere-dev/src/lib.rs | 4 +-- runtime/cere/Cargo.toml | 12 +++---- runtime/cere/constants/Cargo.toml | 2 +- runtime/cere/src/lib.rs | 4 +-- runtime/common/Cargo.toml | 2 +- 22 files changed, 58 insertions(+), 60 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e47be2757..26416a2fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,13 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [C] Changes is `Cere` Runtime - [D] Changes is `Cere Dev` Runtime -## [vNext + 1] - -### Changed +## [vNext] -- [C,D] Updated Substrate to polkadot-v0.9.31 +- ... -## [vNext] +## [4.8.2] ### Added @@ -28,7 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- ... +- [C,D] Updated Substrate to polkadot-v0.9.31 ## [4.8.1] diff --git a/Cargo.lock b/Cargo.lock index 5032ae212..8691a9de8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -790,7 +790,7 @@ dependencies = [ [[package]] name = "cere-cli" -version = "4.8.1" +version = "4.8.2" dependencies = [ "cere-client", "cere-service", @@ -805,7 +805,7 @@ dependencies = [ [[package]] name = "cere-client" -version = "4.8.1" +version = "4.8.2" dependencies = [ "cere-dev-runtime", "cere-runtime", @@ -836,7 +836,7 @@ dependencies = [ [[package]] name = "cere-dev-runtime" -version = "4.8.1" +version = "4.8.2" dependencies = [ "cere-dev-runtime-constants", "cere-runtime-common", @@ -927,7 +927,7 @@ dependencies = [ [[package]] name = "cere-dev-runtime-constants" -version = "4.8.1" +version = "4.8.2" dependencies = [ "node-primitives", "sp-runtime", @@ -935,7 +935,7 @@ dependencies = [ [[package]] name = "cere-rpc" -version = "4.8.1" +version = "4.8.2" dependencies = [ "jsonrpsee", "node-primitives", @@ -964,7 +964,7 @@ dependencies = [ [[package]] name = "cere-runtime" -version = "4.8.1" +version = "4.8.2" dependencies = [ "cere-runtime-common", "cere-runtime-constants", @@ -1049,7 +1049,7 @@ dependencies = [ [[package]] name = "cere-runtime-common" -version = "4.8.1" +version = "4.8.2" dependencies = [ "frame-support", "node-primitives", @@ -1059,14 +1059,14 @@ dependencies = [ [[package]] name = "cere-runtime-constants" -version = "4.8.1" +version = "4.8.2" dependencies = [ "node-primitives", ] [[package]] name = "cere-service" -version = "4.8.1" +version = "4.8.2" dependencies = [ "cere-client", "cere-dev-runtime", @@ -4602,7 +4602,7 @@ dependencies = [ [[package]] name = "pallet-cere-ddc" -version = "4.8.1" +version = "4.8.2" dependencies = [ "frame-support", "frame-system", @@ -4617,7 +4617,7 @@ dependencies = [ [[package]] name = "pallet-chainbridge" -version = "4.8.1" +version = "4.8.2" dependencies = [ "frame-support", "frame-system", @@ -4719,7 +4719,7 @@ dependencies = [ [[package]] name = "pallet-ddc-clusters" -version = "4.8.1" +version = "4.8.2" dependencies = [ "ddc-primitives", "ddc-traits", @@ -4768,7 +4768,7 @@ dependencies = [ [[package]] name = "pallet-ddc-metrics-offchain-worker" -version = "4.8.1" +version = "4.8.2" dependencies = [ "alt_serde", "frame-support", @@ -4792,7 +4792,7 @@ dependencies = [ [[package]] name = "pallet-ddc-nodes" -version = "4.8.1" +version = "4.8.2" dependencies = [ "ddc-primitives", "ddc-traits", @@ -4813,7 +4813,7 @@ dependencies = [ [[package]] name = "pallet-ddc-payouts" -version = "4.8.1" +version = "4.8.2" dependencies = [ "byte-unit", "ddc-primitives", @@ -4837,7 +4837,7 @@ dependencies = [ [[package]] name = "pallet-ddc-staking" -version = "4.8.1" +version = "4.8.2" dependencies = [ "ddc-primitives", "ddc-traits", @@ -4933,7 +4933,7 @@ dependencies = [ [[package]] name = "pallet-erc20" -version = "4.8.1" +version = "4.8.2" dependencies = [ "frame-support", "frame-system", @@ -4951,7 +4951,7 @@ dependencies = [ [[package]] name = "pallet-erc721" -version = "4.8.1" +version = "4.8.2" dependencies = [ "frame-support", "frame-system", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 1d9531de1..ef0f24d90 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cere-cli" -version = "4.8.1" +version = "4.8.2" edition = "2021" [package.metadata.wasm-pack.profile.release] diff --git a/node/client/Cargo.toml b/node/client/Cargo.toml index baf0949bf..94eeea9ab 100644 --- a/node/client/Cargo.toml +++ b/node/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cere-client" -version = "4.8.1" +version = "4.8.2" edition = "2021" [dependencies] diff --git a/node/service/Cargo.toml b/node/service/Cargo.toml index e3ac7f21d..c28d6fc1b 100644 --- a/node/service/Cargo.toml +++ b/node/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cere-service" -version = "4.8.1" +version = "4.8.2" edition = "2021" [dependencies] diff --git a/pallets/chainbridge/Cargo.toml b/pallets/chainbridge/Cargo.toml index 4e14c525e..0f99454b1 100644 --- a/pallets/chainbridge/Cargo.toml +++ b/pallets/chainbridge/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-chainbridge" -version = "4.8.1" +version = "4.8.2" authors = ["Parity Technologies "] edition = "2021" homepage = "https://substrate.io" diff --git a/pallets/ddc-clusters/Cargo.toml b/pallets/ddc-clusters/Cargo.toml index feda63e13..5630b420b 100644 --- a/pallets/ddc-clusters/Cargo.toml +++ b/pallets/ddc-clusters/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-ddc-clusters" -version = "4.8.1" +version = "4.8.2" edition = "2021" [dependencies] diff --git a/pallets/ddc-metrics-offchain-worker/Cargo.toml b/pallets/ddc-metrics-offchain-worker/Cargo.toml index f85e2c42f..dbf72f5de 100644 --- a/pallets/ddc-metrics-offchain-worker/Cargo.toml +++ b/pallets/ddc-metrics-offchain-worker/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-ddc-metrics-offchain-worker" -version = "4.8.1" +version = "4.8.2" authors = ["Parity Technologies "] edition = "2021" homepage = "https://substrate.dev" diff --git a/pallets/ddc-nodes/Cargo.toml b/pallets/ddc-nodes/Cargo.toml index 25afc226f..395c613c6 100644 --- a/pallets/ddc-nodes/Cargo.toml +++ b/pallets/ddc-nodes/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-ddc-nodes" -version = "4.8.1" +version = "4.8.2" edition = "2021" [dependencies] diff --git a/pallets/ddc-payouts/Cargo.toml b/pallets/ddc-payouts/Cargo.toml index 406612a0c..248e81165 100644 --- a/pallets/ddc-payouts/Cargo.toml +++ b/pallets/ddc-payouts/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-ddc-payouts" -version = "4.8.1" +version = "4.8.2" edition = "2021" [dependencies] diff --git a/pallets/ddc-staking/Cargo.toml b/pallets/ddc-staking/Cargo.toml index 0b4a64f1f..9dcad54c5 100644 --- a/pallets/ddc-staking/Cargo.toml +++ b/pallets/ddc-staking/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-ddc-staking" -version = "4.8.1" +version = "4.8.2" edition = "2021" [dependencies] diff --git a/pallets/ddc/Cargo.toml b/pallets/ddc/Cargo.toml index 1321a638e..7778b0c71 100644 --- a/pallets/ddc/Cargo.toml +++ b/pallets/ddc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = 'pallet-cere-ddc' -version = '4.8.1' +version = '4.8.2' authors = ['Substrate DevHub '] edition = '2021' homepage = 'https://www.cere.network/' diff --git a/pallets/erc20/Cargo.toml b/pallets/erc20/Cargo.toml index 72394b0ae..e9516a297 100644 --- a/pallets/erc20/Cargo.toml +++ b/pallets/erc20/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-erc20" -version = "4.8.1" +version = "4.8.2" authors = ["Parity Technologies "] edition = "2021" homepage = "https://substrate.dev" diff --git a/pallets/erc721/Cargo.toml b/pallets/erc721/Cargo.toml index 9ade33e51..775e59b14 100644 --- a/pallets/erc721/Cargo.toml +++ b/pallets/erc721/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-erc721" -version = "4.8.1" +version = "4.8.2" authors = ["Parity Technologies "] edition = "2021" homepage = "https://substrate.dev" diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 6edd37b22..ed320a242 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cere-rpc" -version = "4.8.1" +version = "4.8.2" edition = "2021" [dependencies] diff --git a/runtime/cere-dev/Cargo.toml b/runtime/cere-dev/Cargo.toml index 579a1cc17..232284a86 100644 --- a/runtime/cere-dev/Cargo.toml +++ b/runtime/cere-dev/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cere-dev-runtime" -version = "4.8.1" +version = "4.8.2" authors = ["Parity Technologies "] build = "build.rs" edition = "2021" @@ -54,24 +54,24 @@ pallet-babe = { default-features = false, git = "https://github.com/paritytech/s pallet-bags-list = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.31" } pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.31" } pallet-bounties = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.31" } -pallet-cere-ddc = { version = "4.8.1", default-features = false, path = "../../pallets/ddc" } -pallet-chainbridge = { version = "4.8.1", default-features = false, path = "../../pallets/chainbridge" } +pallet-cere-ddc = { version = "4.8.2", default-features = false, path = "../../pallets/ddc" } +pallet-chainbridge = { version = "4.8.2", default-features = false, path = "../../pallets/chainbridge" } pallet-child-bounties = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.31" } pallet-collective = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.31" } pallet-contracts = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.31" } pallet-contracts-primitives = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.31" } -pallet-ddc-clusters = { version = "4.8.1", default-features = false, path = "../../pallets/ddc-clusters" } +pallet-ddc-clusters = { version = "4.8.2", default-features = false, path = "../../pallets/ddc-clusters" } pallet-ddc-customers = { version = "0.1.0", default-features = false, path = "../../pallets/ddc-customers" } -pallet-ddc-metrics-offchain-worker = { version = "4.8.1", default-features = false, path = "../../pallets/ddc-metrics-offchain-worker" } -pallet-ddc-nodes = { version = "4.8.1", default-features = false, path = "../../pallets/ddc-nodes" } -pallet-ddc-payouts = { version = "4.8.1", default-features = false, path = "../../pallets/ddc-payouts" } -pallet-ddc-staking = { version = "4.8.1", default-features = false, path = "../../pallets/ddc-staking" } +pallet-ddc-metrics-offchain-worker = { version = "4.8.2", default-features = false, path = "../../pallets/ddc-metrics-offchain-worker" } +pallet-ddc-nodes = { version = "4.8.2", default-features = false, path = "../../pallets/ddc-nodes" } +pallet-ddc-payouts = { version = "4.8.2", default-features = false, path = "../../pallets/ddc-payouts" } +pallet-ddc-staking = { version = "4.8.2", default-features = false, path = "../../pallets/ddc-staking" } pallet-democracy = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.31" } pallet-election-provider-multi-phase = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.31" } pallet-election-provider-support-benchmarking = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.31", optional = true } pallet-elections-phragmen = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.31" } -pallet-erc20 = { version = "4.8.1", default-features = false, path = "../../pallets/erc20" } -pallet-erc721 = { version = "4.8.1", default-features = false, path = "../../pallets/erc721" } +pallet-erc20 = { version = "4.8.2", default-features = false, path = "../../pallets/erc20" } +pallet-erc721 = { version = "4.8.2", default-features = false, path = "../../pallets/erc721" } pallet-fast-unstake = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.31" } pallet-grandpa = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.31" } pallet-identity = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.31" } diff --git a/runtime/cere-dev/constants/Cargo.toml b/runtime/cere-dev/constants/Cargo.toml index c5c87d7c4..8c8b0f96a 100644 --- a/runtime/cere-dev/constants/Cargo.toml +++ b/runtime/cere-dev/constants/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cere-dev-runtime-constants" -version = "4.8.1" +version = "4.8.2" authors = ["Parity Technologies "] edition = "2021" diff --git a/runtime/cere-dev/src/lib.rs b/runtime/cere-dev/src/lib.rs index 65e80656e..0ef21b0fa 100644 --- a/runtime/cere-dev/src/lib.rs +++ b/runtime/cere-dev/src/lib.rs @@ -129,10 +129,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { // and set impl_version to 0. If only runtime // implementation changes and behavior does not, then leave spec_version as // is and increment impl_version. - spec_version: 48015, + spec_version: 48016, impl_version: 0, apis: RUNTIME_API_VERSIONS, - transaction_version: 6, + transaction_version: 7, state_version: 0, }; diff --git a/runtime/cere/Cargo.toml b/runtime/cere/Cargo.toml index 901d75238..c320c3dda 100644 --- a/runtime/cere/Cargo.toml +++ b/runtime/cere/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cere-runtime" -version = "4.8.1" +version = "4.8.2" authors = ["Parity Technologies "] build = "build.rs" edition = "2021" @@ -53,19 +53,19 @@ pallet-babe = { default-features = false, git = "https://github.com/paritytech/s pallet-bags-list = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.31" } pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.31" } pallet-bounties = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.31" } -pallet-cere-ddc = { version = "4.8.1", default-features = false, path = "../../pallets/ddc" } -pallet-chainbridge = { version = "4.8.1", default-features = false, path = "../../pallets/chainbridge" } +pallet-cere-ddc = { version = "4.8.2", default-features = false, path = "../../pallets/ddc" } +pallet-chainbridge = { version = "4.8.2", default-features = false, path = "../../pallets/chainbridge" } pallet-child-bounties = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.31" } pallet-collective = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.31" } pallet-contracts = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.31" } pallet-contracts-primitives = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.31" } -pallet-ddc-metrics-offchain-worker = { version = "4.8.1", default-features = false, path = "../../pallets/ddc-metrics-offchain-worker" } +pallet-ddc-metrics-offchain-worker = { version = "4.8.2", default-features = false, path = "../../pallets/ddc-metrics-offchain-worker" } pallet-democracy = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.31" } pallet-election-provider-multi-phase = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.31" } pallet-election-provider-support-benchmarking = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.31", optional = true } pallet-elections-phragmen = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.31" } -pallet-erc20 = { version = "4.8.1", default-features = false, path = "../../pallets/erc20" } -pallet-erc721 = { version = "4.8.1", default-features = false, path = "../../pallets/erc721" } +pallet-erc20 = { version = "4.8.2", default-features = false, path = "../../pallets/erc20" } +pallet-erc721 = { version = "4.8.2", default-features = false, path = "../../pallets/erc721" } pallet-fast-unstake = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.31" } pallet-grandpa = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.31" } pallet-identity = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.31" } diff --git a/runtime/cere/constants/Cargo.toml b/runtime/cere/constants/Cargo.toml index e53040e30..492524a30 100644 --- a/runtime/cere/constants/Cargo.toml +++ b/runtime/cere/constants/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cere-runtime-constants" -version = "4.8.1" +version = "4.8.2" authors = ["Parity Technologies "] edition = "2021" diff --git a/runtime/cere/src/lib.rs b/runtime/cere/src/lib.rs index 7fe6ede23..16b3fbb53 100644 --- a/runtime/cere/src/lib.rs +++ b/runtime/cere/src/lib.rs @@ -123,10 +123,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { // and set impl_version to 0. If only runtime // implementation changes and behavior does not, then leave spec_version as // is and increment impl_version. - spec_version: 48009, + spec_version: 48010, impl_version: 0, apis: RUNTIME_API_VERSIONS, - transaction_version: 6, + transaction_version: 7, state_version: 0, }; diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index 86f70eb4f..e8c7950d8 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cere-runtime-common" -version = "4.8.1" +version = "4.8.2" authors = ["Parity Technologies "] edition = "2021"