diff --git a/Plan.toml b/Plan.toml index 728931d0afac..c772de26c4ad 100644 --- a/Plan.toml +++ b/Plan.toml @@ -1,5 +1,5 @@ -# generated by parity-publish v0.4.1 -# command: parity-publish plan . --patch pallet-collator-selection +# generated by parity-publish v0.5.1 +# command: parity-publish plan --patch pallet-balances [options] @@ -1247,10 +1247,10 @@ reason = "changed" [[crate]] name = "pallet-balances" -from = "28.0.0" -to = "29.0.0" -bump = "major" -reason = "changed" +from = "29.0.1" +to = "29.0.2" +bump = "minor" +reason = "bumped by --patch" [[crate]] name = "pallet-broker" @@ -1419,6 +1419,7 @@ from = "0.7.0" to = "0.8.0" bump = "major" reason = "changed" +publish = false [[crate]] name = "pallet-preimage" @@ -2637,6 +2638,7 @@ from = "0.7.0" to = "0.8.0" bump = "major" reason = "changed" +publish = false [[crate]] name = "people-rococo-runtime" @@ -3450,14 +3452,3 @@ from = "0.1.0" to = "0.1.0" bump = "major" publish = false - -[[crate]] -name = "pallet-balances" -from = "29.0.0" -to = "29.0.0" -publish = false - -[[crate]] -name = "pallet-balances" -from = "29.0.0" -to = "29.0.1" diff --git a/bridges/snowbridge/parachain/pallets/inbound-queue/Cargo.toml b/bridges/snowbridge/parachain/pallets/inbound-queue/Cargo.toml index 21498d6c8689..70b60a1d8b46 100644 --- a/bridges/snowbridge/parachain/pallets/inbound-queue/Cargo.toml +++ b/bridges/snowbridge/parachain/pallets/inbound-queue/Cargo.toml @@ -28,7 +28,7 @@ num-traits = { version = "0.2.16", default-features = false } frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "29.0.0" } frame-support = { path = "../../../../../substrate/frame/support", default-features = false, version = "29.0.2" } frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "29.0.0" } -pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.0" } +pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.2" } sp-core = { path = "../../../../../substrate/primitives/core", default-features = false, version = "29.0.0" } sp-std = { path = "../../../../../substrate/primitives/std", default-features = false, version = "14.0.0" } sp-io = { path = "../../../../../substrate/primitives/io", default-features = false, version = "31.0.0" } diff --git a/bridges/snowbridge/parachain/runtime/test-common/Cargo.toml b/bridges/snowbridge/parachain/runtime/test-common/Cargo.toml index 033d0c0c3b0c..ac307636bdec 100644 --- a/bridges/snowbridge/parachain/runtime/test-common/Cargo.toml +++ b/bridges/snowbridge/parachain/runtime/test-common/Cargo.toml @@ -28,7 +28,7 @@ frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/r frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true, version = "0.35.0" } pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false, version = "28.0.0" } pallet-authorship = { path = "../../../../../substrate/frame/authorship", default-features = false, version = "29.0.0" } -pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.0" } +pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.2" } pallet-session = { path = "../../../../../substrate/frame/session", default-features = false, version = "29.0.0" } pallet-multisig = { path = "../../../../../substrate/frame/multisig", default-features = false, version = "29.0.0" } pallet-message-queue = { path = "../../../../../substrate/frame/message-queue", default-features = false, version = "32.0.0" } diff --git a/cumulus/pallets/collator-selection/Cargo.toml b/cumulus/pallets/collator-selection/Cargo.toml index bdca2a8d7cbc..ac8fb5ef0259 100644 --- a/cumulus/pallets/collator-selection/Cargo.toml +++ b/cumulus/pallets/collator-selection/Cargo.toml @@ -27,7 +27,7 @@ sp-staking = { path = "../../../substrate/primitives/staking", default-features frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "29.0.2" } frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "29.0.0" } pallet-authorship = { path = "../../../substrate/frame/authorship", default-features = false, version = "29.0.0" } -pallet-balances = { path = "../../../substrate/frame/balances", default-features = false, version = "29.0.0" } +pallet-balances = { path = "../../../substrate/frame/balances", default-features = false, version = "29.0.2" } pallet-session = { path = "../../../substrate/frame/session", default-features = false, version = "29.0.0" } frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "29.0.0" } diff --git a/cumulus/parachain-template/runtime/Cargo.toml b/cumulus/parachain-template/runtime/Cargo.toml index 492e8662a13a..2b217cf91a1f 100644 --- a/cumulus/parachain-template/runtime/Cargo.toml +++ b/cumulus/parachain-template/runtime/Cargo.toml @@ -37,7 +37,7 @@ frame-system-rpc-runtime-api = { path = "../../../substrate/frame/system/rpc/run frame-try-runtime = { path = "../../../substrate/frame/try-runtime", default-features = false, optional = true, version = "0.35.0" } pallet-aura = { path = "../../../substrate/frame/aura", default-features = false, version = "28.0.0" } pallet-authorship = { path = "../../../substrate/frame/authorship", default-features = false, version = "29.0.0" } -pallet-balances = { path = "../../../substrate/frame/balances", default-features = false, version = "29.0.0" } +pallet-balances = { path = "../../../substrate/frame/balances", default-features = false, version = "29.0.2" } pallet-message-queue = { path = "../../../substrate/frame/message-queue", default-features = false, version = "32.0.0" } pallet-session = { path = "../../../substrate/frame/session", default-features = false, version = "29.0.0" } pallet-sudo = { path = "../../../substrate/frame/sudo", default-features = false, version = "29.0.0" } diff --git a/cumulus/parachains/common/Cargo.toml b/cumulus/parachains/common/Cargo.toml index 1346ac366f0a..b310b03f1f36 100644 --- a/cumulus/parachains/common/Cargo.toml +++ b/cumulus/parachains/common/Cargo.toml @@ -23,7 +23,7 @@ frame-system = { path = "../../../substrate/frame/system", default-features = fa pallet-asset-tx-payment = { path = "../../../substrate/frame/transaction-payment/asset-tx-payment", default-features = false, version = "29.0.0" } pallet-assets = { path = "../../../substrate/frame/assets", default-features = false, version = "30.0.0" } pallet-authorship = { path = "../../../substrate/frame/authorship", default-features = false, version = "29.0.0" } -pallet-balances = { path = "../../../substrate/frame/balances", default-features = false, version = "29.0.0" } +pallet-balances = { path = "../../../substrate/frame/balances", default-features = false, version = "29.0.2" } pallet-message-queue = { path = "../../../substrate/frame/message-queue", default-features = false, version = "32.0.0" } sp-consensus-aura = { path = "../../../substrate/primitives/consensus/aura", default-features = false, version = "0.33.0" } sp-core = { path = "../../../substrate/primitives/core", default-features = false, version = "29.0.0" } diff --git a/cumulus/parachains/integration-tests/emulated/common/Cargo.toml b/cumulus/parachains/integration-tests/emulated/common/Cargo.toml index 0dd8c88af3e7..d7941bc4241c 100644 --- a/cumulus/parachains/integration-tests/emulated/common/Cargo.toml +++ b/cumulus/parachains/integration-tests/emulated/common/Cargo.toml @@ -21,7 +21,7 @@ frame-support = { version = "29.0.2", path = "../../../../../substrate/frame/sup sp-core = { version = "29.0.0", path = "../../../../../substrate/primitives/core" } sp-consensus-babe = { version = "0.33.0", path = "../../../../../substrate/primitives/consensus/babe" } pallet-assets = { version = "30.0.0", path = "../../../../../substrate/frame/assets" } -pallet-balances = { version = "29.0.0", path = "../../../../../substrate/frame/balances" } +pallet-balances = { version = "29.0.2", path = "../../../../../substrate/frame/balances" } pallet-message-queue = { version = "32.0.0", path = "../../../../../substrate/frame/message-queue" } # Polkadot diff --git a/cumulus/parachains/integration-tests/emulated/tests/assets/asset-hub-rococo/Cargo.toml b/cumulus/parachains/integration-tests/emulated/tests/assets/asset-hub-rococo/Cargo.toml index c12ea7d63501..df9829b37797 100644 --- a/cumulus/parachains/integration-tests/emulated/tests/assets/asset-hub-rococo/Cargo.toml +++ b/cumulus/parachains/integration-tests/emulated/tests/assets/asset-hub-rococo/Cargo.toml @@ -17,7 +17,7 @@ assert_matches = "1.5.0" # Substrate sp-runtime = { path = "../../../../../../../substrate/primitives/runtime", default-features = false, version = "32.0.0" } frame-support = { path = "../../../../../../../substrate/frame/support", default-features = false, version = "29.0.2" } -pallet-balances = { path = "../../../../../../../substrate/frame/balances", default-features = false, version = "29.0.0" } +pallet-balances = { path = "../../../../../../../substrate/frame/balances", default-features = false, version = "29.0.2" } pallet-assets = { path = "../../../../../../../substrate/frame/assets", default-features = false, version = "30.0.0" } pallet-asset-conversion = { path = "../../../../../../../substrate/frame/asset-conversion", default-features = false, version = "11.0.0" } pallet-message-queue = { path = "../../../../../../../substrate/frame/message-queue", default-features = false, version = "32.0.0" } diff --git a/cumulus/parachains/integration-tests/emulated/tests/assets/asset-hub-westend/Cargo.toml b/cumulus/parachains/integration-tests/emulated/tests/assets/asset-hub-westend/Cargo.toml index 73e25e38d1e2..e467fc7d9528 100644 --- a/cumulus/parachains/integration-tests/emulated/tests/assets/asset-hub-westend/Cargo.toml +++ b/cumulus/parachains/integration-tests/emulated/tests/assets/asset-hub-westend/Cargo.toml @@ -17,7 +17,7 @@ assert_matches = "1.5.0" # Substrate sp-runtime = { path = "../../../../../../../substrate/primitives/runtime", default-features = false, version = "32.0.0" } frame-support = { path = "../../../../../../../substrate/frame/support", default-features = false, version = "29.0.2" } -pallet-balances = { path = "../../../../../../../substrate/frame/balances", default-features = false, version = "29.0.0" } +pallet-balances = { path = "../../../../../../../substrate/frame/balances", default-features = false, version = "29.0.2" } pallet-assets = { path = "../../../../../../../substrate/frame/assets", default-features = false, version = "30.0.0" } pallet-asset-conversion = { path = "../../../../../../../substrate/frame/asset-conversion", default-features = false, version = "11.0.0" } pallet-treasury = { path = "../../../../../../../substrate/frame/treasury", default-features = false, version = "28.0.0" } diff --git a/cumulus/parachains/integration-tests/emulated/tests/bridges/bridge-hub-rococo/Cargo.toml b/cumulus/parachains/integration-tests/emulated/tests/bridges/bridge-hub-rococo/Cargo.toml index 4298709f5a4d..2c9c208f4329 100644 --- a/cumulus/parachains/integration-tests/emulated/tests/bridges/bridge-hub-rococo/Cargo.toml +++ b/cumulus/parachains/integration-tests/emulated/tests/bridges/bridge-hub-rococo/Cargo.toml @@ -20,7 +20,7 @@ sp-core = { path = "../../../../../../../substrate/primitives/core", default-fea frame-support = { path = "../../../../../../../substrate/frame/support", default-features = false, version = "29.0.2" } pallet-assets = { path = "../../../../../../../substrate/frame/assets", default-features = false, version = "30.0.0" } pallet-asset-conversion = { path = "../../../../../../../substrate/frame/asset-conversion", default-features = false, version = "11.0.0" } -pallet-balances = { path = "../../../../../../../substrate/frame/balances", default-features = false, version = "29.0.0" } +pallet-balances = { path = "../../../../../../../substrate/frame/balances", default-features = false, version = "29.0.2" } pallet-message-queue = { version = "32.0.0", path = "../../../../../../../substrate/frame/message-queue" } sp-runtime = { path = "../../../../../../../substrate/primitives/runtime", default-features = false, version = "32.0.0" } diff --git a/cumulus/parachains/integration-tests/emulated/tests/bridges/bridge-hub-westend/Cargo.toml b/cumulus/parachains/integration-tests/emulated/tests/bridges/bridge-hub-westend/Cargo.toml index 2db1a74f843a..c1692e13dd9a 100644 --- a/cumulus/parachains/integration-tests/emulated/tests/bridges/bridge-hub-westend/Cargo.toml +++ b/cumulus/parachains/integration-tests/emulated/tests/bridges/bridge-hub-westend/Cargo.toml @@ -16,7 +16,7 @@ workspace = true frame-support = { path = "../../../../../../../substrate/frame/support", default-features = false, version = "29.0.2" } pallet-assets = { path = "../../../../../../../substrate/frame/assets", default-features = false, version = "30.0.0" } pallet-asset-conversion = { path = "../../../../../../../substrate/frame/asset-conversion", default-features = false, version = "11.0.0" } -pallet-balances = { path = "../../../../../../../substrate/frame/balances", default-features = false, version = "29.0.0" } +pallet-balances = { path = "../../../../../../../substrate/frame/balances", default-features = false, version = "29.0.2" } pallet-message-queue = { version = "32.0.0", path = "../../../../../../../substrate/frame/message-queue" } sp-runtime = { path = "../../../../../../../substrate/primitives/runtime", default-features = false, version = "32.0.0" } diff --git a/cumulus/parachains/integration-tests/emulated/tests/people/people-rococo/Cargo.toml b/cumulus/parachains/integration-tests/emulated/tests/people/people-rococo/Cargo.toml index 963022b361d2..d097be944ed1 100644 --- a/cumulus/parachains/integration-tests/emulated/tests/people/people-rococo/Cargo.toml +++ b/cumulus/parachains/integration-tests/emulated/tests/people/people-rococo/Cargo.toml @@ -13,7 +13,7 @@ codec = { package = "parity-scale-codec", version = "3.4.0", default-features = # Substrate sp-runtime = { path = "../../../../../../../substrate/primitives/runtime", default-features = false, version = "32.0.0" } frame-support = { path = "../../../../../../../substrate/frame/support", default-features = false, version = "29.0.2" } -pallet-balances = { path = "../../../../../../../substrate/frame/balances", default-features = false, version = "29.0.0" } +pallet-balances = { path = "../../../../../../../substrate/frame/balances", default-features = false, version = "29.0.2" } pallet-message-queue = { path = "../../../../../../../substrate/frame/message-queue", default-features = false, version = "32.0.0" } pallet-identity = { path = "../../../../../../../substrate/frame/identity", default-features = false, version = "29.0.0" } diff --git a/cumulus/parachains/integration-tests/emulated/tests/people/people-westend/Cargo.toml b/cumulus/parachains/integration-tests/emulated/tests/people/people-westend/Cargo.toml index 6db8015a1e1e..47ab736ab7c9 100644 --- a/cumulus/parachains/integration-tests/emulated/tests/people/people-westend/Cargo.toml +++ b/cumulus/parachains/integration-tests/emulated/tests/people/people-westend/Cargo.toml @@ -13,7 +13,7 @@ codec = { package = "parity-scale-codec", version = "3.4.0", default-features = # Substrate sp-runtime = { path = "../../../../../../../substrate/primitives/runtime", default-features = false, version = "32.0.0" } frame-support = { path = "../../../../../../../substrate/frame/support", default-features = false, version = "29.0.2" } -pallet-balances = { path = "../../../../../../../substrate/frame/balances", default-features = false, version = "29.0.0" } +pallet-balances = { path = "../../../../../../../substrate/frame/balances", default-features = false, version = "29.0.2" } pallet-message-queue = { path = "../../../../../../../substrate/frame/message-queue", default-features = false, version = "32.0.0" } pallet-identity = { path = "../../../../../../../substrate/frame/identity", default-features = false, version = "29.0.0" } diff --git a/cumulus/parachains/runtimes/assets/asset-hub-rococo/Cargo.toml b/cumulus/parachains/runtimes/assets/asset-hub-rococo/Cargo.toml index a98841868a48..a4845e6f66ce 100644 --- a/cumulus/parachains/runtimes/assets/asset-hub-rococo/Cargo.toml +++ b/cumulus/parachains/runtimes/assets/asset-hub-rococo/Cargo.toml @@ -28,7 +28,7 @@ pallet-assets = { path = "../../../../../substrate/frame/assets", default-featur pallet-asset-conversion = { path = "../../../../../substrate/frame/asset-conversion", default-features = false, version = "11.0.0" } pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false, version = "28.0.0" } pallet-authorship = { path = "../../../../../substrate/frame/authorship", default-features = false, version = "29.0.0" } -pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.0" } +pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.2" } pallet-message-queue = { path = "../../../../../substrate/frame/message-queue", default-features = false, version = "32.0.0" } pallet-multisig = { path = "../../../../../substrate/frame/multisig", default-features = false, version = "29.0.0" } pallet-nft-fractionalization = { path = "../../../../../substrate/frame/nft-fractionalization", default-features = false, version = "11.0.0" } diff --git a/cumulus/parachains/runtimes/assets/asset-hub-westend/Cargo.toml b/cumulus/parachains/runtimes/assets/asset-hub-westend/Cargo.toml index 321c0a1c9874..0bef724b92b4 100644 --- a/cumulus/parachains/runtimes/assets/asset-hub-westend/Cargo.toml +++ b/cumulus/parachains/runtimes/assets/asset-hub-westend/Cargo.toml @@ -28,7 +28,7 @@ pallet-assets = { path = "../../../../../substrate/frame/assets", default-featur pallet-asset-conversion = { path = "../../../../../substrate/frame/asset-conversion", default-features = false, version = "11.0.0" } pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false, version = "28.0.0" } pallet-authorship = { path = "../../../../../substrate/frame/authorship", default-features = false, version = "29.0.0" } -pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.0" } +pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.2" } pallet-multisig = { path = "../../../../../substrate/frame/multisig", default-features = false, version = "29.0.0" } pallet-nft-fractionalization = { path = "../../../../../substrate/frame/nft-fractionalization", default-features = false, version = "11.0.0" } pallet-nfts = { path = "../../../../../substrate/frame/nfts", default-features = false, version = "23.0.0" } diff --git a/cumulus/parachains/runtimes/assets/test-utils/Cargo.toml b/cumulus/parachains/runtimes/assets/test-utils/Cargo.toml index e07d2792c1dc..3621fbf7bb25 100644 --- a/cumulus/parachains/runtimes/assets/test-utils/Cargo.toml +++ b/cumulus/parachains/runtimes/assets/test-utils/Cargo.toml @@ -16,7 +16,7 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = frame-support = { path = "../../../../../substrate/frame/support", default-features = false, version = "29.0.2" } frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "29.0.0" } pallet-assets = { path = "../../../../../substrate/frame/assets", default-features = false, version = "30.0.0" } -pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.0" } +pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.2" } pallet-session = { path = "../../../../../substrate/frame/session", default-features = false, version = "29.0.0" } sp-io = { path = "../../../../../substrate/primitives/io", default-features = false, version = "31.0.0" } sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false, version = "32.0.0" } 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 ac7e1a306ddf..54670e2254a9 100644 --- a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/Cargo.toml +++ b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/Cargo.toml @@ -33,7 +33,7 @@ frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/r frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true, version = "0.35.0" } pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false, version = "28.0.0" } pallet-authorship = { path = "../../../../../substrate/frame/authorship", default-features = false, version = "29.0.0" } -pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.0" } +pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.2" } pallet-session = { path = "../../../../../substrate/frame/session", default-features = false, version = "29.0.0" } pallet-message-queue = { path = "../../../../../substrate/frame/message-queue", default-features = false, version = "32.0.0" } pallet-multisig = { path = "../../../../../substrate/frame/multisig", default-features = false, version = "29.0.0" } 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 f7c2ad0030f6..86e02bcd4e98 100644 --- a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/Cargo.toml +++ b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/Cargo.toml @@ -29,7 +29,7 @@ frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/r frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true, version = "0.35.0" } pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false, version = "28.0.0" } pallet-authorship = { path = "../../../../../substrate/frame/authorship", default-features = false, version = "29.0.0" } -pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.0" } +pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.2" } pallet-session = { path = "../../../../../substrate/frame/session", default-features = false, version = "29.0.0" } pallet-message-queue = { path = "../../../../../substrate/frame/message-queue", default-features = false, version = "32.0.0" } pallet-multisig = { path = "../../../../../substrate/frame/multisig", default-features = false, version = "29.0.0" } diff --git a/cumulus/parachains/runtimes/bridge-hubs/test-utils/Cargo.toml b/cumulus/parachains/runtimes/bridge-hubs/test-utils/Cargo.toml index 8d4fdf0c3e85..87062c58462b 100644 --- a/cumulus/parachains/runtimes/bridge-hubs/test-utils/Cargo.toml +++ b/cumulus/parachains/runtimes/bridge-hubs/test-utils/Cargo.toml @@ -23,7 +23,7 @@ sp-keyring = { version = "32.0.0", path = "../../../../../substrate/primitives/k sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false, version = "32.0.0" } sp-std = { path = "../../../../../substrate/primitives/std", default-features = false, version = "14.0.0" } sp-tracing = { version = "16.0.0", path = "../../../../../substrate/primitives/tracing" } -pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.0" } +pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.2" } pallet-utility = { path = "../../../../../substrate/frame/utility", default-features = false, version = "29.0.0" } asset-test-utils = { version = "8.0.1", path = "../../assets/test-utils" } cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false, features = ["parameterized-consensus-hook"], version = "0.8.1" } diff --git a/cumulus/parachains/runtimes/collectives/collectives-westend/Cargo.toml b/cumulus/parachains/runtimes/collectives/collectives-westend/Cargo.toml index 21ceea76d807..b28b3f4909b2 100644 --- a/cumulus/parachains/runtimes/collectives/collectives-westend/Cargo.toml +++ b/cumulus/parachains/runtimes/collectives/collectives-westend/Cargo.toml @@ -27,7 +27,7 @@ pallet-asset-rate = { path = "../../../../../substrate/frame/asset-rate", defaul pallet-alliance = { path = "../../../../../substrate/frame/alliance", default-features = false, version = "28.0.0" } pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false, version = "28.0.0" } pallet-authorship = { path = "../../../../../substrate/frame/authorship", default-features = false, version = "29.0.0" } -pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.0" } +pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.2" } pallet-collective = { path = "../../../../../substrate/frame/collective", default-features = false, version = "29.0.0" } pallet-multisig = { path = "../../../../../substrate/frame/multisig", default-features = false, version = "29.0.0" } pallet-preimage = { path = "../../../../../substrate/frame/preimage", default-features = false, version = "29.0.0" } diff --git a/cumulus/parachains/runtimes/contracts/contracts-rococo/Cargo.toml b/cumulus/parachains/runtimes/contracts/contracts-rococo/Cargo.toml index 61b44bd14201..81bef56546db 100644 --- a/cumulus/parachains/runtimes/contracts/contracts-rococo/Cargo.toml +++ b/cumulus/parachains/runtimes/contracts/contracts-rococo/Cargo.toml @@ -45,7 +45,7 @@ frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/r pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false, version = "28.0.0" } pallet-authorship = { path = "../../../../../substrate/frame/authorship", default-features = false, version = "29.0.0" } pallet-insecure-randomness-collective-flip = { path = "../../../../../substrate/frame/insecure-randomness-collective-flip", default-features = false, version = "17.0.0" } -pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.0" } +pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.2" } pallet-multisig = { path = "../../../../../substrate/frame/multisig", default-features = false, version = "29.0.0" } pallet-session = { path = "../../../../../substrate/frame/session", default-features = false, version = "29.0.0" } pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false, version = "28.0.0" } diff --git a/cumulus/parachains/runtimes/coretime/coretime-rococo/Cargo.toml b/cumulus/parachains/runtimes/coretime/coretime-rococo/Cargo.toml index 3f27805dd7e9..930cb515eded 100644 --- a/cumulus/parachains/runtimes/coretime/coretime-rococo/Cargo.toml +++ b/cumulus/parachains/runtimes/coretime/coretime-rococo/Cargo.toml @@ -29,7 +29,7 @@ frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/r frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true, version = "0.35.0" } pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false, version = "28.0.0" } pallet-authorship = { path = "../../../../../substrate/frame/authorship", default-features = false, version = "29.0.0" } -pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.0" } +pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.2" } pallet-message-queue = { path = "../../../../../substrate/frame/message-queue", default-features = false, version = "32.0.0" } pallet-broker = { path = "../../../../../substrate/frame/broker", default-features = false, version = "0.7.1" } pallet-multisig = { path = "../../../../../substrate/frame/multisig", default-features = false, version = "29.0.0" } diff --git a/cumulus/parachains/runtimes/coretime/coretime-westend/Cargo.toml b/cumulus/parachains/runtimes/coretime/coretime-westend/Cargo.toml index 725dd73f3ad7..819c1e520599 100644 --- a/cumulus/parachains/runtimes/coretime/coretime-westend/Cargo.toml +++ b/cumulus/parachains/runtimes/coretime/coretime-westend/Cargo.toml @@ -29,7 +29,7 @@ frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/r frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true, version = "0.35.0" } pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false, version = "28.0.0" } pallet-authorship = { path = "../../../../../substrate/frame/authorship", default-features = false, version = "29.0.0" } -pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.0" } +pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.2" } pallet-message-queue = { path = "../../../../../substrate/frame/message-queue", default-features = false, version = "32.0.0" } pallet-multisig = { path = "../../../../../substrate/frame/multisig", default-features = false, version = "29.0.0" } pallet-session = { path = "../../../../../substrate/frame/session", default-features = false, version = "29.0.0" } diff --git a/cumulus/parachains/runtimes/people/people-rococo/Cargo.toml b/cumulus/parachains/runtimes/people/people-rococo/Cargo.toml index 20886dc8dbc6..b0496646a9ff 100644 --- a/cumulus/parachains/runtimes/people/people-rococo/Cargo.toml +++ b/cumulus/parachains/runtimes/people/people-rococo/Cargo.toml @@ -27,7 +27,7 @@ frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/r frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true, version = "0.35.0" } pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false, version = "28.0.0" } pallet-authorship = { path = "../../../../../substrate/frame/authorship", default-features = false, version = "29.0.0" } -pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.0" } +pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.2" } pallet-identity = { path = "../../../../../substrate/frame/identity", default-features = false, version = "29.0.0" } pallet-message-queue = { path = "../../../../../substrate/frame/message-queue", default-features = false, version = "32.0.0" } pallet-multisig = { path = "../../../../../substrate/frame/multisig", default-features = false, version = "29.0.0" } diff --git a/cumulus/parachains/runtimes/people/people-westend/Cargo.toml b/cumulus/parachains/runtimes/people/people-westend/Cargo.toml index 6b9fc7f1618b..0a4f7a3da79a 100644 --- a/cumulus/parachains/runtimes/people/people-westend/Cargo.toml +++ b/cumulus/parachains/runtimes/people/people-westend/Cargo.toml @@ -27,7 +27,7 @@ frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/r frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true, version = "0.35.0" } pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false, version = "28.0.0" } pallet-authorship = { path = "../../../../../substrate/frame/authorship", default-features = false, version = "29.0.0" } -pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.0" } +pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.2" } pallet-identity = { path = "../../../../../substrate/frame/identity", default-features = false, version = "29.0.0" } pallet-message-queue = { path = "../../../../../substrate/frame/message-queue", default-features = false, version = "32.0.0" } pallet-multisig = { path = "../../../../../substrate/frame/multisig", default-features = false, version = "29.0.0" } diff --git a/cumulus/parachains/runtimes/starters/seedling/Cargo.toml b/cumulus/parachains/runtimes/starters/seedling/Cargo.toml index f95490a7c2f4..4e797da248ac 100644 --- a/cumulus/parachains/runtimes/starters/seedling/Cargo.toml +++ b/cumulus/parachains/runtimes/starters/seedling/Cargo.toml @@ -18,7 +18,7 @@ frame-executive = { path = "../../../../../substrate/frame/executive", default-f frame-support = { path = "../../../../../substrate/frame/support", default-features = false, version = "29.0.2" } frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "29.0.0" } pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false, version = "28.0.0" } -pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.0" } +pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.2" } pallet-sudo = { path = "../../../../../substrate/frame/sudo", default-features = false, version = "29.0.0" } pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false, version = "28.0.0" } sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "27.0.0" } diff --git a/cumulus/parachains/runtimes/test-utils/Cargo.toml b/cumulus/parachains/runtimes/test-utils/Cargo.toml index 2377d8bb5e7d..baaca177215a 100644 --- a/cumulus/parachains/runtimes/test-utils/Cargo.toml +++ b/cumulus/parachains/runtimes/test-utils/Cargo.toml @@ -15,7 +15,7 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = # Substrate frame-support = { path = "../../../../substrate/frame/support", default-features = false, version = "29.0.2" } frame-system = { path = "../../../../substrate/frame/system", default-features = false, version = "29.0.0" } -pallet-balances = { path = "../../../../substrate/frame/balances", default-features = false, version = "29.0.0" } +pallet-balances = { path = "../../../../substrate/frame/balances", default-features = false, version = "29.0.2" } pallet-session = { path = "../../../../substrate/frame/session", default-features = false, version = "29.0.0" } sp-consensus-aura = { path = "../../../../substrate/primitives/consensus/aura", default-features = false, version = "0.33.0" } sp-io = { path = "../../../../substrate/primitives/io", default-features = false, version = "31.0.0" } diff --git a/cumulus/parachains/runtimes/testing/penpal/Cargo.toml b/cumulus/parachains/runtimes/testing/penpal/Cargo.toml index 4718cdbbb2ef..dc7f520a8eb0 100644 --- a/cumulus/parachains/runtimes/testing/penpal/Cargo.toml +++ b/cumulus/parachains/runtimes/testing/penpal/Cargo.toml @@ -34,7 +34,7 @@ frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/r frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true, version = "0.35.0" } pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false, version = "28.0.0" } pallet-authorship = { path = "../../../../../substrate/frame/authorship", default-features = false, version = "29.0.0" } -pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.0" } +pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.2" } pallet-session = { path = "../../../../../substrate/frame/session", default-features = false, version = "29.0.0" } pallet-sudo = { path = "../../../../../substrate/frame/sudo", default-features = false, version = "29.0.0" } pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false, version = "28.0.0" } diff --git a/cumulus/parachains/runtimes/testing/rococo-parachain/Cargo.toml b/cumulus/parachains/runtimes/testing/rococo-parachain/Cargo.toml index ffb0dd486844..0c203fb5f90b 100644 --- a/cumulus/parachains/runtimes/testing/rococo-parachain/Cargo.toml +++ b/cumulus/parachains/runtimes/testing/rococo-parachain/Cargo.toml @@ -21,7 +21,7 @@ frame-system = { path = "../../../../../substrate/frame/system", default-feature frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/rpc/runtime-api", default-features = false, version = "27.0.0" } pallet-assets = { path = "../../../../../substrate/frame/assets", default-features = false, version = "30.0.0" } pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false, version = "28.0.0" } -pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.0" } +pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.2" } pallet-sudo = { path = "../../../../../substrate/frame/sudo", default-features = false, version = "29.0.0" } pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false, version = "28.0.0" } pallet-transaction-payment = { path = "../../../../../substrate/frame/transaction-payment", default-features = false, version = "29.0.0" } diff --git a/cumulus/test/client/Cargo.toml b/cumulus/test/client/Cargo.toml index 6fa10de25c23..e0d5ea262680 100644 --- a/cumulus/test/client/Cargo.toml +++ b/cumulus/test/client/Cargo.toml @@ -27,7 +27,7 @@ sp-io = { version = "31.0.0", path = "../../../substrate/primitives/io" } sp-timestamp = { version = "27.0.0", path = "../../../substrate/primitives/timestamp" } frame-system = { version = "29.0.0", path = "../../../substrate/frame/system" } pallet-transaction-payment = { version = "29.0.0", path = "../../../substrate/frame/transaction-payment" } -pallet-balances = { version = "29.0.0", path = "../../../substrate/frame/balances" } +pallet-balances = { version = "29.0.2", path = "../../../substrate/frame/balances" } polkadot-primitives = { version = "8.0.1", path = "../../../polkadot/primitives" } polkadot-parachain-primitives = { version = "7.0.0", path = "../../../polkadot/parachain" } cumulus-test-runtime = { version = "0.1.0", path = "../runtime" } diff --git a/cumulus/test/runtime/Cargo.toml b/cumulus/test/runtime/Cargo.toml index e0357980d961..2b5e2a7da67f 100644 --- a/cumulus/test/runtime/Cargo.toml +++ b/cumulus/test/runtime/Cargo.toml @@ -18,7 +18,7 @@ frame-executive = { path = "../../../substrate/frame/executive", default-feature frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "29.0.2" } frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "29.0.0" } frame-system-rpc-runtime-api = { path = "../../../substrate/frame/system/rpc/runtime-api", default-features = false, version = "27.0.0" } -pallet-balances = { path = "../../../substrate/frame/balances", default-features = false, version = "29.0.0" } +pallet-balances = { path = "../../../substrate/frame/balances", default-features = false, version = "29.0.2" } pallet-message-queue = { path = "../../../substrate/frame/message-queue", default-features = false, version = "32.0.0" } pallet-sudo = { path = "../../../substrate/frame/sudo", default-features = false, version = "29.0.0" } pallet-timestamp = { path = "../../../substrate/frame/timestamp", default-features = false, version = "28.0.0" } diff --git a/cumulus/xcm/xcm-emulator/Cargo.toml b/cumulus/xcm/xcm-emulator/Cargo.toml index 2e28f4a08f58..d9d1aa350760 100644 --- a/cumulus/xcm/xcm-emulator/Cargo.toml +++ b/cumulus/xcm/xcm-emulator/Cargo.toml @@ -24,7 +24,7 @@ sp-std = { version = "14.0.0", path = "../../../substrate/primitives/std" } sp-runtime = { version = "32.0.0", path = "../../../substrate/primitives/runtime" } sp-arithmetic = { version = "24.0.0", path = "../../../substrate/primitives/arithmetic" } sp-tracing = { version = "16.0.0", path = "../../../substrate/primitives/tracing" } -pallet-balances = { version = "29.0.0", path = "../../../substrate/frame/balances" } +pallet-balances = { version = "29.0.2", path = "../../../substrate/frame/balances" } pallet-message-queue = { version = "32.0.0", path = "../../../substrate/frame/message-queue" } cumulus-primitives-core = { version = "0.8.0", path = "../../primitives/core" } cumulus-pallet-xcmp-queue = { version = "0.8.0", path = "../../pallets/xcmp-queue" } diff --git a/polkadot/node/test/service/Cargo.toml b/polkadot/node/test/service/Cargo.toml index 9ccb455678ce..53a7bc4aa27b 100644 --- a/polkadot/node/test/service/Cargo.toml +++ b/polkadot/node/test/service/Cargo.toml @@ -39,7 +39,7 @@ grandpa = { package = "sc-consensus-grandpa", path = "../../../../substrate/clie grandpa_primitives = { package = "sp-consensus-grandpa", path = "../../../../substrate/primitives/consensus/grandpa", version = "14.0.0" } inherents = { package = "sp-inherents", path = "../../../../substrate/primitives/inherents", version = "27.0.0" } pallet-staking = { version = "29.0.2", path = "../../../../substrate/frame/staking" } -pallet-balances = { version = "29.0.0", path = "../../../../substrate/frame/balances" } +pallet-balances = { version = "29.0.2", path = "../../../../substrate/frame/balances" } pallet-transaction-payment = { version = "29.0.0", path = "../../../../substrate/frame/transaction-payment" } sc-chain-spec = { version = "28.0.0", path = "../../../../substrate/client/chain-spec" } sc-cli = { version = "0.37.0", path = "../../../../substrate/client/cli" } diff --git a/polkadot/runtime/common/Cargo.toml b/polkadot/runtime/common/Cargo.toml index 7c1e908ea07f..b0e21f8826f7 100644 --- a/polkadot/runtime/common/Cargo.toml +++ b/polkadot/runtime/common/Cargo.toml @@ -31,7 +31,7 @@ sp-core = { path = "../../../substrate/primitives/core", default-features = fals sp-npos-elections = { path = "../../../substrate/primitives/npos-elections", default-features = false, features = ["serde"], version = "27.0.0" } pallet-authorship = { path = "../../../substrate/frame/authorship", default-features = false, version = "29.0.0" } -pallet-balances = { path = "../../../substrate/frame/balances", default-features = false, version = "29.0.0" } +pallet-balances = { path = "../../../substrate/frame/balances", default-features = false, version = "29.0.2" } pallet-broker = { path = "../../../substrate/frame/broker", default-features = false, version = "0.7.1" } pallet-fast-unstake = { path = "../../../substrate/frame/fast-unstake", default-features = false, version = "28.0.0" } pallet-identity = { path = "../../../substrate/frame/identity", default-features = false, version = "29.0.0" } diff --git a/polkadot/runtime/parachains/Cargo.toml b/polkadot/runtime/parachains/Cargo.toml index 251315dc4ea2..4f368a63901e 100644 --- a/polkadot/runtime/parachains/Cargo.toml +++ b/polkadot/runtime/parachains/Cargo.toml @@ -35,7 +35,7 @@ sp-arithmetic = { path = "../../../substrate/primitives/arithmetic", default-fea pallet-authority-discovery = { path = "../../../substrate/frame/authority-discovery", default-features = false, version = "29.0.1" } pallet-authorship = { path = "../../../substrate/frame/authorship", default-features = false, version = "29.0.0" } -pallet-balances = { path = "../../../substrate/frame/balances", default-features = false, version = "29.0.0" } +pallet-balances = { path = "../../../substrate/frame/balances", default-features = false, version = "29.0.2" } pallet-babe = { path = "../../../substrate/frame/babe", default-features = false, version = "29.0.0" } pallet-broker = { path = "../../../substrate/frame/broker", default-features = false, version = "0.7.1" } pallet-message-queue = { path = "../../../substrate/frame/message-queue", default-features = false, version = "32.0.0" } diff --git a/polkadot/runtime/rococo/Cargo.toml b/polkadot/runtime/rococo/Cargo.toml index 3472111af053..ba9ff47002df 100644 --- a/polkadot/runtime/rococo/Cargo.toml +++ b/polkadot/runtime/rococo/Cargo.toml @@ -44,7 +44,7 @@ block-builder-api = { package = "sp-block-builder", path = "../../../substrate/p pallet-authority-discovery = { path = "../../../substrate/frame/authority-discovery", default-features = false, version = "29.0.1" } pallet-authorship = { path = "../../../substrate/frame/authorship", default-features = false, version = "29.0.0" } pallet-babe = { path = "../../../substrate/frame/babe", default-features = false, version = "29.0.0" } -pallet-balances = { path = "../../../substrate/frame/balances", default-features = false, version = "29.0.0" } +pallet-balances = { path = "../../../substrate/frame/balances", default-features = false, version = "29.0.2" } pallet-beefy = { path = "../../../substrate/frame/beefy", default-features = false, version = "29.0.0" } pallet-beefy-mmr = { path = "../../../substrate/frame/beefy-mmr", default-features = false, version = "29.0.0" } pallet-bounties = { path = "../../../substrate/frame/bounties", default-features = false, version = "28.0.0" } diff --git a/polkadot/runtime/test-runtime/Cargo.toml b/polkadot/runtime/test-runtime/Cargo.toml index 905cd30b3021..407f3a8b5e60 100644 --- a/polkadot/runtime/test-runtime/Cargo.toml +++ b/polkadot/runtime/test-runtime/Cargo.toml @@ -43,7 +43,7 @@ block-builder-api = { package = "sp-block-builder", path = "../../../substrate/p pallet-authority-discovery = { path = "../../../substrate/frame/authority-discovery", default-features = false, version = "29.0.1" } pallet-authorship = { path = "../../../substrate/frame/authorship", default-features = false, version = "29.0.0" } pallet-babe = { path = "../../../substrate/frame/babe", default-features = false, version = "29.0.0" } -pallet-balances = { path = "../../../substrate/frame/balances", default-features = false, version = "29.0.0" } +pallet-balances = { path = "../../../substrate/frame/balances", default-features = false, version = "29.0.2" } pallet-transaction-payment = { path = "../../../substrate/frame/transaction-payment", default-features = false, version = "29.0.0" } pallet-transaction-payment-rpc-runtime-api = { path = "../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false, version = "29.0.0" } frame-executive = { path = "../../../substrate/frame/executive", default-features = false, version = "29.0.0" } diff --git a/polkadot/runtime/westend/Cargo.toml b/polkadot/runtime/westend/Cargo.toml index 50e0a8d5c114..d400f63a7e41 100644 --- a/polkadot/runtime/westend/Cargo.toml +++ b/polkadot/runtime/westend/Cargo.toml @@ -54,7 +54,7 @@ pallet-authority-discovery = { path = "../../../substrate/frame/authority-discov pallet-authorship = { path = "../../../substrate/frame/authorship", default-features = false, version = "29.0.0" } pallet-babe = { path = "../../../substrate/frame/babe", default-features = false, version = "29.0.0" } pallet-bags-list = { path = "../../../substrate/frame/bags-list", default-features = false, version = "28.0.0" } -pallet-balances = { path = "../../../substrate/frame/balances", default-features = false, version = "29.0.0" } +pallet-balances = { path = "../../../substrate/frame/balances", default-features = false, version = "29.0.2" } pallet-beefy = { path = "../../../substrate/frame/beefy", default-features = false, version = "29.0.0" } pallet-beefy-mmr = { path = "../../../substrate/frame/beefy-mmr", default-features = false, version = "29.0.0" } pallet-collective = { path = "../../../substrate/frame/collective", default-features = false, version = "29.0.0" } diff --git a/polkadot/xcm/pallet-xcm/Cargo.toml b/polkadot/xcm/pallet-xcm/Cargo.toml index b8714765f645..83197282b5f6 100644 --- a/polkadot/xcm/pallet-xcm/Cargo.toml +++ b/polkadot/xcm/pallet-xcm/Cargo.toml @@ -29,7 +29,7 @@ xcm-builder = { package = "staging-xcm-builder", path = "../xcm-builder", defaul # marked optional, used in benchmarking frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "29.0.0" } -pallet-balances = { path = "../../../substrate/frame/balances", default-features = false, optional = true, version = "29.0.0" } +pallet-balances = { path = "../../../substrate/frame/balances", default-features = false, optional = true, version = "29.0.2" } [dev-dependencies] pallet-assets = { path = "../../../substrate/frame/assets" } diff --git a/polkadot/xcm/xcm-simulator/example/Cargo.toml b/polkadot/xcm/xcm-simulator/example/Cargo.toml index a7d102a70faf..51ca2bae0bfc 100644 --- a/polkadot/xcm/xcm-simulator/example/Cargo.toml +++ b/polkadot/xcm/xcm-simulator/example/Cargo.toml @@ -15,7 +15,7 @@ scale-info = { version = "2.10.0", features = ["derive"] } log = { version = "0.4.14", default-features = false } frame-system = { version = "29.0.0", path = "../../../../substrate/frame/system" } frame-support = { version = "29.0.2", path = "../../../../substrate/frame/support" } -pallet-balances = { version = "29.0.0", path = "../../../../substrate/frame/balances" } +pallet-balances = { version = "29.0.2", path = "../../../../substrate/frame/balances" } pallet-message-queue = { version = "32.0.0", path = "../../../../substrate/frame/message-queue" } pallet-uniques = { version = "29.0.0", path = "../../../../substrate/frame/uniques" } sp-std = { version = "14.0.0", path = "../../../../substrate/primitives/std" } diff --git a/polkadot/xcm/xcm-simulator/fuzzer/Cargo.toml b/polkadot/xcm/xcm-simulator/fuzzer/Cargo.toml index 3f9d0be07918..bc8acd02c1c4 100644 --- a/polkadot/xcm/xcm-simulator/fuzzer/Cargo.toml +++ b/polkadot/xcm/xcm-simulator/fuzzer/Cargo.toml @@ -17,7 +17,7 @@ arbitrary = "1.3.2" scale-info = { version = "2.10.0", features = ["derive"] } frame-system = { version = "29.0.0", path = "../../../../substrate/frame/system" } frame-support = { version = "29.0.2", path = "../../../../substrate/frame/support" } -pallet-balances = { version = "29.0.0", path = "../../../../substrate/frame/balances" } +pallet-balances = { version = "29.0.2", path = "../../../../substrate/frame/balances" } pallet-message-queue = { version = "32.0.0", path = "../../../../substrate/frame/message-queue" } sp-std = { version = "14.0.0", path = "../../../../substrate/primitives/std" } sp-core = { version = "29.0.0", path = "../../../../substrate/primitives/core" } diff --git a/substrate/bin/minimal/runtime/Cargo.toml b/substrate/bin/minimal/runtime/Cargo.toml index 54110b676870..a3f1b487635d 100644 --- a/substrate/bin/minimal/runtime/Cargo.toml +++ b/substrate/bin/minimal/runtime/Cargo.toml @@ -20,7 +20,7 @@ frame = { path = "../../../frame", default-features = false, features = ["experi frame-support = { path = "../../../frame/support", default-features = false, version = "29.0.2" } # pallets that we want to use -pallet-balances = { path = "../../../frame/balances", default-features = false, version = "29.0.0" } +pallet-balances = { path = "../../../frame/balances", default-features = false, version = "29.0.2" } pallet-sudo = { path = "../../../frame/sudo", default-features = false, version = "29.0.0" } pallet-timestamp = { path = "../../../frame/timestamp", default-features = false, version = "28.0.0" } pallet-transaction-payment = { path = "../../../frame/transaction-payment", default-features = false, version = "29.0.0" } diff --git a/substrate/bin/node-template/runtime/Cargo.toml b/substrate/bin/node-template/runtime/Cargo.toml index a7010f80d103..3c1edb8cc3df 100644 --- a/substrate/bin/node-template/runtime/Cargo.toml +++ b/substrate/bin/node-template/runtime/Cargo.toml @@ -20,7 +20,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = scale-info = { version = "2.10.0", default-features = false, features = ["derive", "serde"] } pallet-aura = { path = "../../../frame/aura", default-features = false, version = "28.0.0" } -pallet-balances = { path = "../../../frame/balances", default-features = false, version = "29.0.0" } +pallet-balances = { path = "../../../frame/balances", default-features = false, version = "29.0.2" } frame-support = { path = "../../../frame/support", default-features = false, version = "29.0.2" } pallet-grandpa = { path = "../../../frame/grandpa", default-features = false, version = "29.0.0" } pallet-sudo = { path = "../../../frame/sudo", default-features = false, version = "29.0.0" } diff --git a/substrate/bin/node/cli/Cargo.toml b/substrate/bin/node/cli/Cargo.toml index 5a5c67a14863..6c2bc960b830 100644 --- a/substrate/bin/node/cli/Cargo.toml +++ b/substrate/bin/node/cli/Cargo.toml @@ -165,7 +165,7 @@ substrate-build-script-utils = { path = "../../../utils/build-script-utils", opt substrate-frame-cli = { path = "../../../utils/frame/frame-utilities-cli", optional = true, version = "33.0.0" } try-runtime-cli = { path = "../../../utils/frame/try-runtime/cli", optional = true, version = "0.39.0" } sc-cli = { path = "../../../client/cli", optional = true, version = "0.37.0" } -pallet-balances = { version = "29.0.0", path = "../../../frame/balances" } +pallet-balances = { version = "29.0.2", path = "../../../frame/balances" } sc-storage-monitor = { version = "0.17.0", path = "../../../client/storage-monitor" } [features] diff --git a/substrate/bin/node/runtime/Cargo.toml b/substrate/bin/node/runtime/Cargo.toml index 6e944103c4cc..05f7deee40c6 100644 --- a/substrate/bin/node/runtime/Cargo.toml +++ b/substrate/bin/node/runtime/Cargo.toml @@ -72,7 +72,7 @@ pallet-authority-discovery = { path = "../../../frame/authority-discovery", defa pallet-authorship = { path = "../../../frame/authorship", default-features = false, version = "29.0.0" } pallet-babe = { path = "../../../frame/babe", default-features = false, version = "29.0.0" } pallet-bags-list = { path = "../../../frame/bags-list", default-features = false, version = "28.0.0" } -pallet-balances = { path = "../../../frame/balances", default-features = false, version = "29.0.0" } +pallet-balances = { path = "../../../frame/balances", default-features = false, version = "29.0.2" } pallet-beefy = { path = "../../../frame/beefy", default-features = false, version = "29.0.0" } pallet-beefy-mmr = { path = "../../../frame/beefy-mmr", default-features = false, version = "29.0.0" } pallet-bounties = { path = "../../../frame/bounties", default-features = false, version = "28.0.0" } diff --git a/substrate/frame/bags-list/Cargo.toml b/substrate/frame/bags-list/Cargo.toml index 164a7c53e105..72213d3bd527 100644 --- a/substrate/frame/bags-list/Cargo.toml +++ b/substrate/frame/bags-list/Cargo.toml @@ -39,7 +39,7 @@ aquamarine = { version = "0.5.0" } # Optional imports for benchmarking frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "29.0.0" } -pallet-balances = { path = "../balances", default-features = false, optional = true, version = "29.0.0" } +pallet-balances = { path = "../balances", default-features = false, optional = true, version = "29.0.2" } sp-core = { path = "../../primitives/core", default-features = false, optional = true, version = "29.0.0" } sp-io = { path = "../../primitives/io", default-features = false, optional = true, version = "31.0.0" } sp-tracing = { path = "../../primitives/tracing", default-features = false, optional = true, version = "16.0.0" } diff --git a/substrate/frame/balances/Cargo.toml b/substrate/frame/balances/Cargo.toml index dc8ff08e035d..bb4b29b7ede5 100644 --- a/substrate/frame/balances/Cargo.toml +++ b/substrate/frame/balances/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-balances" -version = "29.0.1" +version = "29.0.2" authors.workspace = true edition.workspace = true license = "Apache-2.0" diff --git a/substrate/frame/contracts/Cargo.toml b/substrate/frame/contracts/Cargo.toml index 4f6de35f0b13..4f9a4374998f 100644 --- a/substrate/frame/contracts/Cargo.toml +++ b/substrate/frame/contracts/Cargo.toml @@ -42,7 +42,7 @@ environmental = { version = "1.1.4", default-features = false } frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "29.0.0" } frame-support = { path = "../support", default-features = false, version = "29.0.2" } frame-system = { path = "../system", default-features = false, version = "29.0.0" } -pallet-balances = { path = "../balances", default-features = false, optional = true, version = "29.0.0" } +pallet-balances = { path = "../balances", default-features = false, optional = true, version = "29.0.2" } pallet-contracts-uapi = { version = "6.0.0", path = "uapi" } pallet-contracts-proc-macro = { version = "19.0.0", path = "proc-macro" } sp-api = { path = "../../primitives/api", default-features = false, version = "27.0.0" } diff --git a/substrate/frame/contracts/mock-network/Cargo.toml b/substrate/frame/contracts/mock-network/Cargo.toml index 14eba9688d7b..a4784358a043 100644 --- a/substrate/frame/contracts/mock-network/Cargo.toml +++ b/substrate/frame/contracts/mock-network/Cargo.toml @@ -17,7 +17,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = frame-support = { path = "../../support", default-features = false, version = "29.0.2" } frame-system = { path = "../../system", default-features = false, version = "29.0.0" } pallet-assets = { version = "30.0.0", path = "../../assets" } -pallet-balances = { version = "29.0.0", path = "../../balances" } +pallet-balances = { version = "29.0.2", path = "../../balances" } pallet-contracts = { version = "28.0.0", path = ".." } pallet-contracts-uapi = { path = "../uapi", default-features = false, version = "6.0.0" } pallet-contracts-proc-macro = { version = "19.0.0", path = "../proc-macro" } diff --git a/substrate/frame/examples/basic/Cargo.toml b/substrate/frame/examples/basic/Cargo.toml index d1d4a85bdd65..fa36d22397dd 100644 --- a/substrate/frame/examples/basic/Cargo.toml +++ b/substrate/frame/examples/basic/Cargo.toml @@ -22,7 +22,7 @@ scale-info = { version = "2.10.0", default-features = false, features = ["derive frame-benchmarking = { path = "../../benchmarking", default-features = false, optional = true, version = "29.0.0" } frame-support = { path = "../../support", default-features = false, version = "29.0.2" } frame-system = { path = "../../system", default-features = false, version = "29.0.0" } -pallet-balances = { path = "../../balances", default-features = false, version = "29.0.0" } +pallet-balances = { path = "../../balances", default-features = false, version = "29.0.2" } sp-io = { path = "../../../primitives/io", default-features = false, version = "31.0.0" } sp-runtime = { path = "../../../primitives/runtime", default-features = false, version = "32.0.0" } sp-std = { path = "../../../primitives/std", default-features = false, version = "14.0.0" } diff --git a/substrate/frame/examples/dev-mode/Cargo.toml b/substrate/frame/examples/dev-mode/Cargo.toml index 21923d6c2a44..218f83c460df 100644 --- a/substrate/frame/examples/dev-mode/Cargo.toml +++ b/substrate/frame/examples/dev-mode/Cargo.toml @@ -21,7 +21,7 @@ log = { version = "0.4.17", default-features = false } scale-info = { version = "2.10.0", default-features = false, features = ["derive"] } frame-support = { path = "../../support", default-features = false, version = "29.0.2" } frame-system = { path = "../../system", default-features = false, version = "29.0.0" } -pallet-balances = { path = "../../balances", default-features = false, version = "29.0.0" } +pallet-balances = { path = "../../balances", default-features = false, version = "29.0.2" } sp-io = { path = "../../../primitives/io", default-features = false, version = "31.0.0" } sp-runtime = { path = "../../../primitives/runtime", default-features = false, version = "32.0.0" } sp-std = { path = "../../../primitives/std", default-features = false, version = "14.0.0" } diff --git a/substrate/frame/examples/kitchensink/Cargo.toml b/substrate/frame/examples/kitchensink/Cargo.toml index 61def87d5821..bfe7d0f7b42f 100644 --- a/substrate/frame/examples/kitchensink/Cargo.toml +++ b/substrate/frame/examples/kitchensink/Cargo.toml @@ -29,7 +29,7 @@ sp-std = { path = "../../../primitives/std", default-features = false, version = frame-benchmarking = { path = "../../benchmarking", default-features = false, optional = true, version = "29.0.0" } -pallet-balances = { path = "../../balances", default-features = false, version = "29.0.0" } +pallet-balances = { path = "../../balances", default-features = false, version = "29.0.2" } [dev-dependencies] sp-core = { path = "../../../primitives/core", default-features = false } diff --git a/substrate/frame/nomination-pools/Cargo.toml b/substrate/frame/nomination-pools/Cargo.toml index 99b472c6fa17..1e8c244c848a 100644 --- a/substrate/frame/nomination-pools/Cargo.toml +++ b/substrate/frame/nomination-pools/Cargo.toml @@ -34,7 +34,7 @@ sp-io = { path = "../../primitives/io", default-features = false, version = "31. log = { version = "0.4.0", default-features = false } # Optional: use for testing and/or fuzzing -pallet-balances = { path = "../balances", optional = true, version = "29.0.0" } +pallet-balances = { path = "../balances", optional = true, version = "29.0.2" } sp-tracing = { path = "../../primitives/tracing", optional = true, version = "16.0.0" } [dev-dependencies] diff --git a/substrate/frame/offences/Cargo.toml b/substrate/frame/offences/Cargo.toml index 08deb4d468de..7cd43788ecac 100644 --- a/substrate/frame/offences/Cargo.toml +++ b/substrate/frame/offences/Cargo.toml @@ -22,7 +22,7 @@ scale-info = { version = "2.10.0", default-features = false, features = ["derive serde = { version = "1.0.195", optional = true } frame-support = { path = "../support", default-features = false, version = "29.0.2" } frame-system = { path = "../system", default-features = false, version = "29.0.0" } -pallet-balances = { path = "../balances", default-features = false, version = "29.0.0" } +pallet-balances = { path = "../balances", default-features = false, version = "29.0.2" } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "32.0.0" } sp-staking = { path = "../../primitives/staking", default-features = false, version = "27.0.0" } sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } diff --git a/substrate/frame/offences/benchmarking/Cargo.toml b/substrate/frame/offences/benchmarking/Cargo.toml index 8c74305f380d..eb5c59c78aef 100644 --- a/substrate/frame/offences/benchmarking/Cargo.toml +++ b/substrate/frame/offences/benchmarking/Cargo.toml @@ -23,7 +23,7 @@ frame-election-provider-support = { path = "../../election-provider-support", de frame-support = { path = "../../support", default-features = false, version = "29.0.2" } frame-system = { path = "../../system", default-features = false, version = "29.0.0" } pallet-babe = { path = "../../babe", default-features = false, version = "29.0.0" } -pallet-balances = { path = "../../balances", default-features = false, version = "29.0.0" } +pallet-balances = { path = "../../balances", default-features = false, version = "29.0.2" } pallet-grandpa = { path = "../../grandpa", default-features = false, version = "29.0.0" } pallet-im-online = { path = "../../im-online", default-features = false, version = "28.0.0" } pallet-offences = { path = "..", default-features = false, version = "28.0.0" } diff --git a/substrate/frame/safe-mode/Cargo.toml b/substrate/frame/safe-mode/Cargo.toml index 059abcd7ccbb..ba3049e97864 100644 --- a/substrate/frame/safe-mode/Cargo.toml +++ b/substrate/frame/safe-mode/Cargo.toml @@ -24,7 +24,7 @@ scale-info = { version = "2.10.0", default-features = false, features = ["derive sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false, version = "24.0.0" } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "32.0.0" } sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } -pallet-balances = { path = "../balances", default-features = false, optional = true, version = "29.0.0" } +pallet-balances = { path = "../balances", default-features = false, optional = true, version = "29.0.2" } pallet-utility = { path = "../utility", default-features = false, optional = true, version = "29.0.0" } pallet-proxy = { path = "../proxy", default-features = false, optional = true, version = "29.0.0" } diff --git a/substrate/frame/transaction-storage/Cargo.toml b/substrate/frame/transaction-storage/Cargo.toml index a74a517fabdf..269226291c72 100644 --- a/substrate/frame/transaction-storage/Cargo.toml +++ b/substrate/frame/transaction-storage/Cargo.toml @@ -23,7 +23,7 @@ serde = { version = "1.0.195", optional = true } frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "29.0.0" } frame-support = { path = "../support", default-features = false, version = "29.0.2" } frame-system = { path = "../system", default-features = false, version = "29.0.0" } -pallet-balances = { path = "../balances", default-features = false, version = "29.0.0" } +pallet-balances = { path = "../balances", default-features = false, version = "29.0.2" } sp-inherents = { path = "../../primitives/inherents", default-features = false, version = "27.0.0" } sp-io = { path = "../../primitives/io", default-features = false, version = "31.0.0" } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "32.0.0" } diff --git a/substrate/frame/treasury/Cargo.toml b/substrate/frame/treasury/Cargo.toml index 6f9c68ff4d60..15497b5a67c3 100644 --- a/substrate/frame/treasury/Cargo.toml +++ b/substrate/frame/treasury/Cargo.toml @@ -27,7 +27,7 @@ serde = { version = "1.0.195", features = ["derive"], optional = true } frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "29.0.0" } frame-support = { path = "../support", default-features = false, version = "29.0.2" } frame-system = { path = "../system", default-features = false, version = "29.0.0" } -pallet-balances = { path = "../balances", default-features = false, version = "29.0.0" } +pallet-balances = { path = "../balances", default-features = false, version = "29.0.2" } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "32.0.0" } sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } sp-core = { path = "../../primitives/core", default-features = false, optional = true, version = "29.0.0" } diff --git a/substrate/frame/tx-pause/Cargo.toml b/substrate/frame/tx-pause/Cargo.toml index e562e268e72b..a5e7cf2cc836 100644 --- a/substrate/frame/tx-pause/Cargo.toml +++ b/substrate/frame/tx-pause/Cargo.toml @@ -23,7 +23,7 @@ frame-system = { path = "../system", default-features = false, version = "29.0.0 scale-info = { version = "2.10.0", default-features = false, features = ["derive"] } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "32.0.0" } sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } -pallet-balances = { path = "../balances", default-features = false, optional = true, version = "29.0.0" } +pallet-balances = { path = "../balances", default-features = false, optional = true, version = "29.0.2" } pallet-utility = { path = "../utility", default-features = false, optional = true, version = "29.0.0" } pallet-proxy = { path = "../proxy", default-features = false, optional = true, version = "29.0.0" } diff --git a/substrate/test-utils/runtime/Cargo.toml b/substrate/test-utils/runtime/Cargo.toml index aea2bc2bfd25..6ab6bf043421 100644 --- a/substrate/test-utils/runtime/Cargo.toml +++ b/substrate/test-utils/runtime/Cargo.toml @@ -37,7 +37,7 @@ sp-session = { path = "../../primitives/session", default-features = false, vers sp-api = { path = "../../primitives/api", default-features = false, version = "27.0.0" } sp-runtime = { path = "../../primitives/runtime", default-features = false, features = ["serde"], version = "32.0.0" } pallet-babe = { path = "../../frame/babe", default-features = false, version = "29.0.0" } -pallet-balances = { path = "../../frame/balances", default-features = false, version = "29.0.0" } +pallet-balances = { path = "../../frame/balances", default-features = false, version = "29.0.2" } frame-executive = { path = "../../frame/executive", default-features = false, version = "29.0.0" } frame-system = { path = "../../frame/system", default-features = false, version = "29.0.0" } frame-system-rpc-runtime-api = { path = "../../frame/system/rpc/runtime-api", default-features = false, version = "27.0.0" }