Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Morganamilo committed Apr 22, 2024
1 parent c79481a commit 300a2ac
Show file tree
Hide file tree
Showing 17 changed files with 125 additions and 585 deletions.
678 changes: 109 additions & 569 deletions Plan.toml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sp-consensus-babe = { path = "../../../../../../../substrate/primitives/consensu
beefy-primitives = { package = "sp-consensus-beefy", path = "../../../../../../../substrate/primitives/consensus/beefy", version = "12.0.0" }
grandpa = { package = "sc-consensus-grandpa", path = "../../../../../../../substrate/client/consensus/grandpa", default-features = false, version = "0.18.0" }
pallet-im-online = { path = "../../../../../../../substrate/frame/im-online", default-features = false, version = "26.0.0" }
pallet-staking = { path = "../../../../../../../substrate/frame/staking", default-features = false, version = "27.0.0" }
pallet-staking = { path = "../../../../../../../substrate/frame/staking", default-features = false, version = "27.0.1" }

# Polkadot
polkadot-primitives = { path = "../../../../../../../polkadot/primitives", default-features = false, version = "6.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion polkadot/node/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ sp-weights = { version = "26.0.0", path = "../../../substrate/primitives/weights
sp-version = { version = "28.0.0", path = "../../../substrate/primitives/version" }
pallet-babe = { version = "27.0.0", path = "../../../substrate/frame/babe" }
pallet-im-online = { version = "26.0.0", path = "../../../substrate/frame/im-online" }
pallet-staking = { version = "27.0.0", path = "../../../substrate/frame/staking" }
pallet-staking = { version = "27.0.1", path = "../../../substrate/frame/staking" }
pallet-transaction-payment-rpc-runtime-api = { version = "27.0.0", path = "../../../substrate/frame/transaction-payment/rpc/runtime-api" }
frame-system = { version = "27.0.0", path = "../../../substrate/frame/system" }
frame-system-rpc-runtime-api = { version = "25.0.0", path = "../../../substrate/frame/system/rpc/runtime-api" }
Expand Down
2 changes: 1 addition & 1 deletion polkadot/node/test/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ frame-system = { version = "27.0.0", path = "../../../../substrate/frame/system"
grandpa = { package = "sc-consensus-grandpa", path = "../../../../substrate/client/consensus/grandpa", version = "0.18.0" }
grandpa_primitives = { package = "sp-consensus-grandpa", path = "../../../../substrate/primitives/consensus/grandpa", version = "12.0.0" }
inherents = { package = "sp-inherents", path = "../../../../substrate/primitives/inherents", version = "25.0.0" }
pallet-staking = { version = "27.0.0", path = "../../../../substrate/frame/staking" }
pallet-staking = { version = "27.0.1", path = "../../../../substrate/frame/staking" }
pallet-balances = { version = "27.0.0", path = "../../../../substrate/frame/balances" }
pallet-transaction-payment = { version = "27.0.0", path = "../../../../substrate/frame/transaction-payment" }
sc-chain-spec = { version = "26.0.0", path = "../../../../substrate/client/chain-spec" }
Expand Down
2 changes: 1 addition & 1 deletion polkadot/runtime/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pallet-fast-unstake = { path = "../../../substrate/frame/fast-unstake", default-
pallet-identity = { path = "../../../substrate/frame/identity", default-features = false, version = "27.0.0" }
pallet-session = { path = "../../../substrate/frame/session", default-features = false, version = "27.0.0" }
frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "27.0.0" }
pallet-staking = { path = "../../../substrate/frame/staking", default-features = false, version = "27.0.0" }
pallet-staking = { path = "../../../substrate/frame/staking", default-features = false, version = "27.0.1" }
pallet-staking-reward-fn = { path = "../../../substrate/frame/staking/reward-fn", default-features = false, version = "18.0.0" }
frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "27.0.0" }
pallet-timestamp = { path = "../../../substrate/frame/timestamp", default-features = false, version = "26.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion polkadot/runtime/parachains/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pallet-balances = { path = "../../../substrate/frame/balances", default-features
pallet-babe = { path = "../../../substrate/frame/babe", default-features = false, version = "27.0.0" }
pallet-message-queue = { path = "../../../substrate/frame/message-queue", default-features = false, version = "30.0.0" }
pallet-session = { path = "../../../substrate/frame/session", default-features = false, version = "27.0.0" }
pallet-staking = { path = "../../../substrate/frame/staking", default-features = false, version = "27.0.0" }
pallet-staking = { path = "../../../substrate/frame/staking", default-features = false, version = "27.0.1" }
pallet-timestamp = { path = "../../../substrate/frame/timestamp", default-features = false, version = "26.0.0" }
pallet-vesting = { path = "../../../substrate/frame/vesting", default-features = false, version = "27.0.0" }
frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "27.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion polkadot/runtime/rococo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ pallet-session = { path = "../../../substrate/frame/session", default-features =
pallet-society = { path = "../../../substrate/frame/society", default-features = false, version = "27.0.0" }
pallet-sudo = { path = "../../../substrate/frame/sudo", default-features = false, version = "27.0.0" }
frame-support = { path = "../../../substrate/frame/support", default-features = false, features = ["tuples-96"], version = "27.0.0" }
pallet-staking = { path = "../../../substrate/frame/staking", default-features = false, version = "27.0.0" }
pallet-staking = { path = "../../../substrate/frame/staking", default-features = false, version = "27.0.1" }
frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "27.0.0" }
frame-system-rpc-runtime-api = { path = "../../../substrate/frame/system/rpc/runtime-api", default-features = false, version = "25.0.0" }
pallet-timestamp = { path = "../../../substrate/frame/timestamp", default-features = false, version = "26.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion polkadot/runtime/test-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pallet-indices = { path = "../../../substrate/frame/indices", default-features =
pallet-offences = { path = "../../../substrate/frame/offences", default-features = false, version = "26.0.0" }
pallet-session = { path = "../../../substrate/frame/session", default-features = false, version = "27.0.0" }
frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "27.0.0" }
pallet-staking = { path = "../../../substrate/frame/staking", default-features = false, version = "27.0.0" }
pallet-staking = { path = "../../../substrate/frame/staking", default-features = false, version = "27.0.1" }
pallet-staking-reward-curve = { version = "10.0.0", path = "../../../substrate/frame/staking/reward-curve" }
frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "27.0.0" }
frame-system-rpc-runtime-api = { path = "../../../substrate/frame/system/rpc/runtime-api", default-features = false, version = "25.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion polkadot/runtime/westend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ pallet-referenda = { path = "../../../substrate/frame/referenda", default-featur
pallet-scheduler = { path = "../../../substrate/frame/scheduler", default-features = false, version = "28.0.0" }
pallet-session = { path = "../../../substrate/frame/session", default-features = false, version = "27.0.0" }
pallet-society = { path = "../../../substrate/frame/society", default-features = false, version = "27.0.0" }
pallet-staking = { path = "../../../substrate/frame/staking", default-features = false, version = "27.0.0" }
pallet-staking = { path = "../../../substrate/frame/staking", default-features = false, version = "27.0.1" }
pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", path = "../../../substrate/frame/staking/reward-curve", version = "10.0.0" }
pallet-staking-runtime-api = { path = "../../../substrate/frame/staking/runtime-api", default-features = false, version = "13.0.0" }
pallet-state-trie-migration = { path = "../../../substrate/frame/state-trie-migration", default-features = false, version = "28.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion substrate/bin/node/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ pallet-root-testing = { path = "../../../frame/root-testing", default-features =
pallet-salary = { path = "../../../frame/salary", default-features = false, version = "12.0.0" }
pallet-session = { path = "../../../frame/session", default-features = false, features = ["historical"], version = "27.0.0" }
pallet-session-benchmarking = { path = "../../../frame/session/benchmarking", default-features = false, optional = true, version = "27.0.0" }
pallet-staking = { path = "../../../frame/staking", default-features = false, version = "27.0.0" }
pallet-staking = { path = "../../../frame/staking", default-features = false, version = "27.0.1" }
pallet-staking-reward-curve = { path = "../../../frame/staking/reward-curve", default-features = false, version = "10.0.0" }
pallet-staking-runtime-api = { path = "../../../frame/staking/runtime-api", default-features = false, version = "13.0.0" }
pallet-state-trie-migration = { path = "../../../frame/state-trie-migration", default-features = false, version = "28.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion substrate/frame/bags-list/remote-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ publish = false
targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
pallet-staking = { version = "27.0.0", path = "../../staking" }
pallet-staking = { version = "27.0.1", path = "../../staking" }
pallet-bags-list = { path = "..", features = ["fuzz"], version = "26.0.0" }
frame-election-provider-support = { version = "27.0.0", path = "../../election-provider-support" }
frame-system = { version = "27.0.0", path = "../../system" }
Expand Down
2 changes: 1 addition & 1 deletion substrate/frame/nomination-pools/benchmarking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ frame-election-provider-support = { path = "../../election-provider-support", de
frame-support = { path = "../../support", default-features = false, version = "27.0.0" }
frame-system = { path = "../../system", default-features = false, version = "27.0.0" }
pallet-bags-list = { path = "../../bags-list", default-features = false, version = "26.0.0" }
pallet-staking = { path = "../../staking", default-features = false, version = "27.0.0" }
pallet-staking = { path = "../../staking", default-features = false, version = "27.0.1" }
pallet-nomination-pools = { path = "..", default-features = false, version = "24.0.2" }

# Substrate Primitives
Expand Down
2 changes: 1 addition & 1 deletion substrate/frame/offences/benchmarking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pallet-grandpa = { path = "../../grandpa", default-features = false, version = "
pallet-im-online = { path = "../../im-online", default-features = false, version = "26.0.0" }
pallet-offences = { path = "..", default-features = false, version = "26.0.0" }
pallet-session = { path = "../../session", default-features = false, version = "27.0.0" }
pallet-staking = { path = "../../staking", default-features = false, version = "27.0.0" }
pallet-staking = { path = "../../staking", default-features = false, version = "27.0.1" }
sp-runtime = { path = "../../../primitives/runtime", default-features = false, version = "30.0.1" }
sp-staking = { path = "../../../primitives/staking", default-features = false, version = "25.0.0" }
sp-std = { path = "../../../primitives/std", default-features = false, version = "13.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion substrate/frame/root-offences/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features =
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }

pallet-session = { path = "../session", default-features = false, features = ["historical"], version = "27.0.0" }
pallet-staking = { path = "../staking", default-features = false, version = "27.0.0" }
pallet-staking = { path = "../staking", default-features = false, version = "27.0.1" }

frame-support = { path = "../support", default-features = false, version = "27.0.0" }
frame-system = { path = "../system", default-features = false, version = "27.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion substrate/frame/session/benchmarking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ frame-benchmarking = { path = "../../benchmarking", default-features = false, ve
frame-support = { path = "../../support", default-features = false, version = "27.0.0" }
frame-system = { path = "../../system", default-features = false, version = "27.0.0" }
pallet-session = { path = "..", default-features = false, version = "27.0.0" }
pallet-staking = { path = "../../staking", default-features = false, version = "27.0.0" }
pallet-staking = { path = "../../staking", default-features = false, version = "27.0.1" }
sp-runtime = { path = "../../../primitives/runtime", default-features = false, version = "30.0.1" }
sp-session = { path = "../../../primitives/session", default-features = false, version = "26.0.0" }
sp-std = { path = "../../../primitives/std", default-features = false, version = "13.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion substrate/frame/staking/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-staking"
version = "27.0.0"
version = "27.0.1"
authors.workspace = true
edition.workspace = true
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion substrate/utils/frame/generate-bags/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description = "Bag threshold generation script for pallet-bag-list"
frame-support = { version = "27.0.0", path = "../../../frame/support" }
frame-election-provider-support = { version = "27.0.0", path = "../../../frame/election-provider-support" }
frame-system = { version = "27.0.0", path = "../../../frame/system" }
pallet-staking = { version = "27.0.0", path = "../../../frame/staking" }
pallet-staking = { version = "27.0.1", path = "../../../frame/staking" }
sp-staking = { version = "25.0.0", path = "../../../primitives/staking" }

# third party
Expand Down

0 comments on commit 300a2ac

Please sign in to comment.