From 0c42fd7480fd1c475fce52a7a5e266de6f37d018 Mon Sep 17 00:00:00 2001 From: Maksim Ramanenkau Date: Thu, 22 Jun 2023 16:42:43 +0200 Subject: [PATCH] Update to 4.5.0 --- CHANGELOG.md | 2 ++ Cargo.lock | 32 +++++++++---------- Cargo.toml | 2 +- cli/Cargo.toml | 2 +- node/client/Cargo.toml | 2 +- node/service/Cargo.toml | 2 +- pallets/chainbridge/Cargo.toml | 2 +- .../ddc-metrics-offchain-worker/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 | 14 ++++---- runtime/cere-dev/constants/Cargo.toml | 2 +- runtime/cere/Cargo.toml | 12 +++---- runtime/cere/constants/Cargo.toml | 2 +- runtime/common/Cargo.toml | 2 +- 18 files changed, 45 insertions(+), 43 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 428873862..665ebd17b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [vNext] +## [4.5.0] + ### Changed - Updated Substrate to polkadot-v0.9.27 diff --git a/Cargo.lock b/Cargo.lock index e81c9b8e5..ef4c1cf86 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -707,7 +707,7 @@ dependencies = [ [[package]] name = "cere" -version = "4.4.0" +version = "4.5.0" dependencies = [ "cere-cli", "sc-cli", @@ -717,7 +717,7 @@ dependencies = [ [[package]] name = "cere-cli" -version = "4.4.0" +version = "4.5.0" dependencies = [ "cere-client", "cere-service", @@ -731,7 +731,7 @@ dependencies = [ [[package]] name = "cere-client" -version = "4.4.0" +version = "4.5.0" dependencies = [ "cere-dev-runtime", "cere-runtime", @@ -766,7 +766,7 @@ dependencies = [ [[package]] name = "cere-dev-runtime" -version = "4.4.0" +version = "4.5.0" dependencies = [ "cere-dev-runtime-constants", "cere-runtime-common", @@ -850,7 +850,7 @@ dependencies = [ [[package]] name = "cere-dev-runtime-constants" -version = "4.4.0" +version = "4.5.0" dependencies = [ "node-primitives", "sp-runtime", @@ -858,7 +858,7 @@ dependencies = [ [[package]] name = "cere-rpc" -version = "4.4.0" +version = "4.5.0" dependencies = [ "jsonrpsee", "node-primitives", @@ -888,7 +888,7 @@ dependencies = [ [[package]] name = "cere-runtime" -version = "4.4.0" +version = "4.5.0" dependencies = [ "cere-runtime-common", "cere-runtime-constants", @@ -971,11 +971,11 @@ dependencies = [ [[package]] name = "cere-runtime-common" -version = "4.4.0" +version = "4.5.0" [[package]] name = "cere-runtime-constants" -version = "4.4.0" +version = "4.5.0" dependencies = [ "node-primitives", "sp-runtime", @@ -983,7 +983,7 @@ dependencies = [ [[package]] name = "cere-service" -version = "4.4.0" +version = "4.5.0" dependencies = [ "cere-client", "cere-dev-runtime", @@ -4621,7 +4621,7 @@ dependencies = [ [[package]] name = "pallet-cere-ddc" -version = "4.4.0" +version = "4.5.0" dependencies = [ "frame-support", "frame-system", @@ -4636,7 +4636,7 @@ dependencies = [ [[package]] name = "pallet-chainbridge" -version = "4.4.0" +version = "4.5.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -4773,7 +4773,7 @@ dependencies = [ [[package]] name = "pallet-ddc-metrics-offchain-worker" -version = "4.4.0" +version = "4.5.0" dependencies = [ "alt_serde", "frame-support", @@ -4799,7 +4799,7 @@ dependencies = [ [[package]] name = "pallet-ddc-staking" -version = "4.4.0" +version = "4.5.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -4885,7 +4885,7 @@ dependencies = [ [[package]] name = "pallet-erc20" -version = "4.4.0" +version = "4.5.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -4905,7 +4905,7 @@ dependencies = [ [[package]] name = "pallet-erc721" -version = "4.4.0" +version = "4.5.0" dependencies = [ "frame-benchmarking", "frame-support", diff --git a/Cargo.toml b/Cargo.toml index 982a97ba5..a409a7226 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ path = "src/main.rs" [package] name = "cere" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -version = "4.4.0" +version = "4.5.0" edition = "2021" build = "build.rs" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 5d30600c9..b0c59eee7 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cere-cli" -version = "4.4.0" +version = "4.5.0" edition = "2021" [package.metadata.wasm-pack.profile.release] diff --git a/node/client/Cargo.toml b/node/client/Cargo.toml index 42780eb66..f07895675 100644 --- a/node/client/Cargo.toml +++ b/node/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cere-client" -version = "4.4.0" +version = "4.5.0" edition = "2021" [dependencies] diff --git a/node/service/Cargo.toml b/node/service/Cargo.toml index 9a0058da1..3e3601856 100644 --- a/node/service/Cargo.toml +++ b/node/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cere-service" -version = "4.4.0" +version = "4.5.0" edition = "2021" [dependencies] diff --git a/pallets/chainbridge/Cargo.toml b/pallets/chainbridge/Cargo.toml index 752d17382..ef496521d 100644 --- a/pallets/chainbridge/Cargo.toml +++ b/pallets/chainbridge/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-chainbridge" -version = "4.4.0" +version = "4.5.0" authors = ["Parity Technologies "] edition = "2021" license = "Unlicense" diff --git a/pallets/ddc-metrics-offchain-worker/Cargo.toml b/pallets/ddc-metrics-offchain-worker/Cargo.toml index 91e4f6e74..a805e62de 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.4.0" +version = "4.5.0" authors = ["Parity Technologies "] edition = "2021" license = "Unlicense" diff --git a/pallets/ddc-staking/Cargo.toml b/pallets/ddc-staking/Cargo.toml index 0ece48a5b..bb54b50ad 100644 --- a/pallets/ddc-staking/Cargo.toml +++ b/pallets/ddc-staking/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-ddc-staking" -version = "4.4.0" +version = "4.5.0" edition = "2021" [dependencies] diff --git a/pallets/ddc/Cargo.toml b/pallets/ddc/Cargo.toml index 991c2a1f8..d8357e589 100644 --- a/pallets/ddc/Cargo.toml +++ b/pallets/ddc/Cargo.toml @@ -6,7 +6,7 @@ homepage = 'https://www.cere.network/' license = 'Unlicense' name = 'pallet-cere-ddc' repository = 'https://github.com/Cerebellum-Network/ddc-pallet' -version = '4.4.0' +version = '4.5.0' readme = 'README.md' [package.metadata.docs.rs] diff --git a/pallets/erc20/Cargo.toml b/pallets/erc20/Cargo.toml index 134ae62dc..bd880a749 100644 --- a/pallets/erc20/Cargo.toml +++ b/pallets/erc20/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-erc20" -version = "4.4.0" +version = "4.5.0" authors = ["Parity Technologies "] edition = "2021" license = "Unlicense" diff --git a/pallets/erc721/Cargo.toml b/pallets/erc721/Cargo.toml index b7827c723..853aadb8c 100644 --- a/pallets/erc721/Cargo.toml +++ b/pallets/erc721/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-erc721" -version = "4.4.0" +version = "4.5.0" authors = ["Parity Technologies "] edition = "2021" license = "Unlicense" diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index c1640782a..23543766f 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cere-rpc" -version = "4.4.0" +version = "4.5.0" edition = "2021" [dependencies] diff --git a/runtime/cere-dev/Cargo.toml b/runtime/cere-dev/Cargo.toml index 9128dfe48..f360d9909 100644 --- a/runtime/cere-dev/Cargo.toml +++ b/runtime/cere-dev/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cere-dev-runtime" -version = "4.4.0" +version = "4.5.0" authors = ["Parity Technologies "] edition = "2021" build = "build.rs" @@ -92,12 +92,12 @@ pallet-transaction-storage = { version = "4.0.0-dev", default-features = false, pallet-vesting = { version = "4.0.0-dev", default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.27" } cere-runtime-common = { path = "../common", default-features = false } cere-dev-runtime-constants = { path = "./constants", default-features = false } -pallet-ddc-staking = { version = "4.4.0", default-features = false, path = "../../pallets/ddc-staking" } -pallet-chainbridge = { version = "4.4.0", default-features = false, path = "../../pallets/chainbridge" } -pallet-cere-ddc = { version = "4.4.0", default-features = false, path = "../../pallets/ddc" } -pallet-erc721 = { version = "4.4.0", default-features = false, path = "../../pallets/erc721" } -pallet-erc20 = { version = "4.4.0", default-features = false, path = "../../pallets/erc20" } -pallet-ddc-metrics-offchain-worker = { version = "4.4.0", default-features = false, path = "../../pallets/ddc-metrics-offchain-worker" } +pallet-ddc-staking = { version = "4.5.0", default-features = false, path = "../../pallets/ddc-staking" } +pallet-chainbridge = { version = "4.5.0", default-features = false, path = "../../pallets/chainbridge" } +pallet-cere-ddc = { version = "4.5.0", default-features = false, path = "../../pallets/ddc" } +pallet-erc721 = { version = "4.5.0", default-features = false, path = "../../pallets/erc721" } +pallet-erc20 = { version = "4.5.0", default-features = false, path = "../../pallets/erc20" } +pallet-ddc-metrics-offchain-worker = { version = "4.5.0", default-features = false, path = "../../pallets/ddc-metrics-offchain-worker" } [build-dependencies] substrate-wasm-builder = { version = "5.0.0-dev", git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.27" } diff --git a/runtime/cere-dev/constants/Cargo.toml b/runtime/cere-dev/constants/Cargo.toml index ddca91818..92890f28f 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.4.0" +version = "4.5.0" authors = ["Parity Technologies "] edition = "2021" diff --git a/runtime/cere/Cargo.toml b/runtime/cere/Cargo.toml index 638280d1f..b66c58582 100644 --- a/runtime/cere/Cargo.toml +++ b/runtime/cere/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cere-runtime" -version = "4.4.0" +version = "4.5.0" authors = ["Parity Technologies "] edition = "2021" build = "build.rs" @@ -92,11 +92,11 @@ pallet-transaction-storage = { version = "4.0.0-dev", default-features = false, pallet-vesting = { version = "4.0.0-dev", default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.27" } cere-runtime-common = { path = "../common", default-features = false } cere-runtime-constants = { path = "./constants", default-features = false } -pallet-chainbridge = { version = "4.4.0", default-features = false, path = "../../pallets/chainbridge" } -pallet-cere-ddc = { version = "4.4.0", default-features = false, path = "../../pallets/ddc" } -pallet-erc721 = { version = "4.4.0", default-features = false, path = "../../pallets/erc721" } -pallet-erc20 = { version = "4.4.0", default-features = false, path = "../../pallets/erc20" } -pallet-ddc-metrics-offchain-worker = { version = "4.4.0", default-features = false, path = "../../pallets/ddc-metrics-offchain-worker" } +pallet-chainbridge = { version = "4.5.0", default-features = false, path = "../../pallets/chainbridge" } +pallet-cere-ddc = { version = "4.5.0", default-features = false, path = "../../pallets/ddc" } +pallet-erc721 = { version = "4.5.0", default-features = false, path = "../../pallets/erc721" } +pallet-erc20 = { version = "4.5.0", default-features = false, path = "../../pallets/erc20" } +pallet-ddc-metrics-offchain-worker = { version = "4.5.0", default-features = false, path = "../../pallets/ddc-metrics-offchain-worker" } [build-dependencies] substrate-wasm-builder = { version = "5.0.0-dev", git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.27" } diff --git a/runtime/cere/constants/Cargo.toml b/runtime/cere/constants/Cargo.toml index 04748981d..3f9c3c261 100644 --- a/runtime/cere/constants/Cargo.toml +++ b/runtime/cere/constants/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cere-runtime-constants" -version = "4.4.0" +version = "4.5.0" authors = ["Parity Technologies "] edition = "2021" diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index 46c37e5c3..27f7b390d 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cere-runtime-common" -version = "4.4.0" +version = "4.5.0" authors = ["Parity Technologies "] edition = "2021"