diff --git a/Cargo.toml b/Cargo.toml index 40b1ca6af733..fa2715aa730d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -602,9 +602,9 @@ 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.0" } +asset-hub-rococo-runtime = { path = "cumulus/parachains/runtimes/assets/asset-hub-rococo", default-features = false, version = "0.22.1" } 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.0" } +asset-hub-westend-runtime = { path = "cumulus/parachains/runtimes/assets/asset-hub-westend", version = "0.26.1" } 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" } async-channel = { version = "1.8.0" } @@ -695,7 +695,7 @@ cumulus-client-pov-recovery = { path = "cumulus/client/pov-recovery", default-fe cumulus-client-service = { path = "cumulus/client/service", default-features = false, version = "0.19.0" } cumulus-pallet-aura-ext = { path = "cumulus/pallets/aura-ext", default-features = false, version = "0.17.0" } cumulus-pallet-dmp-queue = { default-features = false, path = "cumulus/pallets/dmp-queue" } -cumulus-pallet-parachain-system = { path = "cumulus/pallets/parachain-system", default-features = false, version = "0.17.0" } +cumulus-pallet-parachain-system = { path = "cumulus/pallets/parachain-system", default-features = false, version = "0.17.1" } cumulus-pallet-parachain-system-proc-macro = { path = "cumulus/pallets/parachain-system/proc-macro", default-features = false, version = "0.6.0" } cumulus-pallet-session-benchmarking = { path = "cumulus/pallets/session-benchmarking", default-features = false, version = "19.0.0" } cumulus-pallet-solo-to-para = { path = "cumulus/pallets/solo-to-para", default-features = false, version = "0.17.0" } @@ -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.0.0" } +emulated-integration-tests-common = { path = "cumulus/parachains/integration-tests/emulated/common", default-features = false, version = "14.1.0" } enumflags2 = { version = "0.7.7" } enumn = { version = "0.1.13" } environmental = { version = "1.1.4", default-features = false } @@ -992,7 +992,7 @@ pallet-whitelist = { path = "substrate/frame/whitelist", default-features = fals pallet-xcm = { path = "polkadot/xcm/pallet-xcm", default-features = false, version = "17.0.0" } 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.0" } +pallet-xcm-bridge-hub-router = { path = "bridges/modules/xcm-bridge-hub-router", default-features = false, version = "0.15.1" } parachain-info = { path = "cumulus/parachains/pallets/parachain-info", default-features = false, package = "staging-parachain-info", version = "0.17.0" } parachain-template-runtime = { path = "templates/parachain/runtime", version = "0.1.0" } parachains-common = { path = "cumulus/parachains/common", 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.0" } +polkadot-node-network-protocol = { path = "polkadot/node/network/protocol", default-features = false, version = "18.0.1" } 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" } @@ -1059,7 +1059,7 @@ polkadot-primitives-test-helpers = { path = "polkadot/primitives/test-helpers", polkadot-rpc = { path = "polkadot/rpc", default-features = false, version = "19.0.0" } polkadot-runtime-common = { path = "polkadot/runtime/common", default-features = false, version = "17.0.0" } polkadot-runtime-metrics = { path = "polkadot/runtime/metrics", default-features = false, version = "17.0.0" } -polkadot-runtime-parachains = { path = "polkadot/runtime/parachains", default-features = false, version = "17.0.0" } +polkadot-runtime-parachains = { path = "polkadot/runtime/parachains", default-features = false, version = "17.0.1" } polkadot-sdk = { path = "umbrella", default-features = false, version = "0.7.0" } polkadot-sdk-docs = { path = "docs/sdk" } polkadot-service = { path = "polkadot/node/service", default-features = false, version = "19.0.0" } @@ -1145,14 +1145,14 @@ sc-executor-wasmtime = { path = "substrate/client/executor/wasmtime", default-fe sc-informant = { path = "substrate/client/informant", default-features = false, version = "0.44.0" } sc-keystore = { path = "substrate/client/keystore", default-features = false, version = "33.0.0" } sc-mixnet = { path = "substrate/client/mixnet", default-features = false, version = "0.15.0" } -sc-network = { path = "substrate/client/network", default-features = false, version = "0.45.0" } +sc-network = { path = "substrate/client/network", default-features = false, version = "0.45.1" } sc-network-common = { path = "substrate/client/network/common", default-features = false, version = "0.44.0" } sc-network-gossip = { path = "substrate/client/network-gossip", default-features = false, version = "0.45.0" } -sc-network-light = { path = "substrate/client/network/light", default-features = false, version = "0.44.0" } +sc-network-light = { path = "substrate/client/network/light", default-features = false, version = "0.44.1" } sc-network-statement = { default-features = false, path = "substrate/client/network/statement" } -sc-network-sync = { path = "substrate/client/network/sync", default-features = false, version = "0.44.0" } +sc-network-sync = { path = "substrate/client/network/sync", default-features = false, version = "0.44.1" } sc-network-test = { path = "substrate/client/network/test" } -sc-network-transactions = { path = "substrate/client/network/transactions", default-features = false, version = "0.44.0" } +sc-network-transactions = { path = "substrate/client/network/transactions", default-features = false, version = "0.44.1" } sc-network-types = { path = "substrate/client/network/types", default-features = false, version = "0.12.1" } sc-offchain = { path = "substrate/client/offchain", default-features = false, version = "40.0.0" } sc-proposer-metrics = { path = "substrate/client/proposer-metrics", default-features = false, version = "0.18.0" } @@ -1356,7 +1356,7 @@ westend-runtime-constants = { path = "polkadot/runtime/westend/constants", defau westend-system-emulated-network = { path = "cumulus/parachains/integration-tests/emulated/networks/westend-system", version = "0.1.0" } x25519-dalek = { version = "2.0" } xcm = { path = "polkadot/xcm", default-features = false, package = "staging-xcm", version = "14.2.0" } -xcm-builder = { path = "polkadot/xcm/xcm-builder", default-features = false, package = "staging-xcm-builder", version = "17.0.0" } +xcm-builder = { path = "polkadot/xcm/xcm-builder", default-features = false, package = "staging-xcm-builder", version = "17.0.1" } xcm-docs = { path = "polkadot/xcm/docs", version = "0.1.0" } xcm-emulator = { path = "cumulus/xcm/xcm-emulator", default-features = false, version = "0.16.0" } xcm-executor = { path = "polkadot/xcm/xcm-executor", default-features = false, package = "staging-xcm-executor", version = "17.0.0" } diff --git a/Plan.toml b/Plan.toml index e53456f71833..738c984be629 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 --prdoc a +# command: parity-publish -C ../polkadot-sdk plan ../polkadot-sdk --prdoc prdoc/1.16.1 -d Polkadot SDK stable2409 [options] description = "Polkadot SDK stable2409" @@ -1847,17 +1847,17 @@ reason = "changed" [[crate]] # substrate/client/network name = "sc-network" -from = "0.44.0" -to = "0.45.0" -bump = "major" +from = "0.45.0" +to = "0.45.1" +bump = "patch" reason = "changed" [[crate]] # polkadot/xcm/xcm-builder name = "staging-xcm-builder" -from = "16.0.0" -to = "17.0.0" -bump = "major" +from = "17.0.0" +to = "17.0.1" +bump = "patch" reason = "changed" [[crate]] @@ -2049,9 +2049,9 @@ reason = "changed" [[crate]] # bridges/modules/xcm-bridge-hub-router name = "pallet-xcm-bridge-hub-router" -from = "0.14.0" -to = "0.15.0" -bump = "major" +from = "0.15.0" +to = "0.15.1" +bump = "patch" reason = "changed" [[crate]] @@ -2081,17 +2081,17 @@ reason = "changed" [[crate]] # substrate/client/network/light name = "sc-network-light" -from = "0.43.0" -to = "0.44.0" -bump = "major" +from = "0.44.0" +to = "0.44.1" +bump = "patch" reason = "changed" [[crate]] # substrate/client/network/sync name = "sc-network-sync" -from = "0.43.0" -to = "0.44.0" -bump = "major" +from = "0.44.0" +to = "0.44.1" +bump = "patch" reason = "changed" [[crate]] @@ -2263,17 +2263,17 @@ reason = "changed" [[crate]] # polkadot/node/network/protocol name = "polkadot-node-network-protocol" -from = "17.0.0" -to = "18.0.0" -bump = "major" +from = "18.0.0" +to = "18.0.1" +bump = "patch" reason = "changed" [[crate]] # polkadot/runtime/parachains name = "polkadot-runtime-parachains" -from = "16.0.2" -to = "17.0.0" -bump = "major" +from = "17.0.0" +to = "17.0.1" +bump = "patch" reason = "changed" [[crate]] @@ -2327,9 +2327,9 @@ reason = "changed" [[crate]] # substrate/client/network/transactions name = "sc-network-transactions" -from = "0.43.0" -to = "0.44.0" -bump = "major" +from = "0.44.0" +to = "0.44.1" +bump = "patch" reason = "changed" [[crate]] @@ -2555,9 +2555,9 @@ reason = "changed" [[crate]] # cumulus/pallets/parachain-system name = "cumulus-pallet-parachain-system" -from = "0.16.0" -to = "0.17.0" -bump = "major" +from = "0.17.0" +to = "0.17.1" +bump = "patch" reason = "changed" [[crate]] @@ -2981,17 +2981,17 @@ reason = "changed" [[crate]] # cumulus/parachains/runtimes/assets/asset-hub-rococo name = "asset-hub-rococo-runtime" -from = "0.21.0" -to = "0.22.0" -bump = "major" +from = "0.22.0" +to = "0.22.1" +bump = "minor" reason = "changed" [[crate]] # cumulus/parachains/runtimes/assets/asset-hub-westend name = "asset-hub-westend-runtime" -from = "0.25.0" -to = "0.26.0" -bump = "major" +from = "0.26.0" +to = "0.26.1" +bump = "minor" reason = "changed" [[crate]] @@ -3089,9 +3089,9 @@ reason = "changed" [[crate]] # cumulus/parachains/integration-tests/emulated/common name = "emulated-integration-tests-common" -from = "13.0.0" -to = "14.0.0" -bump = "major" +from = "14.0.0" +to = "14.1.0" +bump = "minor" reason = "changed" [[crate]] diff --git a/bridges/modules/xcm-bridge-hub-router/Cargo.toml b/bridges/modules/xcm-bridge-hub-router/Cargo.toml index 6af1f8a63d04..4c251a98ca64 100644 --- a/bridges/modules/xcm-bridge-hub-router/Cargo.toml +++ b/bridges/modules/xcm-bridge-hub-router/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallet-xcm-bridge-hub-router" description = "Bridge hub interface for sibling/parent chains with dynamic fees support." -version = "0.15.0" +version = "0.15.1" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" diff --git a/cumulus/pallets/parachain-system/Cargo.toml b/cumulus/pallets/parachain-system/Cargo.toml index da2f234c16d4..c1d7b8bc493f 100644 --- a/cumulus/pallets/parachain-system/Cargo.toml +++ b/cumulus/pallets/parachain-system/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cumulus-pallet-parachain-system" -version = "0.17.0" +version = "0.17.1" authors.workspace = true edition.workspace = true description = "Base pallet for cumulus-based parachains" diff --git a/cumulus/parachains/integration-tests/emulated/common/Cargo.toml b/cumulus/parachains/integration-tests/emulated/common/Cargo.toml index 31463e1683fd..a2d1d42993fb 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.0.0" +version = "14.1.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 cf0d5e919962..4c788e1988a0 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.0" +version = "0.22.1" 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 0b79d39fd897..9c3878fba5d0 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.0" +version = "0.26.1" authors.workspace = true edition.workspace = true description = "Westend variant of Asset Hub parachain runtime" diff --git a/polkadot/node/network/protocol/Cargo.toml b/polkadot/node/network/protocol/Cargo.toml index 7b6cf308e067..653564bc6b5a 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.0" +version = "18.0.1" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/polkadot/runtime/parachains/Cargo.toml b/polkadot/runtime/parachains/Cargo.toml index e139d0e9ef0e..fd3d96792b7f 100644 --- a/polkadot/runtime/parachains/Cargo.toml +++ b/polkadot/runtime/parachains/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime-parachains" -version = "17.0.0" +version = "17.0.1" description = "Relay Chain runtime code responsible for Parachains." authors.workspace = true edition.workspace = true @@ -18,10 +18,9 @@ scale-info = { features = ["derive"], workspace = true } serde = { features = ["alloc", "derive"], workspace = true } derive_more = { workspace = true, default-features = true } bitflags = { workspace = true } - -sp-api = { workspace = true } -sp-inherents = { workspace = true } -sp-io = { workspace = true } +sp-api.workspace = true +sp-inherents.workspace = true +sp-io.workspace = true sp-runtime = { features = ["serde"], workspace = true } sp-session.workspace = true sp-staking = { features = ["serde"], workspace = true } diff --git a/polkadot/xcm/xcm-builder/Cargo.toml b/polkadot/xcm/xcm-builder/Cargo.toml index ecd9325c5189..43c3db9daf7c 100644 --- a/polkadot/xcm/xcm-builder/Cargo.toml +++ b/polkadot/xcm/xcm-builder/Cargo.toml @@ -4,7 +4,7 @@ description = "Tools & types for building with XCM and its executor." authors.workspace = true edition.workspace = true license.workspace = true -version = "17.0.0" +version = "17.0.1" [lints] workspace = true diff --git a/substrate/client/network/Cargo.toml b/substrate/client/network/Cargo.toml index 6ba7decaff44..91e8d2e8b2e1 100644 --- a/substrate/client/network/Cargo.toml +++ b/substrate/client/network/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Substrate network protocol" name = "sc-network" -version = "0.45.0" +version = "0.45.1" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" authors.workspace = true edition.workspace = true diff --git a/substrate/client/network/light/Cargo.toml b/substrate/client/network/light/Cargo.toml index 87b445b886f2..1d6eed405ac2 100644 --- a/substrate/client/network/light/Cargo.toml +++ b/substrate/client/network/light/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Substrate light network protocol" name = "sc-network-light" -version = "0.44.0" +version = "0.44.1" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" authors.workspace = true edition.workspace = true diff --git a/substrate/client/network/sync/Cargo.toml b/substrate/client/network/sync/Cargo.toml index 235f036f5db7..fd20952fdc87 100644 --- a/substrate/client/network/sync/Cargo.toml +++ b/substrate/client/network/sync/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Substrate sync network protocol" name = "sc-network-sync" -version = "0.44.0" +version = "0.44.1" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" authors.workspace = true edition.workspace = true diff --git a/substrate/client/network/transactions/Cargo.toml b/substrate/client/network/transactions/Cargo.toml index a5dd05bfb8b4..c667cfd08987 100644 --- a/substrate/client/network/transactions/Cargo.toml +++ b/substrate/client/network/transactions/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Substrate transaction protocol" name = "sc-network-transactions" -version = "0.44.0" +version = "0.44.1" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" authors.workspace = true edition.workspace = true diff --git a/umbrella/Cargo.toml b/umbrella/Cargo.toml index 92ade8d6f017..e9954b7e340e 100644 --- a/umbrella/Cargo.toml +++ b/umbrella/Cargo.toml @@ -716,7 +716,7 @@ version = "0.17.0" path = "../cumulus/pallets/parachain-system" default-features = false optional = true -version = "0.17.0" +version = "0.17.1" [dependencies.cumulus-pallet-parachain-system-proc-macro] path = "../cumulus/pallets/parachain-system/proc-macro" @@ -1508,7 +1508,7 @@ version = "0.13.0" path = "../bridges/modules/xcm-bridge-hub-router" default-features = false optional = true -version = "0.15.0" +version = "0.15.1" [dependencies.parachains-common] path = "../cumulus/parachains/common" @@ -1550,7 +1550,7 @@ version = "17.0.0" path = "../polkadot/runtime/parachains" default-features = false optional = true -version = "17.0.0" +version = "17.0.1" [dependencies.polkadot-sdk-frame] path = "../substrate/frame" @@ -1952,7 +1952,7 @@ version = "14.2.0" path = "../polkadot/xcm/xcm-builder" default-features = false optional = true -version = "17.0.0" +version = "17.0.1" [dependencies.staging-xcm-executor] path = "../polkadot/xcm/xcm-executor" @@ -2096,7 +2096,7 @@ version = "0.16.0" path = "../cumulus/parachains/integration-tests/emulated/common" default-features = false optional = true -version = "14.0.0" +version = "14.1.0" [dependencies.fork-tree] path = "../substrate/utils/fork-tree" @@ -2348,7 +2348,7 @@ version = "18.0.0" path = "../polkadot/node/network/protocol" default-features = false optional = true -version = "18.0.0" +version = "18.0.1" [dependencies.polkadot-node-primitives] path = "../polkadot/node/primitives" @@ -2576,7 +2576,7 @@ version = "0.15.0" path = "../substrate/client/network" default-features = false optional = true -version = "0.45.0" +version = "0.45.1" [dependencies.sc-network-common] path = "../substrate/client/network/common" @@ -2594,7 +2594,7 @@ version = "0.45.0" path = "../substrate/client/network/light" default-features = false optional = true -version = "0.44.0" +version = "0.44.1" [dependencies.sc-network-statement] path = "../substrate/client/network/statement" @@ -2606,13 +2606,13 @@ version = "0.27.0" path = "../substrate/client/network/sync" default-features = false optional = true -version = "0.44.0" +version = "0.44.1" [dependencies.sc-network-transactions] path = "../substrate/client/network/transactions" default-features = false optional = true -version = "0.44.0" +version = "0.44.1" [dependencies.sc-network-types] path = "../substrate/client/network/types"