Skip to content

Commit

Permalink
Bump pallet-collator-selection
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorPopelyaev committed Apr 26, 2024
1 parent 6927097 commit 5bcfe64
Show file tree
Hide file tree
Showing 19 changed files with 31 additions and 30 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Plan.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# generated by parity-publish v0.3.0
# command: parity-publish plan ../polkadot-sdk --patch frame-support-procedural sp-api-proc-macro sc-chain-spec frame-benchmarking-cli polkadot-sdk-frame substrate-frame-rpc-support
# generated by parity-publish v0.5.1
# command: parity-publish plan . --patch pallet-collator-selection

[options]
description = "polkadot v1.9.0"
Expand Down Expand Up @@ -1885,10 +1885,10 @@ reason = "changed"

[[crate]]
name = "pallet-collator-selection"
from = "11.0.0"
to = "12.0.0"
bump = "major"
reason = "changed"
from = "12.0.0"
to = "12.0.1"
bump = "minor"
reason = "bumped by --patch"

[[crate]]
name = "pallet-contracts"
Expand Down
2 changes: 1 addition & 1 deletion bridges/snowbridge/runtime/test-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ cumulus-pallet-xcm = { path = "../../../../cumulus/pallets/xcm", default-feature
cumulus-pallet-xcmp-queue = { path = "../../../../cumulus/pallets/xcmp-queue", default-features = false, features = ["bridging"], version = "0.10.0" }
cumulus-primitives-core = { path = "../../../../cumulus/primitives/core", default-features = false, version = "0.10.0" }
cumulus-primitives-utility = { path = "../../../../cumulus/primitives/utility", default-features = false, version = "0.10.0" }
pallet-collator-selection = { path = "../../../../cumulus/pallets/collator-selection", default-features = false, version = "12.0.0" }
pallet-collator-selection = { path = "../../../../cumulus/pallets/collator-selection", default-features = false, version = "12.0.1" }
parachain-info = { package = "staging-parachain-info", path = "../../../../cumulus/parachains/pallets/parachain-info", default-features = false, version = "0.10.0" }
parachains-common = { path = "../../../../cumulus/parachains/common", default-features = false, version = "10.0.0" }
parachains-runtimes-test-utils = { path = "../../../../cumulus/parachains/runtimes/test-utils", default-features = false, version = "10.0.0" }
Expand Down
3 changes: 2 additions & 1 deletion cumulus/pallets/collator-selection/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2.0"
name = "pallet-collator-selection"
readme = "README.md"
repository.workspace = true
version = "12.0.0"
version = "12.0.1"

[lints]
workspace = true
Expand All @@ -27,6 +27,7 @@ sp-staking = { path = "../../../substrate/primitives/staking", default-features
frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "31.0.0" }
frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "31.0.0" }
pallet-authorship = { path = "../../../substrate/frame/authorship", default-features = false, version = "31.0.0" }
pallet-balances = { path = "../../../substrate/frame/balances", default-features = false, version = "31.0.0" }
pallet-session = { path = "../../../substrate/frame/session", default-features = false, version = "31.0.0" }

frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "31.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion cumulus/parachains/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ xcm = { package = "staging-xcm", path = "../../../polkadot/xcm", default-feature
xcm-executor = { package = "staging-xcm-executor", path = "../../../polkadot/xcm/xcm-executor", default-features = false, version = "10.0.0" }

# Cumulus
pallet-collator-selection = { path = "../../pallets/collator-selection", default-features = false, version = "12.0.0" }
pallet-collator-selection = { path = "../../pallets/collator-selection", default-features = false, version = "12.0.1" }
cumulus-primitives-core = { path = "../../primitives/core", default-features = false, version = "0.10.0" }
cumulus-primitives-utility = { path = "../../primitives/utility", default-features = false, version = "0.10.0" }
parachain-info = { package = "staging-parachain-info", path = "../pallets/parachain-info", default-features = false, version = "0.10.0" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-f
cumulus-primitives-aura = { path = "../../../../primitives/aura", default-features = false, version = "0.10.0" }
cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.10.0" }
cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.10.0" }
pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "12.0.0" }
pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "12.0.1" }
parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.10.0" }
parachains-common = { path = "../../../common", default-features = false, version = "10.0.0" }
testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["rococo"], version = "3.0.0" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-f
cumulus-primitives-aura = { path = "../../../../primitives/aura", default-features = false, version = "0.10.0" }
cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.10.0" }
cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.10.0" }
pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "12.0.0" }
pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "12.0.1" }
parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.10.0" }
parachains-common = { path = "../../../common", default-features = false, version = "10.0.0" }
testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["westend"], version = "3.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion cumulus/parachains/runtimes/assets/test-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ sp-std = { path = "../../../../../substrate/primitives/std", default-features =
# Cumulus
cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false, features = ["parameterized-consensus-hook"], version = "0.10.0" }
cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false, version = "0.10.0" }
pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "12.0.0" }
pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "12.0.1" }
parachains-common = { path = "../../../common", default-features = false, version = "10.0.0" }
cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.10.0" }
parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.10.0" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-f
cumulus-primitives-aura = { path = "../../../../primitives/aura", default-features = false, version = "0.10.0" }
cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.10.0" }
cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.10.0" }
pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "12.0.0" }
pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "12.0.1" }
parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.10.0" }
parachains-common = { path = "../../../common", default-features = false, version = "10.0.0" }
testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["rococo"], version = "3.0.0" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-f
cumulus-primitives-aura = { path = "../../../../primitives/aura", default-features = false, version = "0.10.0" }
cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.10.0" }
cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.10.0" }
pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "12.0.0" }
pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "12.0.1" }
parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.10.0" }
parachains-common = { path = "../../../common", default-features = false, version = "10.0.0" }
testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["westend"], version = "3.0.0" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-f
cumulus-primitives-aura = { path = "../../../../primitives/aura", default-features = false, version = "0.10.0" }
cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.10.0" }
cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.10.0" }
pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "12.0.0" }
pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "12.0.1" }
pallet-collective-content = { path = "../../../pallets/collective-content", default-features = false, version = "0.9.0" }
parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.10.0" }
parachains-common = { path = "../../../common", default-features = false, version = "10.0.0" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-f
cumulus-primitives-aura = { path = "../../../../primitives/aura", default-features = false, version = "0.10.0" }
cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.10.0" }
cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.10.0" }
pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "12.0.0" }
pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "12.0.1" }
parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.10.0" }
parachains-common = { path = "../../../common", default-features = false, version = "10.0.0" }
testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["rococo"], version = "3.0.0" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-f
cumulus-primitives-aura = { path = "../../../../primitives/aura", default-features = false, version = "0.10.0" }
cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.10.0" }
cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.10.0" }
pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "12.0.0" }
pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "12.0.1" }
parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.10.0" }
parachains-common = { path = "../../../common", default-features = false, version = "10.0.0" }
testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["rococo"], version = "3.0.0" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-f
cumulus-primitives-aura = { path = "../../../../primitives/aura", default-features = false, version = "0.10.0" }
cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.10.0" }
cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.10.0" }
pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "12.0.0" }
pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "12.0.1" }
parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.10.0" }
parachains-common = { path = "../../../common", default-features = false, version = "10.0.0" }
testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["westend"], version = "3.0.0" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-f
cumulus-primitives-aura = { path = "../../../../primitives/aura", default-features = false, version = "0.10.0" }
cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.10.0" }
cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.10.0" }
pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "12.0.0" }
pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "12.0.1" }
parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.10.0" }
parachains-common = { path = "../../../common", default-features = false, version = "10.0.0" }
testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["rococo"], version = "3.0.0" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-f
cumulus-primitives-aura = { path = "../../../../primitives/aura", default-features = false, version = "0.10.0" }
cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.10.0" }
cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.10.0" }
pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "12.0.0" }
pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "12.0.1" }
parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.10.0" }
parachains-common = { path = "../../../common", default-features = false, version = "10.0.0" }
testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["westend"], version = "3.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion cumulus/parachains/runtimes/test-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sp-core = { path = "../../../../substrate/primitives/core", default-features = f
# Cumulus
cumulus-pallet-parachain-system = { path = "../../../pallets/parachain-system", default-features = false, features = ["parameterized-consensus-hook"], version = "0.10.0" }
cumulus-pallet-xcmp-queue = { path = "../../../pallets/xcmp-queue", default-features = false, version = "0.10.0" }
pallet-collator-selection = { path = "../../../pallets/collator-selection", default-features = false, version = "12.0.0" }
pallet-collator-selection = { path = "../../../pallets/collator-selection", default-features = false, version = "12.0.1" }
parachain-info = { package = "staging-parachain-info", path = "../../pallets/parachain-info", default-features = false, version = "0.10.0" }
cumulus-primitives-core = { path = "../../../primitives/core", default-features = false, version = "0.10.0" }
cumulus-primitives-parachain-inherent = { path = "../../../primitives/parachain-inherent", default-features = false, version = "0.10.0" }
Expand Down
2 changes: 1 addition & 1 deletion cumulus/parachains/runtimes/testing/penpal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ cumulus-pallet-xcm = { path = "../../../../pallets/xcm", default-features = fals
cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false, version = "0.10.0" }
cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.10.0" }
cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.10.0" }
pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "12.0.0" }
pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "12.0.1" }
parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.10.0" }
parachains-common = { path = "../../../common", default-features = false, version = "10.0.0" }
assets-common = { path = "../../assets/common", default-features = false, version = "0.10.0" }
Expand Down
2 changes: 1 addition & 1 deletion templates/parachain/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ cumulus-pallet-xcmp-queue = { path = "../../../cumulus/pallets/xcmp-queue", defa
cumulus-primitives-core = { path = "../../../cumulus/primitives/core", default-features = false, version = "0.10.0" }
cumulus-primitives-utility = { path = "../../../cumulus/primitives/utility", default-features = false, version = "0.10.0" }
cumulus-primitives-storage-weight-reclaim = { path = "../../../cumulus/primitives/storage-weight-reclaim", default-features = false, version = "1.0.0" }
pallet-collator-selection = { path = "../../../cumulus/pallets/collator-selection", default-features = false, version = "12.0.0" }
pallet-collator-selection = { path = "../../../cumulus/pallets/collator-selection", default-features = false, version = "12.0.1" }
parachains-common = { path = "../../../cumulus/parachains/common", default-features = false, version = "10.0.0" }
parachain-info = { package = "staging-parachain-info", path = "../../../cumulus/parachains/pallets/parachain-info", default-features = false, version = "0.10.0" }

Expand Down

0 comments on commit 5bcfe64

Please sign in to comment.