diff --git a/Cargo.lock b/Cargo.lock index 01db3951f95d..32a3c4b8f98c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -788,7 +788,7 @@ dependencies = [ [[package]] name = "asset-hub-rococo-runtime" -version = "0.22.1" +version = "0.22.2" dependencies = [ "asset-test-utils", "assets-common", @@ -920,7 +920,7 @@ dependencies = [ [[package]] name = "asset-hub-westend-runtime" -version = "0.26.1" +version = "0.26.2" dependencies = [ "asset-test-utils", "assets-common", @@ -1034,7 +1034,7 @@ dependencies = [ [[package]] name = "assets-common" -version = "0.18.0" +version = "0.18.1" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -5119,7 +5119,7 @@ dependencies = [ [[package]] name = "emulated-integration-tests-common" -version = "14.1.0" +version = "14.2.0" dependencies = [ "asset-test-utils", "bp-messages", @@ -10846,7 +10846,7 @@ dependencies = [ [[package]] name = "pallet-message-queue" -version = "41.0.1" +version = "41.0.2" dependencies = [ "environmental", "frame-benchmarking", @@ -11963,7 +11963,7 @@ dependencies = [ [[package]] name = "pallet-xcm" -version = "17.0.0" +version = "17.0.1" dependencies = [ "bounded-collections", "frame-benchmarking", @@ -13455,7 +13455,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-prospective-parachains" -version = "17.0.0" +version = "17.0.1" dependencies = [ "assert_matches", "fatality", @@ -13698,7 +13698,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" -version = "18.0.1" +version = "18.0.2" dependencies = [ "async-channel", "async-trait", @@ -18219,7 +18219,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" -version = "17.0.0" +version = "17.1.0" dependencies = [ "dyn-clone", "forwarded-header-value", @@ -23459,7 +23459,7 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "18.0.0" +version = "18.0.1" dependencies = [ "binary-merkle-tree", "bitvec", diff --git a/Cargo.toml b/Cargo.toml index 2aa614f7aaa1..1e0d2b5f7183 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -602,11 +602,11 @@ arrayvec = { version = "0.7.4" } assert_cmd = { version = "2.0.14" } assert_matches = { version = "1.5.0" } asset-hub-rococo-emulated-chain = { path = "cumulus/parachains/integration-tests/emulated/chains/parachains/assets/asset-hub-rococo", version = "0.1.0" } -asset-hub-rococo-runtime = { path = "cumulus/parachains/runtimes/assets/asset-hub-rococo", default-features = false, version = "0.22.1" } +asset-hub-rococo-runtime = { path = "cumulus/parachains/runtimes/assets/asset-hub-rococo", default-features = false, version = "0.22.2" } asset-hub-westend-emulated-chain = { path = "cumulus/parachains/integration-tests/emulated/chains/parachains/assets/asset-hub-westend", version = "0.1.0" } -asset-hub-westend-runtime = { path = "cumulus/parachains/runtimes/assets/asset-hub-westend", version = "0.26.1" } +asset-hub-westend-runtime = { path = "cumulus/parachains/runtimes/assets/asset-hub-westend", version = "0.26.2" } asset-test-utils = { path = "cumulus/parachains/runtimes/assets/test-utils", default-features = false, version = "18.0.0" } -assets-common = { path = "cumulus/parachains/runtimes/assets/common", default-features = false, version = "0.18.0" } +assets-common = { path = "cumulus/parachains/runtimes/assets/common", default-features = false, version = "0.18.1" } async-channel = { version = "1.8.0" } async-std = { version = "1.9.0" } async-trait = { version = "0.1.79" } @@ -730,7 +730,7 @@ dyn-clone = { version = "1.0.16" } ed25519-dalek = { version = "2.1", default-features = false } ed25519-zebra = { version = "4.0.3", default-features = false } either = { version = "1.8.1", default-features = false } -emulated-integration-tests-common = { path = "cumulus/parachains/integration-tests/emulated/common", default-features = false, version = "14.1.0" } +emulated-integration-tests-common = { path = "cumulus/parachains/integration-tests/emulated/common", default-features = false, version = "14.2.0" } enumflags2 = { version = "0.7.7" } enumn = { version = "0.1.13" } environmental = { version = "1.1.4", default-features = false } @@ -929,7 +929,7 @@ pallet-indices = { path = "substrate/frame/indices", default-features = false, v pallet-insecure-randomness-collective-flip = { path = "substrate/frame/insecure-randomness-collective-flip", default-features = false, version = "26.0.0" } pallet-lottery = { default-features = false, path = "substrate/frame/lottery" } pallet-membership = { path = "substrate/frame/membership", default-features = false, version = "38.0.0" } -pallet-message-queue = { path = "substrate/frame/message-queue", default-features = false, version = "41.0.1" } +pallet-message-queue = { path = "substrate/frame/message-queue", default-features = false, version = "41.0.2" } pallet-migrations = { path = "substrate/frame/migrations", default-features = false, version = "8.0.0" } pallet-minimal-template = { path = "templates/minimal/pallets/template", default-features = false, version = "0.1.0" } pallet-mixnet = { default-features = false, path = "substrate/frame/mixnet" } @@ -989,7 +989,7 @@ pallet-uniques = { path = "substrate/frame/uniques", default-features = false, v pallet-utility = { path = "substrate/frame/utility", default-features = false, version = "38.0.0" } pallet-vesting = { path = "substrate/frame/vesting", default-features = false, version = "38.0.0" } pallet-whitelist = { path = "substrate/frame/whitelist", default-features = false, version = "37.0.0" } -pallet-xcm = { path = "polkadot/xcm/pallet-xcm", default-features = false, version = "17.0.0" } +pallet-xcm = { path = "polkadot/xcm/pallet-xcm", default-features = false, version = "17.0.1" } pallet-xcm-benchmarks = { path = "polkadot/xcm/pallet-xcm-benchmarks", default-features = false, version = "17.0.0" } pallet-xcm-bridge-hub = { path = "bridges/modules/xcm-bridge-hub", default-features = false, version = "0.13.0" } pallet-xcm-bridge-hub-router = { path = "bridges/modules/xcm-bridge-hub-router", default-features = false, version = "0.15.1" } @@ -1035,7 +1035,7 @@ polkadot-node-core-chain-api = { path = "polkadot/node/core/chain-api", default- polkadot-node-core-chain-selection = { path = "polkadot/node/core/chain-selection", default-features = false, version = "18.0.0" } polkadot-node-core-dispute-coordinator = { path = "polkadot/node/core/dispute-coordinator", default-features = false, version = "18.0.0" } polkadot-node-core-parachains-inherent = { path = "polkadot/node/core/parachains-inherent", default-features = false, version = "18.0.0" } -polkadot-node-core-prospective-parachains = { path = "polkadot/node/core/prospective-parachains", default-features = false, version = "17.0.0" } +polkadot-node-core-prospective-parachains = { path = "polkadot/node/core/prospective-parachains", default-features = false, version = "17.0.1" } polkadot-node-core-provisioner = { path = "polkadot/node/core/provisioner", default-features = false, version = "18.0.0" } polkadot-node-core-pvf = { path = "polkadot/node/core/pvf", default-features = false, version = "18.0.0" } polkadot-node-core-pvf-checker = { path = "polkadot/node/core/pvf-checker", default-features = false, version = "18.0.0" } @@ -1045,7 +1045,7 @@ polkadot-node-core-pvf-prepare-worker = { path = "polkadot/node/core/pvf/prepare polkadot-node-core-runtime-api = { path = "polkadot/node/core/runtime-api", default-features = false, version = "18.0.0" } polkadot-node-jaeger = { path = "polkadot/node/jaeger", default-features = false, version = "18.0.0" } polkadot-node-metrics = { path = "polkadot/node/metrics", default-features = false, version = "18.0.0" } -polkadot-node-network-protocol = { path = "polkadot/node/network/protocol", default-features = false, version = "18.0.1" } +polkadot-node-network-protocol = { path = "polkadot/node/network/protocol", default-features = false, version = "18.0.2" } polkadot-node-primitives = { path = "polkadot/node/primitives", default-features = false, version = "16.0.0" } polkadot-node-subsystem = { path = "polkadot/node/subsystem", default-features = false, version = "18.0.0" } polkadot-node-subsystem-test-helpers = { path = "polkadot/node/subsystem-test-helpers", version = "1.0.0" } @@ -1158,7 +1158,7 @@ sc-offchain = { path = "substrate/client/offchain", default-features = false, ve sc-proposer-metrics = { path = "substrate/client/proposer-metrics", default-features = false, version = "0.18.0" } sc-rpc = { path = "substrate/client/rpc", default-features = false, version = "40.0.0" } sc-rpc-api = { path = "substrate/client/rpc-api", default-features = false, version = "0.44.0" } -sc-rpc-server = { path = "substrate/client/rpc-servers", default-features = false, version = "17.0.0" } +sc-rpc-server = { path = "substrate/client/rpc-servers", default-features = false, version = "17.1.0" } sc-rpc-spec-v2 = { path = "substrate/client/rpc-spec-v2", default-features = false, version = "0.45.0" } sc-runtime-test = { path = "substrate/client/executor/runtime-test" } sc-service = { path = "substrate/client/service", default-features = false, version = "0.46.0" } @@ -1351,7 +1351,7 @@ wasmi = { version = "0.32.3", default-features = false } wasmtime = { version = "8.0.1", default-features = false } wat = { version = "1.0.0" } westend-emulated-chain = { path = "cumulus/parachains/integration-tests/emulated/chains/relays/westend", default-features = false, version = "0.1.0" } -westend-runtime = { path = "polkadot/runtime/westend", version = "18.0.0" } +westend-runtime = { path = "polkadot/runtime/westend", version = "18.0.1" } westend-runtime-constants = { path = "polkadot/runtime/westend/constants", default-features = false, version = "17.0.0" } westend-system-emulated-network = { path = "cumulus/parachains/integration-tests/emulated/networks/westend-system", version = "0.1.0" } x25519-dalek = { version = "2.0" } diff --git a/Plan.toml b/Plan.toml index d3eeb40e9377..ea1c57b5d3c0 100644 --- a/Plan.toml +++ b/Plan.toml @@ -1,5 +1,5 @@ # generated by parity-publish v0.9.0 -# command: parity-publish -C ../polkadot-sdk plan ../polkadot-sdk --prdoc prdoc/ -d Polkadot SDK stable2409 +# command: parity-publish -C ../polkadot-sdk plan ../polkadot-sdk --prdoc prdoc/1.16.2 [options] description = "Polkadot SDK stable2409" @@ -1369,8 +1369,8 @@ reason = "changed" [[crate]] # substrate/frame/message-queue name = "pallet-message-queue" -from = "41.0.0" -to = "41.0.1" +from = "41.0.1" +to = "41.0.2" bump = "patch" reason = "changed" @@ -2033,9 +2033,9 @@ reason = "changed" [[crate]] # polkadot/xcm/pallet-xcm name = "pallet-xcm" -from = "16.0.0" -to = "17.0.0" -bump = "major" +from = "17.0.0" +to = "17.0.1" +bump = "patch" reason = "changed" [[crate]] @@ -2263,8 +2263,8 @@ reason = "changed" [[crate]] # polkadot/node/network/protocol name = "polkadot-node-network-protocol" -from = "18.0.0" -to = "18.0.1" +from = "18.0.1" +to = "18.0.2" bump = "patch" reason = "changed" @@ -2653,9 +2653,9 @@ reason = "changed" [[crate]] # substrate/client/rpc-servers name = "sc-rpc-server" -from = "16.0.2" -to = "17.0.0" -bump = "major" +from = "17.0.0" +to = "17.1.0" +bump = "minor" reason = "changed" [[crate]] @@ -2823,9 +2823,9 @@ reason = "changed" [[crate]] # cumulus/parachains/runtimes/assets/common name = "assets-common" -from = "0.17.0" -to = "0.18.0" -bump = "major" +from = "0.18.0" +to = "0.18.1" +bump = "minor" reason = "changed" [[crate]] @@ -2981,16 +2981,16 @@ reason = "changed" [[crate]] # cumulus/parachains/runtimes/assets/asset-hub-rococo name = "asset-hub-rococo-runtime" -from = "0.22.0" -to = "0.22.1" +from = "0.22.1" +to = "0.22.2" bump = "minor" reason = "changed" [[crate]] # cumulus/parachains/runtimes/assets/asset-hub-westend name = "asset-hub-westend-runtime" -from = "0.26.0" -to = "0.26.1" +from = "0.26.1" +to = "0.26.2" bump = "minor" reason = "changed" @@ -3049,9 +3049,9 @@ to = "2.0.0" [[crate]] # polkadot/runtime/westend name = "westend-runtime" -from = "17.0.0" -to = "18.0.0" -bump = "major" +from = "18.0.0" +to = "18.0.1" +bump = "patch" reason = "changed" [[crate]] @@ -3089,8 +3089,8 @@ reason = "changed" [[crate]] # cumulus/parachains/integration-tests/emulated/common name = "emulated-integration-tests-common" -from = "14.0.0" -to = "14.1.0" +from = "14.1.0" +to = "14.2.0" bump = "minor" reason = "changed" @@ -3569,9 +3569,9 @@ reason = "changed" [[crate]] # polkadot/node/core/prospective-parachains name = "polkadot-node-core-prospective-parachains" -from = "16.1.0" -to = "17.0.0" -bump = "major" +from = "17.0.0" +to = "17.0.1" +bump = "patch" reason = "changed" [[crate]] diff --git a/cumulus/parachains/integration-tests/emulated/common/Cargo.toml b/cumulus/parachains/integration-tests/emulated/common/Cargo.toml index a2d1d42993fb..39d25e976d0c 100644 --- a/cumulus/parachains/integration-tests/emulated/common/Cargo.toml +++ b/cumulus/parachains/integration-tests/emulated/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "emulated-integration-tests-common" -version = "14.1.0" +version = "14.2.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" diff --git a/cumulus/parachains/runtimes/assets/asset-hub-rococo/Cargo.toml b/cumulus/parachains/runtimes/assets/asset-hub-rococo/Cargo.toml index 4c788e1988a0..0df799aa968d 100644 --- a/cumulus/parachains/runtimes/assets/asset-hub-rococo/Cargo.toml +++ b/cumulus/parachains/runtimes/assets/asset-hub-rococo/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "asset-hub-rococo-runtime" -version = "0.22.1" +version = "0.22.2" authors.workspace = true edition.workspace = true description = "Rococo variant of Asset Hub parachain runtime" diff --git a/cumulus/parachains/runtimes/assets/asset-hub-westend/Cargo.toml b/cumulus/parachains/runtimes/assets/asset-hub-westend/Cargo.toml index 9c3878fba5d0..72a37aeaa86d 100644 --- a/cumulus/parachains/runtimes/assets/asset-hub-westend/Cargo.toml +++ b/cumulus/parachains/runtimes/assets/asset-hub-westend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "asset-hub-westend-runtime" -version = "0.26.1" +version = "0.26.2" authors.workspace = true edition.workspace = true description = "Westend variant of Asset Hub parachain runtime" diff --git a/cumulus/parachains/runtimes/assets/common/Cargo.toml b/cumulus/parachains/runtimes/assets/common/Cargo.toml index 27f199163820..80924c399f0c 100644 --- a/cumulus/parachains/runtimes/assets/common/Cargo.toml +++ b/cumulus/parachains/runtimes/assets/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "assets-common" -version = "0.18.0" +version = "0.18.1" authors.workspace = true edition.workspace = true description = "Assets common utilities" diff --git a/polkadot/node/core/prospective-parachains/Cargo.toml b/polkadot/node/core/prospective-parachains/Cargo.toml index 636e17573358..0370bc700534 100644 --- a/polkadot/node/core/prospective-parachains/Cargo.toml +++ b/polkadot/node/core/prospective-parachains/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-core-prospective-parachains" -version = "17.0.0" +version = "17.0.1" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/polkadot/node/network/protocol/Cargo.toml b/polkadot/node/network/protocol/Cargo.toml index 653564bc6b5a..394988b1e800 100644 --- a/polkadot/node/network/protocol/Cargo.toml +++ b/polkadot/node/network/protocol/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-network-protocol" -version = "18.0.1" +version = "18.0.2" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/polkadot/runtime/westend/Cargo.toml b/polkadot/runtime/westend/Cargo.toml index adf963c20210..7f468fd1f5a3 100644 --- a/polkadot/runtime/westend/Cargo.toml +++ b/polkadot/runtime/westend/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "westend-runtime" build = "build.rs" -version = "18.0.0" +version = "18.0.1" description = "Westend testnet Relay Chain runtime." authors.workspace = true edition.workspace = true diff --git a/polkadot/xcm/pallet-xcm/Cargo.toml b/polkadot/xcm/pallet-xcm/Cargo.toml index 559f8e5e27d4..d3030511df56 100644 --- a/polkadot/xcm/pallet-xcm/Cargo.toml +++ b/polkadot/xcm/pallet-xcm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-xcm" -version = "17.0.0" +version = "17.0.1" description = "A pallet for handling XCM programs." authors.workspace = true edition.workspace = true diff --git a/substrate/client/rpc-servers/Cargo.toml b/substrate/client/rpc-servers/Cargo.toml index d66121cf2fc9..348fced0e054 100644 --- a/substrate/client/rpc-servers/Cargo.toml +++ b/substrate/client/rpc-servers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sc-rpc-server" -version = "17.0.0" +version = "17.1.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" diff --git a/substrate/frame/message-queue/Cargo.toml b/substrate/frame/message-queue/Cargo.toml index 4017990536ea..ded9ea3be338 100644 --- a/substrate/frame/message-queue/Cargo.toml +++ b/substrate/frame/message-queue/Cargo.toml @@ -2,7 +2,7 @@ authors.workspace = true edition.workspace = true name = "pallet-message-queue" -version = "41.0.1" +version = "41.0.2" license = "Apache-2.0" homepage.workspace = true repository.workspace = true diff --git a/umbrella/Cargo.toml b/umbrella/Cargo.toml index ada73e6ff0db..48574ad4bbd3 100644 --- a/umbrella/Cargo.toml +++ b/umbrella/Cargo.toml @@ -620,7 +620,7 @@ workspace = true path = "../cumulus/parachains/runtimes/assets/common" default-features = false optional = true -version = "0.18.0" +version = "0.18.1" [dependencies.binary-merkle-tree] path = "../substrate/utils/binary-merkle-tree" @@ -1160,7 +1160,7 @@ version = "38.0.0" path = "../substrate/frame/message-queue" default-features = false optional = true -version = "41.0.1" +version = "41.0.2" [dependencies.pallet-migrations] path = "../substrate/frame/migrations" @@ -1490,7 +1490,7 @@ version = "37.0.0" path = "../polkadot/xcm/pallet-xcm" default-features = false optional = true -version = "17.0.0" +version = "17.0.1" [dependencies.pallet-xcm-benchmarks] path = "../polkadot/xcm/pallet-xcm-benchmarks" @@ -2096,7 +2096,7 @@ version = "0.16.0" path = "../cumulus/parachains/integration-tests/emulated/common" default-features = false optional = true -version = "14.1.0" +version = "14.2.0" [dependencies.fork-tree] path = "../substrate/utils/fork-tree" @@ -2288,7 +2288,7 @@ version = "18.0.0" path = "../polkadot/node/core/prospective-parachains" default-features = false optional = true -version = "17.0.0" +version = "17.0.1" [dependencies.polkadot-node-core-provisioner] path = "../polkadot/node/core/provisioner" @@ -2348,7 +2348,7 @@ version = "18.0.0" path = "../polkadot/node/network/protocol" default-features = false optional = true -version = "18.0.1" +version = "18.0.2" [dependencies.polkadot-node-primitives] path = "../polkadot/node/primitives" @@ -2648,7 +2648,7 @@ version = "0.44.0" path = "../substrate/client/rpc-servers" default-features = false optional = true -version = "17.0.0" +version = "17.1.0" [dependencies.sc-rpc-spec-v2] path = "../substrate/client/rpc-spec-v2"