diff --git a/Cargo.lock b/Cargo.lock index 9fb8329a7..b107eb30d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -787,7 +787,7 @@ dependencies = [ [[package]] name = "cere" -version = "4.8.1" +version = "4.8.2" dependencies = [ "cere-cli", "sc-cli", @@ -796,7 +796,7 @@ dependencies = [ [[package]] name = "cere-cli" -version = "4.8.1" +version = "4.8.2" dependencies = [ "cere-client", "cere-service", @@ -810,7 +810,7 @@ dependencies = [ [[package]] name = "cere-client" -version = "4.8.1" +version = "4.8.2" dependencies = [ "cere-dev-runtime", "cere-runtime", @@ -842,7 +842,7 @@ dependencies = [ [[package]] name = "cere-dev-runtime" -version = "4.8.1" +version = "4.8.2" dependencies = [ "cere-dev-runtime-constants", "cere-runtime-common", @@ -934,14 +934,14 @@ dependencies = [ [[package]] name = "cere-dev-runtime-constants" -version = "4.8.1" +version = "4.8.2" dependencies = [ "node-primitives", ] [[package]] name = "cere-rpc" -version = "4.8.1" +version = "4.8.2" dependencies = [ "jsonrpsee", "node-primitives", @@ -971,7 +971,7 @@ dependencies = [ [[package]] name = "cere-runtime" -version = "4.8.1" +version = "4.8.2" dependencies = [ "cere-runtime-common", "cere-runtime-constants", @@ -1063,7 +1063,7 @@ dependencies = [ [[package]] name = "cere-runtime-common" -version = "4.8.1" +version = "4.8.2" dependencies = [ "frame-support", "node-primitives", @@ -1073,14 +1073,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", @@ -4807,7 +4807,7 @@ dependencies = [ [[package]] name = "pallet-cere-ddc" -version = "4.8.1" +version = "4.8.2" dependencies = [ "frame-support", "frame-system", @@ -4822,7 +4822,7 @@ dependencies = [ [[package]] name = "pallet-chainbridge" -version = "4.8.1" +version = "4.8.2" dependencies = [ "frame-support", "frame-system", @@ -4956,7 +4956,7 @@ dependencies = [ [[package]] name = "pallet-ddc-clusters" -version = "4.8.1" +version = "4.8.2" dependencies = [ "ddc-primitives", "ddc-traits", @@ -5006,7 +5006,7 @@ dependencies = [ [[package]] name = "pallet-ddc-metrics-offchain-worker" -version = "4.8.1" +version = "4.8.2" dependencies = [ "alt_serde", "frame-support", @@ -5030,7 +5030,7 @@ dependencies = [ [[package]] name = "pallet-ddc-nodes" -version = "4.8.1" +version = "4.8.2" dependencies = [ "ddc-primitives", "ddc-traits", @@ -5052,7 +5052,7 @@ dependencies = [ [[package]] name = "pallet-ddc-payouts" -version = "4.8.1" +version = "4.8.2" dependencies = [ "byte-unit", "ddc-primitives", @@ -5076,7 +5076,7 @@ dependencies = [ [[package]] name = "pallet-ddc-staking" -version = "4.8.1" +version = "4.8.2" dependencies = [ "ddc-primitives", "ddc-traits", @@ -5170,7 +5170,7 @@ dependencies = [ [[package]] name = "pallet-erc20" -version = "4.8.1" +version = "4.8.2" dependencies = [ "frame-support", "frame-system", @@ -5188,7 +5188,7 @@ dependencies = [ [[package]] name = "pallet-erc721" -version = "4.8.1" +version = "4.8.2" dependencies = [ "frame-support", "frame-system", diff --git a/Cargo.toml b/Cargo.toml index d128a0079..9a8187b28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ path = "src/main.rs" [package] name = "cere" -version = "4.8.1" +version = "4.8.2" build = "build.rs" edition = "2021" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 30656a1ae..bc9d350dd 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 f4798e201..9e233fbb5 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 326461ae8..6698fa902 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 9664b4a6a..cadac0151 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 98abf9897..b8597443a 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 99c821064..d6232ef79 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 ee7857e14..9729e2945 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 82b5f34c7..a87903482 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 ac2bfaebc..043e60973 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 57970e3f3..616ccc358 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 98e88b80e..56e1df2fa 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 752f61229..7fecb780e 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 a05ef9559..b2703ab43 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 38c924efa..d9ed5a46d 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" @@ -51,7 +51,7 @@ 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.30" } pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.30" } pallet-bounties = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.30" } -pallet-chainbridge = { version = "4.8.1", default-features = false, path = "../../pallets/chainbridge" } +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.30" } pallet-collective = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.30" } pallet-contracts = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.30" } @@ -95,15 +95,15 @@ pallet-vesting = { default-features = false, git = "https://github.com/paritytec cere-dev-runtime-constants = { path = "./constants", default-features = false } cere-runtime-common = { path = "../common", default-features = false } ddc-traits = { version = "0.1.0", default-features = false, path = "../../traits" } -pallet-cere-ddc = { version = "4.8.1", default-features = false, path = "../../pallets/ddc" } -pallet-ddc-clusters = { version = "4.8.1", default-features = false, path = "../../pallets/ddc-clusters" } +pallet-cere-ddc = { version = "4.8.2", default-features = false, path = "../../pallets/ddc" } +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-erc20 = { version = "4.8.1", default-features = false, path = "../../pallets/erc20" } -pallet-erc721 = { version = "4.8.1", default-features = false, path = "../../pallets/erc721" } +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-erc20 = { version = "4.8.2", default-features = false, path = "../../pallets/erc20" } +pallet-erc721 = { version = "4.8.2", default-features = false, path = "../../pallets/erc721" } [build-dependencies] substrate-wasm-builder = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.30" } diff --git a/runtime/cere-dev/constants/Cargo.toml b/runtime/cere-dev/constants/Cargo.toml index fe8398eb4..b3e0328ba 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 3f866da77..743b20bb4 100644 --- a/runtime/cere-dev/src/lib.rs +++ b/runtime/cere-dev/src/lib.rs @@ -131,10 +131,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: 48202, impl_version: 0, apis: RUNTIME_API_VERSIONS, - transaction_version: 5, + transaction_version: 8, state_version: 0, }; diff --git a/runtime/cere/Cargo.toml b/runtime/cere/Cargo.toml index 9984b8d7e..40014f495 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" @@ -51,7 +51,7 @@ 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.30" } pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.30" } pallet-bounties = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.30" } -pallet-chainbridge = { version = "4.8.1", default-features = false, path = "../../pallets/chainbridge" } +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.30" } pallet-collective = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.30" } pallet-contracts = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.30" } @@ -95,15 +95,15 @@ pallet-vesting = { default-features = false, git = "https://github.com/paritytec cere-runtime-common = { path = "../common", default-features = false } cere-runtime-constants = { path = "./constants", default-features = false } ddc-traits = { version = "0.1.0", default-features = false, path = "../../traits" } -pallet-cere-ddc = { version = "4.8.1", default-features = false, path = "../../pallets/ddc" } -pallet-ddc-clusters = { version = "4.8.1", default-features = false, path = "../../pallets/ddc-clusters" } +pallet-cere-ddc = { version = "4.8.2", default-features = false, path = "../../pallets/ddc" } +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-erc20 = { version = "4.8.1", default-features = false, path = "../../pallets/erc20" } -pallet-erc721 = { version = "4.8.1", default-features = false, path = "../../pallets/erc721" } +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-erc20 = { version = "4.8.2", default-features = false, path = "../../pallets/erc20" } +pallet-erc721 = { version = "4.8.2", default-features = false, path = "../../pallets/erc721" } [build-dependencies] substrate-wasm-builder = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.30" } diff --git a/runtime/cere/constants/Cargo.toml b/runtime/cere/constants/Cargo.toml index fce93a1aa..9fbe6944e 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 e147f7f7a..e3c35acde 100644 --- a/runtime/cere/src/lib.rs +++ b/runtime/cere/src/lib.rs @@ -129,7 +129,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_version: 48202, impl_version: 0, apis: RUNTIME_API_VERSIONS, - transaction_version: 7, + transaction_version: 8, state_version: 0, }; diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index 04ba5c0b1..94c9309d3 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"