From 634e2812e2a0275406b80502f8d584ab00611bc7 Mon Sep 17 00:00:00 2001 From: Andrei Navoichyk Date: Fri, 9 Jun 2023 11:20:59 +0200 Subject: [PATCH] set version to 4.3.0 --- CHANGELOG.md | 4 +++ Cargo.lock | 30 +++++++++---------- 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/Cargo.toml | 2 +- pallets/erc20/Cargo.toml | 6 ++-- pallets/erc721/Cargo.toml | 4 +-- rpc/Cargo.toml | 2 +- runtime/cere-dev/Cargo.toml | 12 ++++---- runtime/cere-dev/constants/Cargo.toml | 2 +- runtime/cere-dev/src/lib.rs | 2 +- runtime/cere/Cargo.toml | 12 ++++---- runtime/cere/constants/Cargo.toml | 2 +- runtime/cere/src/lib.rs | 2 +- runtime/common/Cargo.toml | 2 +- 19 files changed, 49 insertions(+), 45 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf49f4e14..770b0155f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## vNext +- ... + +## [4.3.0] + ### Changed - Updated Substrate to polkadot-v0.9.25 diff --git a/Cargo.lock b/Cargo.lock index a1640daf8..184617152 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -707,7 +707,7 @@ dependencies = [ [[package]] name = "cere" -version = "4.2.0" +version = "4.3.0" dependencies = [ "cere-cli", "sc-cli", @@ -717,7 +717,7 @@ dependencies = [ [[package]] name = "cere-cli" -version = "4.2.0" +version = "4.3.0" dependencies = [ "cere-client", "cere-service", @@ -731,7 +731,7 @@ dependencies = [ [[package]] name = "cere-client" -version = "4.2.0" +version = "4.3.0" dependencies = [ "cere-dev-runtime", "cere-runtime", @@ -766,7 +766,7 @@ dependencies = [ [[package]] name = "cere-dev-runtime" -version = "4.2.0" +version = "4.3.0" dependencies = [ "cere-dev-runtime-constants", "cere-runtime-common", @@ -850,7 +850,7 @@ dependencies = [ [[package]] name = "cere-dev-runtime-constants" -version = "4.2.0" +version = "4.3.0" dependencies = [ "node-primitives", "sp-runtime", @@ -858,7 +858,7 @@ dependencies = [ [[package]] name = "cere-rpc" -version = "4.2.0" +version = "4.3.0" dependencies = [ "jsonrpsee", "node-primitives", @@ -888,7 +888,7 @@ dependencies = [ [[package]] name = "cere-runtime" -version = "4.2.0" +version = "4.3.0" dependencies = [ "cere-runtime-common", "cere-runtime-constants", @@ -971,11 +971,11 @@ dependencies = [ [[package]] name = "cere-runtime-common" -version = "4.2.0" +version = "4.3.0" [[package]] name = "cere-runtime-constants" -version = "4.2.0" +version = "4.3.0" dependencies = [ "node-primitives", "sp-runtime", @@ -983,7 +983,7 @@ dependencies = [ [[package]] name = "cere-service" -version = "4.2.0" +version = "4.3.0" dependencies = [ "cere-client", "cere-dev-runtime", @@ -4626,7 +4626,7 @@ dependencies = [ [[package]] name = "pallet-cere-ddc" -version = "4.2.0" +version = "4.3.0" dependencies = [ "frame-support", "frame-system", @@ -4641,7 +4641,7 @@ dependencies = [ [[package]] name = "pallet-chainbridge" -version = "4.2.0" +version = "4.3.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -4777,7 +4777,7 @@ dependencies = [ [[package]] name = "pallet-ddc-metrics-offchain-worker" -version = "4.2.0" +version = "4.3.0" dependencies = [ "alt_serde", "frame-support", @@ -4889,7 +4889,7 @@ dependencies = [ [[package]] name = "pallet-erc20" -version = "4.2.0" +version = "4.3.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -4909,7 +4909,7 @@ dependencies = [ [[package]] name = "pallet-erc721" -version = "4.2.0" +version = "4.3.0" dependencies = [ "frame-benchmarking", "frame-support", diff --git a/Cargo.toml b/Cargo.toml index 241d167df..23a7f21df 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.2.0" +version = "4.3.0" edition = "2021" build = "build.rs" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index df95fae45..ce01a055c 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cere-cli" -version = "4.2.0" +version = "4.3.0" edition = "2021" [package.metadata.wasm-pack.profile.release] diff --git a/node/client/Cargo.toml b/node/client/Cargo.toml index 0891af0a8..c1c614930 100644 --- a/node/client/Cargo.toml +++ b/node/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cere-client" -version = "4.2.0" +version = "4.3.0" edition = "2021" [dependencies] diff --git a/node/service/Cargo.toml b/node/service/Cargo.toml index b3a9fa533..fcefc4120 100644 --- a/node/service/Cargo.toml +++ b/node/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cere-service" -version = "4.2.0" +version = "4.3.0" edition = "2021" [dependencies] diff --git a/pallets/chainbridge/Cargo.toml b/pallets/chainbridge/Cargo.toml index 887e81b2a..d6e19aaa9 100644 --- a/pallets/chainbridge/Cargo.toml +++ b/pallets/chainbridge/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-chainbridge" -version = "4.2.0" +version = "4.3.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 fd8880f76..9a1ab174f 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.2.0" +version = "4.3.0" authors = ["Parity Technologies "] edition = "2021" license = "Unlicense" diff --git a/pallets/ddc/Cargo.toml b/pallets/ddc/Cargo.toml index e9bddee09..24bcc2eef 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.2.0' +version = '4.3.0' readme = 'README.md' [package.metadata.docs.rs] diff --git a/pallets/erc20/Cargo.toml b/pallets/erc20/Cargo.toml index 6cc4618e0..bf27efb66 100644 --- a/pallets/erc20/Cargo.toml +++ b/pallets/erc20/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-erc20" -version = "4.2.0" +version = "4.3.0" authors = ["Parity Technologies "] edition = "2021" license = "Unlicense" @@ -23,8 +23,8 @@ sp-std = { version = "4.0.0", default-features = false, git = "https://github.co sp-io = { version = "6.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.25" } sp-core = { version = "6.0.0", git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.25", default-features = false } sp-arithmetic = { version = "5.0.0", git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.25", default-features = false } -pallet-chainbridge = { version = "4.2.0", default-features = false, path = "../chainbridge" } -pallet-erc721 = { version = "4.2.0", default-features = false, path = "../erc721" } +pallet-chainbridge = { version = "4.3.0", default-features = false, path = "../chainbridge" } +pallet-erc721 = { version = "4.3.0", default-features = false, path = "../erc721" } scale-info = { version = "2.1.2", default-features = false, features = ["derive"] } frame-benchmarking = { version = "4.0.0-dev", default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.25", optional = true } diff --git a/pallets/erc721/Cargo.toml b/pallets/erc721/Cargo.toml index 449592b18..e883ccf28 100644 --- a/pallets/erc721/Cargo.toml +++ b/pallets/erc721/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-erc721" -version = "4.2.0" +version = "4.3.0" authors = ["Parity Technologies "] edition = "2021" license = "Unlicense" @@ -22,7 +22,7 @@ sp-runtime = { version = "6.0.0", default-features = false, git = "https://githu sp-std = { version = "4.0.0", default-features = false,git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.25" } sp-io = { version = "6.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.25" } sp-core = { version = "6.0.0", git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.25", default-features = false } -pallet-chainbridge = { version = "4.2.0", default-features = false, path = "../chainbridge" } +pallet-chainbridge = { version = "4.3.0", default-features = false, path = "../chainbridge" } scale-info = { version = "2.1.2", default-features = false, features = ["derive"] } frame-benchmarking = { version = "4.0.0-dev", default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.25", optional = true } diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 3689e175c..483cdbe3e 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cere-rpc" -version = "4.2.0" +version = "4.3.0" edition = "2021" [dependencies] diff --git a/runtime/cere-dev/Cargo.toml b/runtime/cere-dev/Cargo.toml index ba353b194..71404d548 100644 --- a/runtime/cere-dev/Cargo.toml +++ b/runtime/cere-dev/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cere-dev-runtime" -version = "4.2.0" +version = "4.3.0" authors = ["Parity Technologies "] edition = "2021" build = "build.rs" @@ -93,11 +93,11 @@ pallet-vesting = { version = "4.0.0-dev", default-features = false, git = "https cere-runtime-common = { path = "../common", default-features = false } cere-dev-runtime-constants = { path = "./constants", default-features = false } pallet-ddc-staking = { version = "0.1.0", default-features = false, path = "../../pallets/ddc-staking" } -pallet-chainbridge = { version = "4.2.0", default-features = false, path = "../../pallets/chainbridge" } -pallet-cere-ddc = { version = "4.2.0", default-features = false, path = "../../pallets/ddc" } -pallet-erc721 = { version = "4.2.0", default-features = false, path = "../../pallets/erc721" } -pallet-erc20 = { version = "4.2.0", default-features = false, path = "../../pallets/erc20" } -pallet-ddc-metrics-offchain-worker = { version = "4.2.0", default-features = false, path = "../../pallets/ddc-metrics-offchain-worker" } +pallet-chainbridge = { version = "4.3.0", default-features = false, path = "../../pallets/chainbridge" } +pallet-cere-ddc = { version = "4.3.0", default-features = false, path = "../../pallets/ddc" } +pallet-erc721 = { version = "4.3.0", default-features = false, path = "../../pallets/erc721" } +pallet-erc20 = { version = "4.3.0", default-features = false, path = "../../pallets/erc20" } +pallet-ddc-metrics-offchain-worker = { version = "4.3.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.25" } diff --git a/runtime/cere-dev/constants/Cargo.toml b/runtime/cere-dev/constants/Cargo.toml index e3ef1cbde..5c806419c 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.2.0" +version = "4.3.0" authors = ["Parity Technologies "] edition = "2021" diff --git a/runtime/cere-dev/src/lib.rs b/runtime/cere-dev/src/lib.rs index 6fd32a404..a7d438146 100644 --- a/runtime/cere-dev/src/lib.rs +++ b/runtime/cere-dev/src/lib.rs @@ -126,7 +126,7 @@ 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: 42001, + spec_version: 43000, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 3, diff --git a/runtime/cere/Cargo.toml b/runtime/cere/Cargo.toml index fc2288ef5..c8e0e9ba5 100644 --- a/runtime/cere/Cargo.toml +++ b/runtime/cere/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cere-runtime" -version = "4.2.0" +version = "4.3.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.25" } cere-runtime-common = { path = "../common", default-features = false } cere-runtime-constants = { path = "./constants", default-features = false } -pallet-chainbridge = { version = "4.2.0", default-features = false, path = "../../pallets/chainbridge" } -pallet-cere-ddc = { version = "4.2.0", default-features = false, path = "../../pallets/ddc" } -pallet-erc721 = { version = "4.2.0", default-features = false, path = "../../pallets/erc721" } -pallet-erc20 = { version = "4.2.0", default-features = false, path = "../../pallets/erc20" } -pallet-ddc-metrics-offchain-worker = { version = "4.2.0", default-features = false, path = "../../pallets/ddc-metrics-offchain-worker" } +pallet-chainbridge = { version = "4.3.0", default-features = false, path = "../../pallets/chainbridge" } +pallet-cere-ddc = { version = "4.3.0", default-features = false, path = "../../pallets/ddc" } +pallet-erc721 = { version = "4.3.0", default-features = false, path = "../../pallets/erc721" } +pallet-erc20 = { version = "4.3.0", default-features = false, path = "../../pallets/erc20" } +pallet-ddc-metrics-offchain-worker = { version = "4.3.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.25" } diff --git a/runtime/cere/constants/Cargo.toml b/runtime/cere/constants/Cargo.toml index 294140564..5baf20fa3 100644 --- a/runtime/cere/constants/Cargo.toml +++ b/runtime/cere/constants/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cere-runtime-constants" -version = "4.2.0" +version = "4.3.0" authors = ["Parity Technologies "] edition = "2021" diff --git a/runtime/cere/src/lib.rs b/runtime/cere/src/lib.rs index b4081eaec..4fa991877 100644 --- a/runtime/cere/src/lib.rs +++ b/runtime/cere/src/lib.rs @@ -125,7 +125,7 @@ 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: 42001, + spec_version: 43000, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 3, diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index 3334a366d..62c1a4ff7 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cere-runtime-common" -version = "4.2.0" +version = "4.3.0" authors = ["Parity Technologies "] edition = "2021"