Skip to content

Commit

Permalink
Update pallet-collator-selection
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorPopelyaev committed Apr 26, 2024
1 parent 962d193 commit fb2c9ca
Show file tree
Hide file tree
Showing 19 changed files with 26 additions and 25 deletions.
4 changes: 2 additions & 2 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 --patch pallet-staking
# generated by parity-publish v0.5.1
# command: parity-publish plan . --patch pallet-collator-selection

[options]

Expand Down Expand Up @@ -1870,10 +1870,10 @@ reason = "changed"

[[crate]]
name = "pallet-collator-selection"
from = "10.0.0"
to = "11.0.0"
bump = "major"
reason = "changed"
from = "11.0.0"
to = "11.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.9.0" }
cumulus-primitives-core = { path = "../../../../cumulus/primitives/core", default-features = false, version = "0.9.0" }
cumulus-primitives-utility = { path = "../../../../cumulus/primitives/utility", default-features = false, version = "0.9.0" }
pallet-collator-selection = { path = "../../../../cumulus/pallets/collator-selection", default-features = false, version = "11.0.0" }
pallet-collator-selection = { path = "../../../../cumulus/pallets/collator-selection", default-features = false, version = "11.0.1" }
parachain-info = { package = "staging-parachain-info", path = "../../../../cumulus/parachains/pallets/parachain-info", default-features = false, version = "0.9.0" }
parachains-common = { path = "../../../../cumulus/parachains/common", default-features = false, version = "9.0.0" }
parachains-runtimes-test-utils = { path = "../../../../cumulus/parachains/runtimes/test-utils", default-features = false, version = "9.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 = "11.0.0"
version = "11.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 = "30.0.0" }
frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "30.0.0" }
pallet-authorship = { path = "../../../substrate/frame/authorship", default-features = false, version = "30.0.0" }
pallet-balances = { path = "../../../substrate/frame/balances", default-features = false, version = "30.0.0" }
pallet-session = { path = "../../../substrate/frame/session", default-features = false, version = "30.0.0" }

frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "30.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion cumulus/parachain-template/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ cumulus-pallet-xcm = { path = "../../pallets/xcm", default-features = false, ver
cumulus-pallet-xcmp-queue = { path = "../../pallets/xcmp-queue", default-features = false, version = "0.9.0" }
cumulus-primitives-core = { path = "../../primitives/core", default-features = false, version = "0.9.0" }
cumulus-primitives-utility = { path = "../../primitives/utility", default-features = false, version = "0.9.0" }
pallet-collator-selection = { path = "../../pallets/collator-selection", default-features = false, version = "11.0.0" }
pallet-collator-selection = { path = "../../pallets/collator-selection", default-features = false, version = "11.0.1" }
parachains-common = { path = "../../parachains/common", default-features = false, version = "9.0.0" }
parachain-info = { package = "staging-parachain-info", path = "../../parachains/pallets/parachain-info", default-features = false, version = "0.9.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 = "9.0.1" }

# Cumulus
pallet-collator-selection = { path = "../../pallets/collator-selection", default-features = false, version = "11.0.0" }
pallet-collator-selection = { path = "../../pallets/collator-selection", default-features = false, version = "11.0.1" }
cumulus-primitives-core = { path = "../../primitives/core", default-features = false, version = "0.9.0" }
cumulus-primitives-utility = { path = "../../primitives/utility", default-features = false, version = "0.9.0" }
parachain-info = { package = "staging-parachain-info", path = "../pallets/parachain-info", default-features = false, version = "0.9.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.9.0" }
cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.9.0" }
cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.9.0" }
pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "11.0.0" }
pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "11.0.1" }
parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.9.0" }
parachains-common = { path = "../../../common", default-features = false, version = "9.0.0" }
testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["rococo"], version = "2.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.9.0" }
cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.9.0" }
cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.9.0" }
pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "11.0.0" }
pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "11.0.1" }
parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.9.0" }
parachains-common = { path = "../../../common", default-features = false, version = "9.0.0" }
testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["westend"], version = "2.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.9.0" }
cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false, version = "0.9.0" }
pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "11.0.0" }
pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "11.0.1" }
parachains-common = { path = "../../../common", default-features = false, version = "9.0.0" }
cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.9.0" }
parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.9.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.9.0" }
cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.9.0" }
cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.9.0" }
pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "11.0.0" }
pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "11.0.1" }
parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.9.0" }
parachains-common = { path = "../../../common", default-features = false, version = "9.0.0" }
testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["rococo"], version = "2.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.9.0" }
cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.9.0" }
cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.9.0" }
pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "11.0.0" }
pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "11.0.1" }
parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.9.0" }
parachains-common = { path = "../../../common", default-features = false, version = "9.0.0" }
testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["westend"], version = "2.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.9.0" }
cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.9.0" }
cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.9.0" }
pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "11.0.0" }
pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "11.0.1" }
pallet-collective-content = { path = "../../../pallets/collective-content", default-features = false, version = "0.8.0" }
parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.9.0" }
parachains-common = { path = "../../../common", default-features = false, version = "9.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.9.0" }
cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.9.0" }
cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.9.0" }
pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "11.0.0" }
pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "11.0.1" }
parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.9.0" }
parachains-common = { path = "../../../common", default-features = false, version = "9.0.0" }
testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["rococo"], version = "2.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.9.0" }
cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.9.0" }
cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.9.0" }
pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "11.0.0" }
pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "11.0.1" }
parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.9.0" }
parachains-common = { path = "../../../common", default-features = false, version = "9.0.0" }
testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["rococo"], version = "2.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.9.0" }
cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.9.0" }
cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.9.0" }
pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "11.0.0" }
pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "11.0.1" }
parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.9.0" }
parachains-common = { path = "../../../common", default-features = false, version = "9.0.0" }
testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["westend"], version = "2.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.9.0" }
cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.9.0" }
cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.9.0" }
pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "11.0.0" }
pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "11.0.1" }
parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.9.0" }
parachains-common = { path = "../../../common", default-features = false, version = "9.0.0" }
testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["rococo"], version = "2.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.9.0" }
cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.9.0" }
cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.9.0" }
pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "11.0.0" }
pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "11.0.1" }
parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.9.0" }
parachains-common = { path = "../../../common", default-features = false, version = "9.0.0" }
testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["westend"], version = "2.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.9.0" }
cumulus-pallet-xcmp-queue = { path = "../../../pallets/xcmp-queue", default-features = false, version = "0.9.0" }
pallet-collator-selection = { path = "../../../pallets/collator-selection", default-features = false, version = "11.0.0" }
pallet-collator-selection = { path = "../../../pallets/collator-selection", default-features = false, version = "11.0.1" }
parachain-info = { package = "staging-parachain-info", path = "../../pallets/parachain-info", default-features = false, version = "0.9.0" }
cumulus-primitives-core = { path = "../../../primitives/core", default-features = false, version = "0.9.0" }
cumulus-primitives-parachain-inherent = { path = "../../../primitives/parachain-inherent", default-features = false, version = "0.9.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.9.0" }
cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.9.0" }
cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.9.0" }
pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "11.0.0" }
pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "11.0.1" }
parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.9.0" }
parachains-common = { path = "../../../common", default-features = false, version = "9.0.0" }
assets-common = { path = "../../assets/common", default-features = false, version = "0.9.0" }
Expand Down

0 comments on commit fb2c9ca

Please sign in to comment.