diff --git a/Cargo.toml b/Cargo.toml index e5547b8a3e94..5e1067452bbf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -590,11 +590,11 @@ arrayvec = { version = "0.7.4" } assert_cmd = { version = "2.0.10" } 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.21.1" } +asset-hub-rococo-runtime = { path = "cumulus/parachains/runtimes/assets/asset-hub-rococo", default-features = false, version = "0.21.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.25.1" } +asset-hub-westend-runtime = { path = "cumulus/parachains/runtimes/assets/asset-hub-westend", version = "0.25.2" } asset-test-utils = { path = "cumulus/parachains/runtimes/assets/test-utils", default-features = false, version = "17.0.0" } -assets-common = { path = "cumulus/parachains/runtimes/assets/common", default-features = false, version = "0.17.0" } +assets-common = { path = "cumulus/parachains/runtimes/assets/common", default-features = false, version = "0.17.1" } async-channel = { version = "1.8.0" } async-std = { version = "1.9.0" } async-trait = { version = "0.1.79" } @@ -619,7 +619,7 @@ bp-bridge-hub-kusama = { default-features = false, path = "bridges/chains/chain- bp-bridge-hub-polkadot = { path = "bridges/chains/chain-bridge-hub-polkadot", default-features = false, version = "0.16.0" } bp-bridge-hub-rococo = { path = "bridges/chains/chain-bridge-hub-rococo", default-features = false, version = "0.17.0" } bp-bridge-hub-westend = { path = "bridges/chains/chain-bridge-hub-westend", default-features = false, version = "0.13.0" } -bp-header-chain = { path = "bridges/primitives/header-chain", default-features = false, version = "0.17.0" } +bp-header-chain = { path = "bridges/primitives/header-chain", default-features = false, version = "0.17.1" } bp-kusama = { default-features = false, path = "bridges/chains/chain-kusama" } bp-messages = { path = "bridges/primitives/messages", default-features = false, version = "0.17.0" } bp-parachains = { path = "bridges/primitives/parachains", default-features = false, version = "0.17.0" } @@ -678,7 +678,7 @@ cumulus-client-consensus-relay-chain = { path = "cumulus/client/consensus/relay- cumulus-client-network = { path = "cumulus/client/network", default-features = false, version = "0.17.0" } cumulus-client-parachain-inherent = { path = "cumulus/client/parachain-inherent", default-features = false, version = "0.11.0" } cumulus-client-pov-recovery = { path = "cumulus/client/pov-recovery", default-features = false, version = "0.17.0" } -cumulus-client-service = { path = "cumulus/client/service", default-features = false, version = "0.17.0" } +cumulus-client-service = { path = "cumulus/client/service", default-features = false, version = "0.18.0" } cumulus-pallet-aura-ext = { path = "cumulus/pallets/aura-ext", default-features = false, version = "0.16.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.16.2" } @@ -695,9 +695,9 @@ cumulus-primitives-proof-size-hostfunction = { path = "cumulus/primitives/proof- cumulus-primitives-storage-weight-reclaim = { path = "cumulus/primitives/storage-weight-reclaim", default-features = false, version = "7.0.2" } cumulus-primitives-timestamp = { path = "cumulus/primitives/timestamp", default-features = false, version = "0.15.1" } cumulus-primitives-utility = { path = "cumulus/primitives/utility", default-features = false, version = "0.16.1" } -cumulus-relay-chain-inprocess-interface = { path = "cumulus/client/relay-chain-inprocess-interface", default-features = false, version = "0.17.0" } +cumulus-relay-chain-inprocess-interface = { path = "cumulus/client/relay-chain-inprocess-interface", default-features = false, version = "0.18.0" } cumulus-relay-chain-interface = { path = "cumulus/client/relay-chain-interface", default-features = false, version = "0.17.0" } -cumulus-relay-chain-minimal-node = { path = "cumulus/client/relay-chain-minimal-node", default-features = false, version = "0.17.0" } +cumulus-relay-chain-minimal-node = { path = "cumulus/client/relay-chain-minimal-node", default-features = false, version = "0.18.0" } cumulus-relay-chain-rpc-interface = { path = "cumulus/client/relay-chain-rpc-interface", default-features = false, version = "0.17.0" } cumulus-test-client = { path = "cumulus/test/client" } cumulus-test-relay-sproof-builder = { path = "cumulus/test/relay-sproof-builder", default-features = false, version = "0.15.0" } @@ -716,7 +716,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 = "13.1.0" } +emulated-integration-tests-common = { path = "cumulus/parachains/integration-tests/emulated/common", default-features = false, version = "13.2.0" } enumflags2 = { version = "0.7.7" } enumn = { version = "0.1.12" } env_logger = { version = "0.11.3" } @@ -925,9 +925,9 @@ pallet-nfts = { path = "substrate/frame/nfts", default-features = false, version pallet-nfts-runtime-api = { path = "substrate/frame/nfts/runtime-api", default-features = false, version = "23.0.0" } pallet-nis = { path = "substrate/frame/nis", default-features = false, version = "37.0.0" } pallet-node-authorization = { default-features = false, path = "substrate/frame/node-authorization" } -pallet-nomination-pools = { path = "substrate/frame/nomination-pools", default-features = false, version = "34.0.0" } -pallet-nomination-pools-benchmarking = { path = "substrate/frame/nomination-pools/benchmarking", default-features = false, version = "35.0.0" } -pallet-nomination-pools-runtime-api = { path = "substrate/frame/nomination-pools/runtime-api", default-features = false, version = "32.0.0" } +pallet-nomination-pools = { path = "substrate/frame/nomination-pools", default-features = false, version = "36.0.0" } +pallet-nomination-pools-benchmarking = { path = "substrate/frame/nomination-pools/benchmarking", default-features = false, version = "37.0.0" } +pallet-nomination-pools-runtime-api = { path = "substrate/frame/nomination-pools/runtime-api", default-features = false, version = "34.0.0" } pallet-offences = { path = "substrate/frame/offences", default-features = false, version = "36.0.0" } pallet-offences-benchmarking = { path = "substrate/frame/offences/benchmarking", default-features = false, version = "37.0.0" } pallet-paged-list = { path = "substrate/frame/paged-list", default-features = false, version = "0.15.0" } @@ -959,7 +959,7 @@ pallet-sudo = { path = "substrate/frame/sudo", default-features = false, version pallet-template = { path = "templates/solochain/pallets/template", default-features = false, version = "0.1.0" } pallet-timestamp = { path = "substrate/frame/timestamp", default-features = false, version = "36.0.1" } pallet-tips = { path = "substrate/frame/tips", default-features = false, version = "36.0.0" } -pallet-transaction-payment = { path = "substrate/frame/transaction-payment", default-features = false, version = "37.0.0" } +pallet-transaction-payment = { path = "substrate/frame/transaction-payment", default-features = false, version = "37.0.1" } pallet-transaction-payment-rpc = { path = "substrate/frame/transaction-payment/rpc", default-features = false, version = "40.0.0" } pallet-transaction-payment-rpc-runtime-api = { path = "substrate/frame/transaction-payment/rpc/runtime-api", default-features = false, version = "37.0.0" } pallet-transaction-storage = { default-features = false, path = "substrate/frame/transaction-storage" } @@ -998,7 +998,7 @@ polkadot-approval-distribution = { path = "polkadot/node/network/approval-distri polkadot-availability-bitfield-distribution = { path = "polkadot/node/network/bitfield-distribution", default-features = false, version = "17.0.0" } polkadot-availability-distribution = { path = "polkadot/node/network/availability-distribution", default-features = false, version = "17.0.1" } polkadot-availability-recovery = { path = "polkadot/node/network/availability-recovery", default-features = false, version = "17.0.0" } -polkadot-cli = { path = "polkadot/cli", default-features = false, version = "17.0.0" } +polkadot-cli = { path = "polkadot/cli", default-features = false, version = "18.0.0" } polkadot-collator-protocol = { path = "polkadot/node/network/collator-protocol", default-features = false, version = "17.0.0" } polkadot-core-primitives = { path = "polkadot/core-primitives", default-features = false, version = "15.0.0" } polkadot-dispute-distribution = { path = "polkadot/node/network/dispute-distribution", default-features = false, version = "17.0.1" } @@ -1015,7 +1015,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 = "17.0.0" } polkadot-node-core-dispute-coordinator = { path = "polkadot/node/core/dispute-coordinator", default-features = false, version = "17.0.0" } polkadot-node-core-parachains-inherent = { path = "polkadot/node/core/parachains-inherent", default-features = false, version = "17.0.0" } -polkadot-node-core-prospective-parachains = { path = "polkadot/node/core/prospective-parachains", default-features = false, version = "16.1.0" } +polkadot-node-core-prospective-parachains = { path = "polkadot/node/core/prospective-parachains", default-features = false, version = "16.1.1" } polkadot-node-core-provisioner = { path = "polkadot/node/core/provisioner", default-features = false, version = "17.0.0" } polkadot-node-core-pvf = { path = "polkadot/node/core/pvf", default-features = false, version = "17.0.0" } polkadot-node-core-pvf-checker = { path = "polkadot/node/core/pvf-checker", default-features = false, version = "17.0.0" } @@ -1038,10 +1038,10 @@ polkadot-primitives-test-helpers = { path = "polkadot/primitives/test-helpers", polkadot-rpc = { path = "polkadot/rpc", default-features = false, version = "17.0.0" } polkadot-runtime-common = { path = "polkadot/runtime/common", default-features = false, version = "16.0.1" } polkadot-runtime-metrics = { path = "polkadot/runtime/metrics", default-features = false, version = "16.0.0" } -polkadot-runtime-parachains = { path = "polkadot/runtime/parachains", default-features = false, version = "16.0.2" } -polkadot-sdk = { path = "umbrella", default-features = false, version = "0.5.0" } +polkadot-runtime-parachains = { path = "polkadot/runtime/parachains", default-features = false, version = "16.0.3" } +polkadot-sdk = { path = "umbrella", default-features = false, version = "0.6.0" } polkadot-sdk-docs = { path = "docs/sdk", version = "0.1.0" } -polkadot-service = { path = "polkadot/node/service", default-features = false, version = "17.0.1" } +polkadot-service = { path = "polkadot/node/service", default-features = false, version = "18.0.0" } polkadot-statement-distribution = { path = "polkadot/node/network/statement-distribution", default-features = false, version = "17.0.0" } polkadot-statement-table = { path = "polkadot/statement-table", default-features = false, version = "15.0.0" } polkadot-subsystem-bench = { path = "polkadot/node/subsystem-bench" } @@ -1124,7 +1124,7 @@ sc-executor-wasmtime = { path = "substrate/client/executor/wasmtime", default-fe sc-informant = { path = "substrate/client/informant", default-features = false, version = "0.43.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.14.0" } -sc-network = { path = "substrate/client/network", default-features = false, version = "0.44.0" } +sc-network = { path = "substrate/client/network", default-features = false, version = "0.44.1" } sc-network-common = { path = "substrate/client/network/common", default-features = false, version = "0.43.0" } sc-network-gossip = { path = "substrate/client/network-gossip", default-features = false, version = "0.44.0" } sc-network-light = { path = "substrate/client/network/light", default-features = false, version = "0.43.0" } @@ -1231,7 +1231,7 @@ sp-npos-elections = { path = "substrate/primitives/npos-elections", default-feat sp-offchain = { path = "substrate/primitives/offchain", default-features = false, version = "34.0.0" } sp-panic-handler = { path = "substrate/primitives/panic-handler", default-features = false, version = "13.0.0" } sp-rpc = { path = "substrate/primitives/rpc", default-features = false, version = "32.0.0" } -sp-runtime = { path = "substrate/primitives/runtime", default-features = false, version = "39.0.2" } +sp-runtime = { path = "substrate/primitives/runtime", default-features = false, version = "39.0.3" } sp-runtime-interface = { path = "substrate/primitives/runtime-interface", default-features = false, version = "28.0.0" } sp-runtime-interface-proc-macro = { path = "substrate/primitives/runtime-interface/proc-macro", default-features = false, version = "18.0.0" } sp-runtime-interface-test-wasm = { path = "substrate/primitives/runtime-interface/test-wasm", version = "2.0.0" } @@ -1330,17 +1330,17 @@ 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 = "17.0.1" } +westend-runtime = { path = "polkadot/runtime/westend", version = "19.0.0" } westend-runtime-constants = { path = "polkadot/runtime/westend/constants", default-features = false, version = "16.0.0" } 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.1.0" } -xcm-builder = { path = "polkadot/xcm/xcm-builder", default-features = false, package = "staging-xcm-builder", version = "16.0.2" } +xcm-builder = { path = "polkadot/xcm/xcm-builder", default-features = false, package = "staging-xcm-builder", version = "16.0.3" } xcm-docs = { path = "polkadot/xcm/docs", version = "0.1.0" } xcm-emulator = { path = "cumulus/xcm/xcm-emulator", default-features = false, version = "0.15.0" } xcm-executor = { path = "polkadot/xcm/xcm-executor", default-features = false, package = "staging-xcm-executor", version = "16.0.0" } xcm-procedural = { path = "polkadot/xcm/procedural", default-features = false, version = "10.1.0" } -xcm-runtime-apis = { path = "polkadot/xcm/xcm-runtime-apis", default-features = false, version = "0.3.0" } +xcm-runtime-apis = { path = "polkadot/xcm/xcm-runtime-apis", default-features = false, version = "0.3.1" } xcm-simulator = { path = "polkadot/xcm/xcm-simulator", default-features = false, version = "16.0.0" } zeroize = { version = "1.7.0", default-features = false } zstd = { version = "0.12.4", default-features = false } diff --git a/Plan.toml b/Plan.toml index 148bd35b37fb..fbb13739e1c5 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/1.15.4 +# generated by parity-publish v0.10.2 +# command: parity-publish -C ../polkadot-sdk plan --skip-check ../polkadot-sdk --prdoc prdoc/1.15.5 [options] description = "polkadot v1.15.0" @@ -435,8 +435,8 @@ reason = "changed" [[crate]] # substrate/primitives/runtime name = "sp-runtime" -from = "39.0.0" -to = "39.0.2" +from = "39.0.2" +to = "39.0.3" bump = "patch" reason = "changed" @@ -1091,9 +1091,9 @@ reason = "changed" [[crate]] # substrate/frame/transaction-payment name = "pallet-transaction-payment" -from = "36.0.0" -to = "37.0.0" -bump = "major" +from = "37.0.0" +to = "37.0.1" +bump = "patch" reason = "changed" [[crate]] @@ -1189,9 +1189,9 @@ to = "1.0.0" [[crate]] # bridges/primitives/header-chain name = "bp-header-chain" -from = "0.16.0" -to = "0.17.0" -bump = "major" +from = "0.17.0" +to = "0.17.1" +bump = "patch" reason = "changed" [[crate]] @@ -1811,8 +1811,8 @@ reason = "changed" [[crate]] # substrate/frame/nomination-pools name = "pallet-nomination-pools" -from = "33.0.1" -to = "34.0.0" +from = "34.0.0" +to = "36.0.0" bump = "major" reason = "changed" @@ -1897,25 +1897,25 @@ reason = "changed" [[crate]] # substrate/client/network name = "sc-network" -from = "0.43.0" -to = "0.44.0" -bump = "major" +from = "0.44.0" +to = "0.44.1" +bump = "patch" reason = "changed" [[crate]] # polkadot/xcm/xcm-builder name = "staging-xcm-builder" -from = "16.0.1" -to = "16.0.2" +from = "16.0.2" +to = "16.0.3" bump = "patch" reason = "changed" [[crate]] # polkadot/xcm/xcm-runtime-apis name = "xcm-runtime-apis" -from = "0.2.0" -to = "0.3.0" -bump = "major" +from = "0.3.0" +to = "0.3.1" +bump = "patch" reason = "changed" [[crate]] @@ -2057,8 +2057,8 @@ to = "2.0.0" [[crate]] # substrate/frame/nomination-pools/runtime-api name = "pallet-nomination-pools-runtime-api" -from = "31.0.0" -to = "32.0.0" +from = "32.0.0" +to = "34.0.0" bump = "major" reason = "changed" @@ -2285,8 +2285,8 @@ to = "7.0.0" [[crate]] # substrate/frame/nomination-pools/benchmarking name = "pallet-nomination-pools-benchmarking" -from = "34.0.0" -to = "35.0.0" +from = "35.0.0" +to = "37.0.0" bump = "major" reason = "changed" @@ -2325,8 +2325,8 @@ reason = "changed" [[crate]] # polkadot/runtime/parachains name = "polkadot-runtime-parachains" -from = "16.0.1" -to = "16.0.2" +from = "16.0.2" +to = "16.0.3" bump = "patch" reason = "changed" @@ -2802,14 +2802,6 @@ name = "parachains-relay" from = "0.1.0" to = "0.1.0" -[[crate]] -# cumulus/parachains/runtimes/test-utils -name = "parachains-runtimes-test-utils" -from = "15.0.0" -to = "16.0.0" -bump = "major" -reason = "changed" - [[crate]] # substrate/client/consensus/beefy/rpc name = "sc-consensus-beefy-rpc" @@ -2842,20 +2834,12 @@ to = "9.0.0" bump = "major" reason = "changed" -[[crate]] -# cumulus/parachains/runtimes/assets/test-utils -name = "asset-test-utils" -from = "16.0.0" -to = "17.0.0" -bump = "major" -reason = "changed" - [[crate]] # cumulus/parachains/runtimes/assets/common name = "assets-common" -from = "0.16.0" -to = "0.17.0" -bump = "major" +from = "0.17.0" +to = "0.17.1" +bump = "minor" reason = "changed" [[crate]] @@ -2930,6 +2914,14 @@ name = "parachain-template-runtime" from = "0.1.0" to = "0.1.0" +[[crate]] +# cumulus/parachains/runtimes/test-utils +name = "parachains-runtimes-test-utils" +from = "15.0.0" +to = "16.0.0" +bump = "major" +reason = "changed" + [[crate]] # cumulus/parachains/runtimes/people/people-rococo name = "people-rococo-runtime" @@ -2986,14 +2978,6 @@ to = "0.17.0" bump = "major" reason = "changed" -[[crate]] -# bridges/snowbridge/runtime/test-common -name = "snowbridge-runtime-test-common" -from = "0.8.0" -to = "0.9.0" -bump = "major" -reason = "changed" - [[crate]] # bridges/relays/lib-substrate-relay name = "substrate-relay-helper" @@ -3011,24 +2995,24 @@ reason = "changed" [[crate]] # cumulus/parachains/runtimes/assets/asset-hub-rococo name = "asset-hub-rococo-runtime" -from = "0.21.0" -to = "0.21.1" +from = "0.21.1" +to = "0.21.2" bump = "minor" reason = "changed" [[crate]] # cumulus/parachains/runtimes/assets/asset-hub-westend name = "asset-hub-westend-runtime" -from = "0.25.0" -to = "0.25.1" +from = "0.25.1" +to = "0.25.2" bump = "minor" reason = "changed" [[crate]] -# cumulus/parachains/runtimes/bridge-hubs/test-utils -name = "bridge-hub-test-utils" -from = "0.16.0" -to = "0.17.0" +# cumulus/parachains/runtimes/assets/test-utils +name = "asset-test-utils" +from = "16.0.0" +to = "17.0.0" bump = "major" reason = "changed" @@ -3040,14 +3024,6 @@ to = "13.0.0" bump = "major" reason = "changed" -[[crate]] -# cumulus/parachains/integration-tests/emulated/common -name = "emulated-integration-tests-common" -from = "13.0.0" -to = "13.1.0" -bump = "minor" -reason = "changed" - [[crate]] # bridges/modules/xcm-bridge-hub name = "pallet-xcm-bridge-hub" @@ -3080,6 +3056,14 @@ to = "0.46.0" bump = "major" reason = "changed" +[[crate]] +# bridges/snowbridge/runtime/test-common +name = "snowbridge-runtime-test-common" +from = "0.8.0" +to = "0.9.0" +bump = "major" +reason = "changed" + [[crate]] # substrate/test-utils/client name = "substrate-test-client" @@ -3095,9 +3079,9 @@ to = "2.0.0" [[crate]] # polkadot/runtime/westend name = "westend-runtime" -from = "17.0.0" -to = "17.0.1" -bump = "patch" +from = "17.0.1" +to = "19.0.0" +bump = "major" reason = "changed" [[crate]] @@ -3108,6 +3092,14 @@ to = "0.15.0" bump = "major" reason = "changed" +[[crate]] +# cumulus/parachains/runtimes/bridge-hubs/test-utils +name = "bridge-hub-test-utils" +from = "0.16.0" +to = "0.17.0" +bump = "major" +reason = "changed" + [[crate]] # cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend name = "bridge-hub-westend-runtime" @@ -3116,12 +3108,6 @@ to = "0.12.0" bump = "major" reason = "changed" -[[crate]] -# cumulus/parachains/integration-tests/emulated/chains/parachains/collectives/collectives-westend -name = "collectives-westend-emulated-chain" -from = "0.1.0" -to = "0.1.0" - [[crate]] # cumulus/client/cli name = "cumulus-client-cli" @@ -3130,6 +3116,14 @@ to = "0.17.0" bump = "major" reason = "changed" +[[crate]] +# cumulus/parachains/integration-tests/emulated/common +name = "emulated-integration-tests-common" +from = "13.1.0" +to = "13.2.0" +bump = "minor" +reason = "changed" + [[crate]] # substrate/utils/frame/benchmarking-cli name = "frame-benchmarking-cli" @@ -3144,24 +3138,6 @@ name = "minimal-template-node" from = "0.1.0" to = "0.1.0" -[[crate]] -# cumulus/parachains/integration-tests/emulated/chains/parachains/testing/penpal -name = "penpal-emulated-chain" -from = "0.1.0" -to = "0.1.0" - -[[crate]] -# cumulus/parachains/integration-tests/emulated/chains/parachains/people/people-rococo -name = "people-rococo-emulated-chain" -from = "0.1.0" -to = "0.1.0" - -[[crate]] -# cumulus/parachains/integration-tests/emulated/chains/parachains/people/people-westend -name = "people-westend-emulated-chain" -from = "0.1.0" -to = "0.1.0" - [[crate]] # polkadot/node/metrics name = "polkadot-node-metrics" @@ -3173,8 +3149,8 @@ reason = "changed" [[crate]] # polkadot/utils/generate-bags name = "polkadot-voter-bags" -from = "16.0.0" -to = "17.0.0" +from = "17.0.0" +to = "19.0.0" bump = "major" reason = "changed" @@ -3184,12 +3160,6 @@ name = "remote-ext-tests-bags-list" from = "1.0.0" to = "1.0.0" -[[crate]] -# cumulus/parachains/integration-tests/emulated/chains/relays/rococo -name = "rococo-emulated-chain" -from = "0.1.0" -to = "0.1.0" - [[crate]] # substrate/bin/node/inspect name = "staging-node-inspect" @@ -3213,42 +3183,48 @@ from = "2.0.0" to = "2.0.0" [[crate]] -# cumulus/parachains/integration-tests/emulated/chains/relays/westend -name = "westend-emulated-chain" +# cumulus/parachains/integration-tests/emulated/chains/parachains/bridges/bridge-hub-rococo +name = "bridge-hub-rococo-emulated-chain" from = "0.1.0" to = "0.1.0" [[crate]] -# cumulus/parachains/integration-tests/emulated/chains/parachains/assets/asset-hub-rococo -name = "asset-hub-rococo-emulated-chain" +# cumulus/parachains/integration-tests/emulated/chains/parachains/bridges/bridge-hub-westend +name = "bridge-hub-westend-emulated-chain" from = "0.1.0" to = "0.1.0" [[crate]] -# cumulus/parachains/integration-tests/emulated/chains/parachains/assets/asset-hub-westend -name = "asset-hub-westend-emulated-chain" +# cumulus/parachains/integration-tests/emulated/chains/parachains/collectives/collectives-westend +name = "collectives-westend-emulated-chain" from = "0.1.0" to = "0.1.0" [[crate]] -# cumulus/parachains/integration-tests/emulated/chains/parachains/bridges/bridge-hub-rococo -name = "bridge-hub-rococo-emulated-chain" +# substrate/utils/frame/omni-bencher +name = "frame-omni-bencher" +from = "0.6.0" +to = "0.6.1" +bump = "patch" +reason = "changed" + +[[crate]] +# cumulus/parachains/integration-tests/emulated/chains/parachains/testing/penpal +name = "penpal-emulated-chain" from = "0.1.0" to = "0.1.0" [[crate]] -# cumulus/parachains/integration-tests/emulated/chains/parachains/bridges/bridge-hub-westend -name = "bridge-hub-westend-emulated-chain" +# cumulus/parachains/integration-tests/emulated/chains/parachains/people/people-rococo +name = "people-rococo-emulated-chain" from = "0.1.0" to = "0.1.0" [[crate]] -# substrate/utils/frame/omni-bencher -name = "frame-omni-bencher" -from = "0.6.0" -to = "0.6.1" -bump = "patch" -reason = "changed" +# cumulus/parachains/integration-tests/emulated/chains/parachains/people/people-westend +name = "people-westend-emulated-chain" +from = "0.1.0" +to = "0.1.0" [[crate]] # polkadot/node/overseer @@ -3258,6 +3234,12 @@ to = "17.0.0" bump = "major" reason = "changed" +[[crate]] +# cumulus/parachains/integration-tests/emulated/chains/relays/rococo +name = "rococo-emulated-chain" +from = "0.1.0" +to = "0.1.0" + [[crate]] # substrate/client/network/test name = "sc-network-test" @@ -3295,68 +3277,38 @@ from = "2.0.0" to = "2.0.0" [[crate]] -# cumulus/client/relay-chain-interface -name = "cumulus-relay-chain-interface" -from = "0.16.0" -to = "0.17.0" -bump = "major" -reason = "changed" - -[[crate]] -# polkadot/node/subsystem -name = "polkadot-node-subsystem" -from = "16.0.0" -to = "17.0.0" -bump = "major" -reason = "changed" - -[[crate]] -# cumulus/parachains/integration-tests/emulated/networks/rococo-system -name = "rococo-system-emulated-network" +# cumulus/parachains/integration-tests/emulated/chains/relays/westend +name = "westend-emulated-chain" from = "0.1.0" to = "0.1.0" [[crate]] -# cumulus/parachains/integration-tests/emulated/networks/rococo-westend-system -name = "rococo-westend-system-emulated-network" +# cumulus/parachains/integration-tests/emulated/chains/parachains/assets/asset-hub-rococo +name = "asset-hub-rococo-emulated-chain" from = "0.1.0" to = "0.1.0" [[crate]] -# cumulus/parachains/integration-tests/emulated/networks/westend-system -name = "westend-system-emulated-network" +# cumulus/parachains/integration-tests/emulated/chains/parachains/assets/asset-hub-westend +name = "asset-hub-westend-emulated-chain" from = "0.1.0" to = "0.1.0" [[crate]] -# cumulus/parachains/integration-tests/emulated/tests/assets/asset-hub-rococo -name = "asset-hub-rococo-integration-tests" -from = "1.0.0" -to = "1.0.0" - -[[crate]] -# cumulus/parachains/integration-tests/emulated/tests/assets/asset-hub-westend -name = "asset-hub-westend-integration-tests" -from = "1.0.0" -to = "1.0.0" - -[[crate]] -# cumulus/parachains/integration-tests/emulated/tests/bridges/bridge-hub-rococo -name = "bridge-hub-rococo-integration-tests" -from = "1.0.0" -to = "1.0.0" - -[[crate]] -# cumulus/parachains/integration-tests/emulated/tests/bridges/bridge-hub-westend -name = "bridge-hub-westend-integration-tests" -from = "1.0.0" -to = "1.0.0" +# cumulus/client/relay-chain-interface +name = "cumulus-relay-chain-interface" +from = "0.16.0" +to = "0.17.0" +bump = "major" +reason = "changed" [[crate]] -# cumulus/parachains/integration-tests/emulated/tests/collectives/collectives-westend -name = "collectives-westend-integration-tests" -from = "1.0.0" -to = "1.0.0" +# polkadot/node/subsystem +name = "polkadot-node-subsystem" +from = "16.0.0" +to = "17.0.0" +bump = "major" +reason = "changed" [[crate]] # cumulus/client/network @@ -3390,18 +3342,6 @@ to = "0.17.0" bump = "major" reason = "changed" -[[crate]] -# cumulus/parachains/integration-tests/emulated/tests/people/people-rococo -name = "people-rococo-integration-tests" -from = "0.1.0" -to = "0.1.0" - -[[crate]] -# cumulus/parachains/integration-tests/emulated/tests/people/people-westend -name = "people-westend-integration-tests" -from = "0.1.0" -to = "0.1.0" - [[crate]] # polkadot/node/network/bridge name = "polkadot-network-bridge" @@ -3450,6 +3390,54 @@ to = "17.1.0" bump = "minor" reason = "changed" +[[crate]] +# cumulus/parachains/integration-tests/emulated/networks/rococo-system +name = "rococo-system-emulated-network" +from = "0.1.0" +to = "0.1.0" + +[[crate]] +# cumulus/parachains/integration-tests/emulated/networks/rococo-westend-system +name = "rococo-westend-system-emulated-network" +from = "0.1.0" +to = "0.1.0" + +[[crate]] +# cumulus/parachains/integration-tests/emulated/networks/westend-system +name = "westend-system-emulated-network" +from = "0.1.0" +to = "0.1.0" + +[[crate]] +# cumulus/parachains/integration-tests/emulated/tests/assets/asset-hub-rococo +name = "asset-hub-rococo-integration-tests" +from = "1.0.0" +to = "1.0.0" + +[[crate]] +# cumulus/parachains/integration-tests/emulated/tests/assets/asset-hub-westend +name = "asset-hub-westend-integration-tests" +from = "1.0.0" +to = "1.0.0" + +[[crate]] +# cumulus/parachains/integration-tests/emulated/tests/bridges/bridge-hub-rococo +name = "bridge-hub-rococo-integration-tests" +from = "1.0.0" +to = "1.0.0" + +[[crate]] +# cumulus/parachains/integration-tests/emulated/tests/bridges/bridge-hub-westend +name = "bridge-hub-westend-integration-tests" +from = "1.0.0" +to = "1.0.0" + +[[crate]] +# cumulus/parachains/integration-tests/emulated/tests/collectives/collectives-westend +name = "collectives-westend-integration-tests" +from = "1.0.0" +to = "1.0.0" + [[crate]] # cumulus/client/consensus/common name = "cumulus-client-consensus-common" @@ -3458,6 +3446,18 @@ to = "0.17.0" bump = "major" reason = "changed" +[[crate]] +# cumulus/parachains/integration-tests/emulated/tests/people/people-rococo +name = "people-rococo-integration-tests" +from = "0.1.0" +to = "0.1.0" + +[[crate]] +# cumulus/parachains/integration-tests/emulated/tests/people/people-westend +name = "people-westend-integration-tests" +from = "0.1.0" +to = "0.1.0" + [[crate]] # polkadot/node/network/approval-distribution name = "polkadot-approval-distribution" @@ -3581,9 +3581,9 @@ reason = "changed" [[crate]] # polkadot/node/core/prospective-parachains name = "polkadot-node-core-prospective-parachains" -from = "16.0.0" -to = "16.1.0" -bump = "minor" +from = "16.1.0" +to = "16.1.1" +bump = "patch" reason = "changed" [[crate]] @@ -3635,9 +3635,9 @@ reason = "changed" [[crate]] # polkadot/node/service name = "polkadot-service" -from = "17.0.0" -to = "17.0.1" -bump = "patch" +from = "17.0.1" +to = "18.0.0" +bump = "major" reason = "changed" [[crate]] @@ -3657,16 +3657,16 @@ reason = "changed" [[crate]] # cumulus/client/relay-chain-minimal-node name = "cumulus-relay-chain-minimal-node" -from = "0.16.0" -to = "0.17.0" +from = "0.17.0" +to = "0.18.0" bump = "major" reason = "changed" [[crate]] # polkadot/cli name = "polkadot-cli" -from = "16.0.0" -to = "17.0.0" +from = "17.0.0" +to = "18.0.0" bump = "major" reason = "changed" @@ -3679,17 +3679,17 @@ to = "1.0.0" [[crate]] # cumulus/client/relay-chain-inprocess-interface name = "cumulus-relay-chain-inprocess-interface" -from = "0.16.0" -to = "0.17.0" +from = "0.17.0" +to = "0.18.0" bump = "major" reason = "changed" [[crate]] # polkadot name = "polkadot" -from = "16.0.0" -to = "16.0.1" -bump = "patch" +from = "16.0.1" +to = "17.0.0" +bump = "major" reason = "changed" [[crate]] @@ -3719,8 +3719,8 @@ to = "1.0.0" [[crate]] # cumulus/client/service name = "cumulus-client-service" -from = "0.16.0" -to = "0.17.0" +from = "0.17.0" +to = "0.18.0" bump = "major" reason = "changed" @@ -3752,8 +3752,8 @@ publish = false [[crate]] # umbrella name = "polkadot-sdk" -from = "0.4.0" -to = "0.5.0" +from = "0.5.0" +to = "0.6.0" bump = "major" reason = "changed" diff --git a/bridges/primitives/header-chain/Cargo.toml b/bridges/primitives/header-chain/Cargo.toml index eaccd0577c4a..52a28847d2b3 100644 --- a/bridges/primitives/header-chain/Cargo.toml +++ b/bridges/primitives/header-chain/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bp-header-chain" description = "A common interface for describing what a bridge pallet should be able to do. (polkadot v1.15.0)" -version = "0.17.0" +version = "0.17.1" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" diff --git a/cumulus/client/relay-chain-inprocess-interface/Cargo.toml b/cumulus/client/relay-chain-inprocess-interface/Cargo.toml index 33e349b42b03..76fac864dd3c 100644 --- a/cumulus/client/relay-chain-inprocess-interface/Cargo.toml +++ b/cumulus/client/relay-chain-inprocess-interface/Cargo.toml @@ -1,7 +1,7 @@ [package] authors.workspace = true name = "cumulus-relay-chain-inprocess-interface" -version = "0.17.0" +version = "0.18.0" edition.workspace = true description = "Implementation of the RelayChainInterface trait for Polkadot full-nodes. (polkadot v1.15.0)" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" diff --git a/cumulus/client/relay-chain-minimal-node/Cargo.toml b/cumulus/client/relay-chain-minimal-node/Cargo.toml index 55110dc23107..ececfbefe81b 100644 --- a/cumulus/client/relay-chain-minimal-node/Cargo.toml +++ b/cumulus/client/relay-chain-minimal-node/Cargo.toml @@ -1,7 +1,7 @@ [package] authors.workspace = true name = "cumulus-relay-chain-minimal-node" -version = "0.17.0" +version = "0.18.0" edition.workspace = true description = "Minimal node implementation to be used in tandem with RPC or light-client mode. (polkadot v1.15.0)" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" diff --git a/cumulus/client/service/Cargo.toml b/cumulus/client/service/Cargo.toml index 8d5f2196f1f7..6a4ec9599354 100644 --- a/cumulus/client/service/Cargo.toml +++ b/cumulus/client/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cumulus-client-service" -version = "0.17.0" +version = "0.18.0" authors.workspace = true edition.workspace = true description = "Common functions used to assemble the components of a parachain node. (polkadot v1.15.0)" diff --git a/cumulus/parachains/integration-tests/emulated/common/Cargo.toml b/cumulus/parachains/integration-tests/emulated/common/Cargo.toml index 2b82171e6a57..8d04973dcbc5 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 = "13.1.0" +version = "13.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 f3de0fbb2ee2..1c70b1f05918 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.21.1" +version = "0.21.2" authors.workspace = true edition.workspace = true description = "Rococo variant of Asset Hub parachain runtime (polkadot v1.15.0)" @@ -88,8 +88,8 @@ bp-bridge-hub-westend.workspace = true snowbridge-router-primitives.workspace = true [dev-dependencies] -asset-test-utils = { workspace = true, default-features = true } -parachains-runtimes-test-utils = { workspace = true, default-features = true } +asset-test-utils = { default-features = true, path = "../test-utils" } +parachains-runtimes-test-utils = { default-features = true, path = "../../test-utils" } [build-dependencies] substrate-wasm-builder = { optional = true, workspace = true, default-features = true } diff --git a/cumulus/parachains/runtimes/assets/asset-hub-westend/Cargo.toml b/cumulus/parachains/runtimes/assets/asset-hub-westend/Cargo.toml index e4c1b34aa1a1..27a17c4506de 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.25.1" +version = "0.25.2" authors.workspace = true edition.workspace = true description = "Westend variant of Asset Hub parachain runtime (polkadot v1.15.0)" @@ -87,8 +87,8 @@ bp-bridge-hub-rococo.workspace = true bp-bridge-hub-westend.workspace = true [dev-dependencies] -asset-test-utils = { workspace = true, default-features = true } -parachains-runtimes-test-utils = { workspace = true, default-features = true } +asset-test-utils = { default-features = true, path = "../test-utils" } +parachains-runtimes-test-utils = { default-features = true, path = "../../test-utils" } [build-dependencies] substrate-wasm-builder = { optional = true, workspace = true, default-features = true } diff --git a/cumulus/parachains/runtimes/assets/common/Cargo.toml b/cumulus/parachains/runtimes/assets/common/Cargo.toml index b5caa6c0948d..05fcbd5ffbc6 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.17.0" +version = "0.17.1" authors.workspace = true edition.workspace = true description = "Assets common utilities (polkadot v1.15.0)" diff --git a/cumulus/parachains/runtimes/assets/test-utils/Cargo.toml b/cumulus/parachains/runtimes/assets/test-utils/Cargo.toml index 2edcc1461a59..7167d1a90e33 100644 --- a/cumulus/parachains/runtimes/assets/test-utils/Cargo.toml +++ b/cumulus/parachains/runtimes/assets/test-utils/Cargo.toml @@ -11,36 +11,28 @@ workspace = true [dependencies] codec = { features = ["derive", "max-encoded-len"], workspace = true } - -# Substrate -frame-support = { workspace = true } -frame-system = { workspace = true } -pallet-assets = { workspace = true } -pallet-asset-conversion = { workspace = true } -pallet-balances = { workspace = true } -pallet-timestamp = { workspace = true } -pallet-session = { workspace = true } -sp-io = { workspace = true } -sp-runtime = { workspace = true } - -# Cumulus -cumulus-pallet-parachain-system = { workspace = true } -cumulus-pallet-xcmp-queue = { workspace = true } -pallet-collator-selection = { workspace = true } -parachains-common = { workspace = true } -cumulus-primitives-core = { workspace = true } -parachain-info = { workspace = true } -parachains-runtimes-test-utils = { workspace = true } - -# Polkadot -xcm = { workspace = true } -xcm-builder = { workspace = true } -xcm-executor = { workspace = true } -pallet-xcm = { workspace = true } -xcm-runtime-apis = { workspace = true } - -# Bridges -pallet-xcm-bridge-hub-router = { workspace = true } +frame-support.workspace = true +frame-system.workspace = true +pallet-assets.workspace = true +pallet-asset-conversion.workspace = true +pallet-balances.workspace = true +pallet-timestamp.workspace = true +pallet-session.workspace = true +sp-io.workspace = true +sp-runtime.workspace = true +cumulus-pallet-parachain-system.workspace = true +cumulus-pallet-xcmp-queue.workspace = true +pallet-collator-selection.workspace = true +parachains-common.workspace = true +cumulus-primitives-core.workspace = true +parachain-info.workspace = true +parachains-runtimes-test-utils.workspace = true +xcm.workspace = true +xcm-builder.workspace = true +xcm-executor.workspace = true +pallet-xcm.workspace = true +xcm-runtime-apis.workspace = true +pallet-xcm-bridge-hub-router.workspace = true [dev-dependencies] hex-literal = { workspace = true, default-features = true } diff --git a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/Cargo.toml b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/Cargo.toml index f4f5b0c29719..de5670093b0a 100644 --- a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/Cargo.toml +++ b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/Cargo.toml @@ -108,12 +108,12 @@ snowbridge-runtime-common.workspace = true bridge-hub-common.workspace = true [dev-dependencies] -bridge-hub-test-utils = { workspace = true, default-features = true } -bridge-runtime-common = { features = ["integrity-test"], workspace = true, default-features = true } -snowbridge-runtime-test-common = { workspace = true, default-features = true } -parachains-runtimes-test-utils = { workspace = true, default-features = true } +bridge-hub-test-utils = { default-features = true, path = "../test-utils" } +bridge-runtime-common = { features = ["integrity-test"], default-features = true, path = "../../../../../bridges/bin/runtime-common" } +snowbridge-runtime-test-common = { default-features = true, path = "../../../../../bridges/snowbridge/runtime/test-common" } +parachains-runtimes-test-utils = { default-features = true, path = "../../test-utils" } static_assertions = { workspace = true } -sp-keyring = { workspace = true } +sp-keyring = { path = "../../../../../substrate/primitives/keyring", default-features = false } [features] default = ["std"] diff --git a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/Cargo.toml b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/Cargo.toml index 79916988fb5e..7d71c45062a8 100644 --- a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/Cargo.toml +++ b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/Cargo.toml @@ -92,12 +92,12 @@ bridge-runtime-common.workspace = true bridge-hub-common.workspace = true [dev-dependencies] -bridge-hub-test-utils = { workspace = true, default-features = true } -bridge-runtime-common = { features = ["integrity-test"], workspace = true, default-features = true } -snowbridge-runtime-test-common = { workspace = true, default-features = true } -parachains-runtimes-test-utils = { workspace = true, default-features = true } +bridge-hub-test-utils = { default-features = true, path = "../test-utils" } +bridge-runtime-common = { features = ["integrity-test"], default-features = true, path = "../../../../../bridges/bin/runtime-common" } +snowbridge-runtime-test-common = { default-features = true, path = "../../../../../bridges/snowbridge/runtime/test-common" } +parachains-runtimes-test-utils = { default-features = true, path = "../../test-utils" } static_assertions = { workspace = true } -sp-keyring = { workspace = true } +sp-keyring = { path = "../../../../../substrate/primitives/keyring", default-features = false } [features] default = ["std"] diff --git a/cumulus/parachains/runtimes/collectives/collectives-westend/Cargo.toml b/cumulus/parachains/runtimes/collectives/collectives-westend/Cargo.toml index 7bfabd21859d..e649fdc7a10d 100644 --- a/cumulus/parachains/runtimes/collectives/collectives-westend/Cargo.toml +++ b/cumulus/parachains/runtimes/collectives/collectives-westend/Cargo.toml @@ -83,8 +83,8 @@ testnet-parachains-constants = { features = ["westend"], workspace = true } substrate-wasm-builder = { optional = true, workspace = true, default-features = true } [dev-dependencies] -sp-io = { features = ["std"], workspace = true, default-features = true } -parachains-runtimes-test-utils = { workspace = true, default-features = true } +sp-io = { features = ["std"], default-features = true, path = "../../../../../substrate/primitives/io" } +parachains-runtimes-test-utils = { default-features = true, path = "../../test-utils" } [features] default = ["std"] diff --git a/cumulus/parachains/runtimes/coretime/coretime-rococo/Cargo.toml b/cumulus/parachains/runtimes/coretime/coretime-rococo/Cargo.toml index 242225b77edc..3b4f96b78256 100644 --- a/cumulus/parachains/runtimes/coretime/coretime-rococo/Cargo.toml +++ b/cumulus/parachains/runtimes/coretime/coretime-rococo/Cargo.toml @@ -74,7 +74,7 @@ parachains-common.workspace = true testnet-parachains-constants = { features = ["rococo"], workspace = true } [dev-dependencies] -parachains-runtimes-test-utils = { workspace = true } +parachains-runtimes-test-utils = { path = "../../test-utils", default-features = false } [features] default = ["std"] @@ -115,7 +115,6 @@ std = [ "pallet-xcm/std", "parachain-info/std", "parachains-common/std", - "parachains-runtimes-test-utils/std", "polkadot-parachain-primitives/std", "polkadot-runtime-common/std", "rococo-runtime-constants/std", diff --git a/cumulus/parachains/runtimes/coretime/coretime-westend/Cargo.toml b/cumulus/parachains/runtimes/coretime/coretime-westend/Cargo.toml index 428c637cb11a..44b54cac3d07 100644 --- a/cumulus/parachains/runtimes/coretime/coretime-westend/Cargo.toml +++ b/cumulus/parachains/runtimes/coretime/coretime-westend/Cargo.toml @@ -73,7 +73,7 @@ parachains-common.workspace = true testnet-parachains-constants = { features = ["westend"], workspace = true } [dev-dependencies] -parachains-runtimes-test-utils = { workspace = true, default-features = true } +parachains-runtimes-test-utils = { default-features = true, path = "../../test-utils" } [features] default = ["std"] diff --git a/cumulus/parachains/runtimes/people/people-rococo/Cargo.toml b/cumulus/parachains/runtimes/people/people-rococo/Cargo.toml index f4003f85dbcf..0322f9715dd8 100644 --- a/cumulus/parachains/runtimes/people/people-rococo/Cargo.toml +++ b/cumulus/parachains/runtimes/people/people-rococo/Cargo.toml @@ -70,7 +70,7 @@ parachains-common.workspace = true testnet-parachains-constants = { features = ["rococo"], workspace = true } [dev-dependencies] -parachains-runtimes-test-utils = { workspace = true, default-features = true } +parachains-runtimes-test-utils = { default-features = true, path = "../../test-utils" } [features] default = ["std"] diff --git a/cumulus/parachains/runtimes/people/people-westend/Cargo.toml b/cumulus/parachains/runtimes/people/people-westend/Cargo.toml index bfb41e4f854f..49e8b35baeb3 100644 --- a/cumulus/parachains/runtimes/people/people-westend/Cargo.toml +++ b/cumulus/parachains/runtimes/people/people-westend/Cargo.toml @@ -70,7 +70,7 @@ parachains-common.workspace = true testnet-parachains-constants = { features = ["westend"], workspace = true } [dev-dependencies] -parachains-runtimes-test-utils = { workspace = true, default-features = true } +parachains-runtimes-test-utils = { default-features = true, path = "../../test-utils" } [features] default = ["std"] diff --git a/cumulus/parachains/runtimes/test-utils/Cargo.toml b/cumulus/parachains/runtimes/test-utils/Cargo.toml index 813f5787eacd..ca9ab0ef00ea 100644 --- a/cumulus/parachains/runtimes/test-utils/Cargo.toml +++ b/cumulus/parachains/runtimes/test-utils/Cargo.toml @@ -11,35 +11,30 @@ workspace = true [dependencies] codec = { features = ["derive", "max-encoded-len"], workspace = true } - -# Substrate -frame-support = { workspace = true } -frame-system = { workspace = true } -pallet-balances = { workspace = true } -pallet-session = { workspace = true } -pallet-timestamp = { workspace = true } -sp-consensus-aura = { workspace = true } -sp-io = { workspace = true } -sp-runtime = { workspace = true } -sp-tracing = { workspace = true, default-features = true } -sp-core = { workspace = true } - -# Cumulus -cumulus-pallet-parachain-system = { workspace = true } -cumulus-pallet-xcmp-queue = { workspace = true } -pallet-collator-selection = { workspace = true } -parachain-info = { workspace = true } -parachains-common = { workspace = true } -cumulus-primitives-core = { workspace = true } -cumulus-primitives-parachain-inherent = { workspace = true } -cumulus-test-relay-sproof-builder = { workspace = true } - -# Polkadot -xcm = { workspace = true } -xcm-executor = { workspace = true } -pallet-xcm = { workspace = true } -xcm-runtime-apis = { workspace = true } -polkadot-parachain-primitives = { workspace = true } +frame-support.workspace = true +frame-system.workspace = true +pallet-balances.workspace = true +pallet-session.workspace = true +pallet-timestamp.workspace = true +sp-consensus-aura.workspace = true +sp-io.workspace = true +sp-runtime.workspace = true +sp-tracing.workspace = true +sp-tracing.default-features = true +sp-core.workspace = true +cumulus-pallet-parachain-system.workspace = true +cumulus-pallet-xcmp-queue.workspace = true +pallet-collator-selection.workspace = true +parachain-info.workspace = true +parachains-common.workspace = true +cumulus-primitives-core.workspace = true +cumulus-primitives-parachain-inherent.workspace = true +cumulus-test-relay-sproof-builder.workspace = true +xcm.workspace = true +xcm-executor.workspace = true +pallet-xcm.workspace = true +xcm-runtime-apis.workspace = true +polkadot-parachain-primitives.workspace = true [dev-dependencies] hex-literal = { workspace = true, default-features = true } diff --git a/polkadot/Cargo.toml b/polkadot/Cargo.toml index 4df507585cac..827d82b336cb 100644 --- a/polkadot/Cargo.toml +++ b/polkadot/Cargo.toml @@ -18,7 +18,7 @@ rust-version = "1.64.0" readme = "README.md" authors.workspace = true edition.workspace = true -version = "16.0.1" +version = "17.0.0" default-run = "polkadot" [lints] diff --git a/polkadot/cli/Cargo.toml b/polkadot/cli/Cargo.toml index b88e2b31af26..2299f06e62db 100644 --- a/polkadot/cli/Cargo.toml +++ b/polkadot/cli/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polkadot-cli" description = "Polkadot Relay-chain Client Node (polkadot v1.15.0)" -version = "17.0.0" +version = "18.0.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/polkadot/node/core/prospective-parachains/Cargo.toml b/polkadot/node/core/prospective-parachains/Cargo.toml index 3e307da5c58b..4ff2c4e561ae 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 = "16.1.0" +version = "16.1.1" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/polkadot/node/service/Cargo.toml b/polkadot/node/service/Cargo.toml index 92217b0653f2..e6019fb4db14 100644 --- a/polkadot/node/service/Cargo.toml +++ b/polkadot/node/service/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polkadot-service" rust-version = "1.60" -version = "17.0.1" +version = "18.0.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/polkadot/runtime/parachains/Cargo.toml b/polkadot/runtime/parachains/Cargo.toml index 926e1ed3bf4c..0387361bfc81 100644 --- a/polkadot/runtime/parachains/Cargo.toml +++ b/polkadot/runtime/parachains/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime-parachains" -version = "16.0.2" +version = "16.0.3" description = "Relay Chain runtime code responsible for Parachains. (polkadot v1.15.0)" 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/runtime/westend/Cargo.toml b/polkadot/runtime/westend/Cargo.toml index dde1c5d75188..fc7f4f5556d9 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 = "17.0.1" +version = "19.0.0" description = "Westend testnet Relay Chain runtime. (polkadot v1.15.0)" authors.workspace = true edition.workspace = true diff --git a/polkadot/utils/generate-bags/Cargo.toml b/polkadot/utils/generate-bags/Cargo.toml index 4bfb880627b1..d2234f5b7426 100644 --- a/polkadot/utils/generate-bags/Cargo.toml +++ b/polkadot/utils/generate-bags/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-voter-bags" -version = "17.0.0" +version = "19.0.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/polkadot/xcm/xcm-builder/Cargo.toml b/polkadot/xcm/xcm-builder/Cargo.toml index 342497a2de5a..0a01e5f090da 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. (polkadot v authors.workspace = true edition.workspace = true license.workspace = true -version = "16.0.2" +version = "16.0.3" [lints] workspace = true diff --git a/polkadot/xcm/xcm-runtime-apis/Cargo.toml b/polkadot/xcm/xcm-runtime-apis/Cargo.toml index 787a219d37ef..175c5adf2396 100644 --- a/polkadot/xcm/xcm-runtime-apis/Cargo.toml +++ b/polkadot/xcm/xcm-runtime-apis/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xcm-runtime-apis" -version = "0.3.0" +version = "0.3.1" authors.workspace = true edition.workspace = true license = "Apache-2.0" diff --git a/substrate/client/network/Cargo.toml b/substrate/client/network/Cargo.toml index 372cef2fe62b..83c523ec2378 100644 --- a/substrate/client/network/Cargo.toml +++ b/substrate/client/network/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Substrate network protocol (polkadot v1.15.0)" name = "sc-network" -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/frame/nomination-pools/Cargo.toml b/substrate/frame/nomination-pools/Cargo.toml index 820fcfd7bebe..ee9ca149c41e 100644 --- a/substrate/frame/nomination-pools/Cargo.toml +++ b/substrate/frame/nomination-pools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-nomination-pools" -version = "34.0.0" +version = "36.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" diff --git a/substrate/frame/nomination-pools/benchmarking/Cargo.toml b/substrate/frame/nomination-pools/benchmarking/Cargo.toml index 0634bc1a5dc7..90c36e6a9b93 100644 --- a/substrate/frame/nomination-pools/benchmarking/Cargo.toml +++ b/substrate/frame/nomination-pools/benchmarking/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-nomination-pools-benchmarking" -version = "35.0.0" +version = "37.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" diff --git a/substrate/frame/nomination-pools/runtime-api/Cargo.toml b/substrate/frame/nomination-pools/runtime-api/Cargo.toml index 5a4d971d611f..e4a63e0bcae5 100644 --- a/substrate/frame/nomination-pools/runtime-api/Cargo.toml +++ b/substrate/frame/nomination-pools/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-nomination-pools-runtime-api" -version = "32.0.0" +version = "34.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" diff --git a/substrate/frame/nomination-pools/test-delegate-stake/Cargo.toml b/substrate/frame/nomination-pools/test-delegate-stake/Cargo.toml index 8fddb65961f1..826a0dcb30cf 100644 --- a/substrate/frame/nomination-pools/test-delegate-stake/Cargo.toml +++ b/substrate/frame/nomination-pools/test-delegate-stake/Cargo.toml @@ -25,9 +25,9 @@ sp-std = { default-features = true, path = "../../../primitives/std" } sp-staking = { default-features = true, path = "../../../primitives/staking" } sp-core = { default-features = true, path = "../../../primitives/core" } -frame-system = { workspace = true, default-features = true } -frame-support = { features = ["experimental"], workspace = true, default-features = true } -frame-election-provider-support = { workspace = true, default-features = true } +frame-system = { default-features = true, path = "../../system" } +frame-support = { features = ["experimental"], default-features = true, path = "../../support" } +frame-election-provider-support = { default-features = true, path = "../../election-provider-support" } pallet-timestamp = { default-features = true, path = "../../timestamp" } pallet-balances = { default-features = true, path = "../../balances" } diff --git a/substrate/frame/transaction-payment/Cargo.toml b/substrate/frame/transaction-payment/Cargo.toml index 3b992ca207ca..4301696ddbb7 100644 --- a/substrate/frame/transaction-payment/Cargo.toml +++ b/substrate/frame/transaction-payment/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-transaction-payment" -version = "37.0.0" +version = "37.0.1" authors.workspace = true edition.workspace = true license = "Apache-2.0" diff --git a/substrate/primitives/runtime/Cargo.toml b/substrate/primitives/runtime/Cargo.toml index bc47357bc77c..738c6f60937d 100644 --- a/substrate/primitives/runtime/Cargo.toml +++ b/substrate/primitives/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sp-runtime" -version = "39.0.2" +version = "39.0.3" authors.workspace = true edition.workspace = true license = "Apache-2.0" diff --git a/umbrella/Cargo.toml b/umbrella/Cargo.toml index aa874b3f3fdc..629973ef5f79 100644 --- a/umbrella/Cargo.toml +++ b/umbrella/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-sdk" -version = "0.5.0" +version = "0.6.0" description = "Polkadot SDK umbrella crate. (polkadot v1.15.0)" license = "Apache-2.0" @@ -556,7 +556,7 @@ workspace = true path = "../cumulus/parachains/runtimes/assets/common" default-features = false optional = true -version = "0.17.0" +version = "0.17.1" [dependencies.binary-merkle-tree] path = "../substrate/utils/binary-merkle-tree" @@ -610,7 +610,7 @@ version = "0.13.0" path = "../bridges/primitives/header-chain" default-features = false optional = true -version = "0.17.0" +version = "0.17.1" [dependencies.bp-kusama] path = "../bridges/chains/chain-kusama" @@ -1222,19 +1222,19 @@ version = "37.0.0" path = "../substrate/frame/nomination-pools" default-features = false optional = true -version = "34.0.0" +version = "36.0.0" [dependencies.pallet-nomination-pools-benchmarking] path = "../substrate/frame/nomination-pools/benchmarking" default-features = false optional = true -version = "35.0.0" +version = "37.0.0" [dependencies.pallet-nomination-pools-runtime-api] path = "../substrate/frame/nomination-pools/runtime-api" default-features = false optional = true -version = "32.0.0" +version = "34.0.0" [dependencies.pallet-offences] path = "../substrate/frame/offences" @@ -1414,7 +1414,7 @@ version = "36.0.0" path = "../substrate/frame/transaction-payment" default-features = false optional = true -version = "37.0.0" +version = "37.0.1" [dependencies.pallet-transaction-payment-rpc-runtime-api] path = "../substrate/frame/transaction-payment/rpc/runtime-api" @@ -1528,7 +1528,7 @@ version = "16.0.0" path = "../polkadot/runtime/parachains" default-features = false optional = true -version = "16.0.2" +version = "16.0.3" [dependencies.polkadot-sdk-frame] path = "../substrate/frame" @@ -1816,7 +1816,7 @@ version = "34.0.0" path = "../substrate/primitives/runtime" default-features = false optional = true -version = "39.0.2" +version = "39.0.3" [dependencies.sp-runtime-interface] path = "../substrate/primitives/runtime-interface" @@ -1936,7 +1936,7 @@ version = "14.1.0" path = "../polkadot/xcm/xcm-builder" default-features = false optional = true -version = "16.0.2" +version = "16.0.3" [dependencies.staging-xcm-executor] path = "../polkadot/xcm/xcm-executor" @@ -1978,7 +1978,7 @@ version = "10.1.0" path = "../polkadot/xcm/xcm-runtime-apis" default-features = false optional = true -version = "0.3.0" +version = "0.3.1" [dependencies.asset-test-utils] path = "../cumulus/parachains/runtimes/assets/test-utils" @@ -2050,13 +2050,13 @@ version = "0.17.0" path = "../cumulus/client/service" default-features = false optional = true -version = "0.17.0" +version = "0.18.0" [dependencies.cumulus-relay-chain-inprocess-interface] path = "../cumulus/client/relay-chain-inprocess-interface" default-features = false optional = true -version = "0.17.0" +version = "0.18.0" [dependencies.cumulus-relay-chain-interface] path = "../cumulus/client/relay-chain-interface" @@ -2068,7 +2068,7 @@ version = "0.17.0" path = "../cumulus/client/relay-chain-minimal-node" default-features = false optional = true -version = "0.17.0" +version = "0.18.0" [dependencies.cumulus-relay-chain-rpc-interface] path = "../cumulus/client/relay-chain-rpc-interface" @@ -2086,7 +2086,7 @@ version = "0.15.0" path = "../cumulus/parachains/integration-tests/emulated/common" default-features = false optional = true -version = "13.1.0" +version = "13.2.0" [dependencies.fork-tree] path = "../substrate/utils/fork-tree" @@ -2176,7 +2176,7 @@ version = "17.0.0" path = "../polkadot/cli" default-features = false optional = true -version = "17.0.0" +version = "18.0.0" [dependencies.polkadot-collator-protocol] path = "../polkadot/node/network/collator-protocol" @@ -2272,7 +2272,7 @@ version = "17.0.0" path = "../polkadot/node/core/prospective-parachains" default-features = false optional = true -version = "16.1.0" +version = "16.1.1" [dependencies.polkadot-node-core-provisioner] path = "../polkadot/node/core/provisioner" @@ -2374,7 +2374,7 @@ version = "17.0.0" path = "../polkadot/node/service" default-features = false optional = true -version = "17.0.1" +version = "18.0.0" [dependencies.polkadot-statement-distribution] path = "../polkadot/node/network/statement-distribution" @@ -2554,7 +2554,7 @@ version = "0.14.0" path = "../substrate/client/network" default-features = false optional = true -version = "0.44.0" +version = "0.44.1" [dependencies.sc-network-common] path = "../substrate/client/network/common"