Skip to content

Commit

Permalink
Bump frame-system
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorPopelyaev committed May 30, 2024
1 parent 43c038e commit f2a1638
Show file tree
Hide file tree
Showing 189 changed files with 193 additions and 193 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

10 changes: 5 additions & 5 deletions Plan.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# generated by parity-publish v0.5.1
# command: parity-publish -C ../polkadot-sdk plan --new --since release-polkadot-v1.11.0 -d polkadot v1.12.0
# command: parity-publish plan --patch -

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

[[crate]]
name = "frame-system"
from = "33.0.0"
to = "34.0.0"
bump = "major"
reason = "changed"
from = "34.0.0"
to = "34.0.1"
bump = "minor"
reason = "bumped by --patch"

[[crate]]
name = "frame-try-runtime"
Expand Down
2 changes: 1 addition & 1 deletion bridges/bin/runtime-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pallet-bridge-relayers = { path = "../../modules/relayers", default-features = f
# Substrate dependencies

frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "34.0.0" }
frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.0" }
frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.1" }
pallet-transaction-payment = { path = "../../../substrate/frame/transaction-payment", default-features = false, version = "34.0.0" }
pallet-utility = { path = "../../../substrate/frame/utility", default-features = false, version = "34.0.0" }
sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "32.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion bridges/chains/chain-bridge-hub-cumulus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ bp-runtime = { path = "../../primitives/runtime", default-features = false, vers

# Substrate Based Dependencies

frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.0" }
frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.1" }
frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "34.0.0" }
sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "32.0.0" }
sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion bridges/chains/chain-polkadot-bulletin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ bp-runtime = { path = "../../primitives/runtime", default-features = false, vers
# Substrate Based Dependencies

frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "34.0.0" }
frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.0" }
frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.1" }
sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "32.0.0" }
sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "37.0.0" }
sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion bridges/modules/beefy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ bp-runtime = { path = "../../primitives/runtime", default-features = false, vers
# Substrate Dependencies

frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "34.0.0" }
frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.0" }
frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.1" }
sp-core = { path = "../../../substrate/primitives/core", default-features = false, version = "33.0.1" }
sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "37.0.0" }
sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion bridges/modules/grandpa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ bp-header-chain = { path = "../../primitives/header-chain", default-features = f
# Substrate Dependencies

frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "34.0.0" }
frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.0" }
frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.1" }
sp-consensus-grandpa = { path = "../../../substrate/primitives/consensus/grandpa", default-features = false, features = ["serde"], version = "19.0.0" }
sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, features = ["serde"], version = "37.0.0" }
sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion bridges/modules/messages/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ bp-runtime = { path = "../../primitives/runtime", default-features = false, vers

frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "34.0.0" }
frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "34.0.0" }
frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.0" }
frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.1" }
sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "37.0.0" }
sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" }

Expand Down
2 changes: 1 addition & 1 deletion bridges/modules/parachains/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pallet-bridge-grandpa = { path = "../grandpa", default-features = false, version

frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "34.0.0" }
frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "34.0.0" }
frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.0" }
frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.1" }
sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "37.0.0" }
sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" }
sp-trie = { path = "../../../substrate/primitives/trie", default-features = false, version = "35.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion bridges/modules/relayers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pallet-bridge-messages = { path = "../messages", default-features = false, versi

frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "34.0.0" }
frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "34.0.0" }
frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.0" }
frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.1" }
sp-arithmetic = { path = "../../../substrate/primitives/arithmetic", default-features = false, version = "26.0.0" }
sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "37.0.0" }
sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion bridges/modules/xcm-bridge-hub-router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ bp-xcm-bridge-hub-router = { path = "../../primitives/xcm-bridge-hub-router", de

frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "34.0.0" }
frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "34.0.0" }
frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.0" }
frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.1" }
sp-core = { path = "../../../substrate/primitives/core", default-features = false, version = "33.0.1" }
sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "37.0.0" }
sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion bridges/modules/xcm-bridge-hub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ bridge-runtime-common = { path = "../../bin/runtime-common", default-features =

# Substrate Dependencies
frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "34.0.0" }
frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.0" }
frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.1" }
sp-core = { path = "../../../substrate/primitives/core", default-features = false, version = "33.0.1" }
sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "37.0.0" }
sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion bridges/primitives/polkadot-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ bp-runtime = { path = "../runtime", default-features = false, version = "0.13.0"
# Substrate Based Dependencies

frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "34.0.0" }
frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.0" }
frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.1" }
sp-core = { path = "../../../substrate/primitives/core", default-features = false, version = "33.0.1" }
sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "37.0.0" }
sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion bridges/primitives/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ serde = { features = ["alloc", "derive"], workspace = true }
# Substrate Dependencies

frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "34.0.0" }
frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.0" }
frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.1" }
sp-core = { path = "../../../substrate/primitives/core", default-features = false, version = "33.0.1" }
sp-io = { path = "../../../substrate/primitives/io", default-features = false, version = "36.0.0" }
sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, features = ["serde"], version = "37.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion bridges/relays/client-substrate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pallet-bridge-messages = { version = "0.13.0", path = "../../modules/messages" }
finality-relay = { version = "0.1.0", path = "../finality" }
relay-utils = { version = "0.1.0", path = "../utils" }
frame-support = { version = "34.0.0", path = "../../../substrate/frame/support" }
frame-system = { version = "34.0.0", path = "../../../substrate/frame/system" }
frame-system = { version = "34.0.1", path = "../../../substrate/frame/system" }
pallet-balances = { version = "35.0.0", path = "../../../substrate/frame/balances" }
pallet-transaction-payment = { version = "34.0.0", path = "../../../substrate/frame/transaction-payment" }
pallet-transaction-payment-rpc-runtime-api = { version = "34.0.0", path = "../../../substrate/frame/transaction-payment/rpc/runtime-api" }
Expand Down
2 changes: 1 addition & 1 deletion bridges/relays/lib-substrate-relay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pallet-bridge-parachains = { version = "0.13.0", path = "../../modules/parachain
bp-runtime = { version = "0.13.0", path = "../../primitives/runtime" }
bp-messages = { version = "0.13.0", path = "../../primitives/messages" }
frame-support = { version = "34.0.0", path = "../../../substrate/frame/support" }
frame-system = { version = "34.0.0", path = "../../../substrate/frame/system" }
frame-system = { version = "34.0.1", path = "../../../substrate/frame/system" }
pallet-balances = { version = "35.0.0", path = "../../../substrate/frame/balances" }
pallet-grandpa = { version = "34.0.0", path = "../../../substrate/frame/grandpa" }
sp-core = { version = "33.0.1", path = "../../../substrate/primitives/core" }
Expand Down
2 changes: 1 addition & 1 deletion bridges/snowbridge/pallets/ethereum-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ log = { workspace = true }

frame-benchmarking = { path = "../../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "34.0.0" }
frame-support = { path = "../../../../substrate/frame/support", default-features = false, version = "34.0.0" }
frame-system = { path = "../../../../substrate/frame/system", default-features = false, version = "34.0.0" }
frame-system = { path = "../../../../substrate/frame/system", default-features = false, version = "34.0.1" }
sp-core = { path = "../../../../substrate/primitives/core", default-features = false, version = "33.0.1" }
sp-std = { path = "../../../../substrate/primitives/std", default-features = false, version = "14.0.0" }
sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false, version = "37.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion bridges/snowbridge/pallets/inbound-queue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ alloy-sol-types = { version = "0.4.2", default-features = false }

frame-benchmarking = { path = "../../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "34.0.0" }
frame-support = { path = "../../../../substrate/frame/support", default-features = false, version = "34.0.0" }
frame-system = { path = "../../../../substrate/frame/system", default-features = false, version = "34.0.0" }
frame-system = { path = "../../../../substrate/frame/system", default-features = false, version = "34.0.1" }
pallet-balances = { path = "../../../../substrate/frame/balances", default-features = false, version = "35.0.0" }
sp-core = { path = "../../../../substrate/primitives/core", default-features = false, version = "33.0.1" }
sp-std = { path = "../../../../substrate/primitives/std", default-features = false, version = "14.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion bridges/snowbridge/pallets/outbound-queue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ scale-info = { version = "2.9.0", default-features = false, features = ["derive"

frame-benchmarking = { path = "../../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "34.0.0" }
frame-support = { path = "../../../../substrate/frame/support", default-features = false, version = "34.0.0" }
frame-system = { path = "../../../../substrate/frame/system", default-features = false, version = "34.0.0" }
frame-system = { path = "../../../../substrate/frame/system", default-features = false, version = "34.0.1" }
sp-core = { path = "../../../../substrate/primitives/core", default-features = false, version = "33.0.1" }
sp-std = { path = "../../../../substrate/primitives/std", default-features = false, version = "14.0.0" }
sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false, version = "37.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion bridges/snowbridge/pallets/system/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features =
scale-info = { version = "2.9.0", default-features = false, features = ["derive"] }
frame-benchmarking = { path = "../../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "34.0.0" }
frame-support = { path = "../../../../substrate/frame/support", default-features = false, version = "34.0.0" }
frame-system = { path = "../../../../substrate/frame/system", default-features = false, version = "34.0.0" }
frame-system = { path = "../../../../substrate/frame/system", default-features = false, version = "34.0.1" }
log = { workspace = true }

sp-core = { path = "../../../../substrate/primitives/core", default-features = false, version = "33.0.1" }
Expand Down
2 changes: 1 addition & 1 deletion bridges/snowbridge/primitives/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ xcm = { package = "staging-xcm", path = "../../../../polkadot/xcm", default-feat
xcm-builder = { package = "staging-xcm-builder", path = "../../../../polkadot/xcm/xcm-builder", default-features = false, version = "13.0.0" }

frame-support = { path = "../../../../substrate/frame/support", default-features = false, version = "34.0.0" }
frame-system = { path = "../../../../substrate/frame/system", default-features = false, version = "34.0.0" }
frame-system = { path = "../../../../substrate/frame/system", default-features = false, version = "34.0.1" }
sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false, version = "37.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 = "36.0.0" }
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 @@ -15,7 +15,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features =

# Substrate
frame-support = { path = "../../../../substrate/frame/support", default-features = false, version = "34.0.0" }
frame-system = { path = "../../../../substrate/frame/system", default-features = false, version = "34.0.0" }
frame-system = { path = "../../../../substrate/frame/system", default-features = false, version = "34.0.1" }
pallet-balances = { path = "../../../../substrate/frame/balances", default-features = false, version = "35.0.0" }
pallet-session = { path = "../../../../substrate/frame/session", default-features = false, version = "34.0.0" }
pallet-message-queue = { path = "../../../../substrate/frame/message-queue", default-features = false, version = "37.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion cumulus/pallets/aura-ext/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ scale-info = { version = "2.11.1", default-features = false, features = ["derive

# Substrate
frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "34.0.0" }
frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.0" }
frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.1" }
pallet-aura = { path = "../../../substrate/frame/aura", default-features = false, version = "33.0.0" }
pallet-timestamp = { path = "../../../substrate/frame/timestamp", default-features = false, version = "33.0.0" }
sp-application-crypto = { path = "../../../substrate/primitives/application-crypto", default-features = false, version = "36.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion cumulus/pallets/collator-selection/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sp-std = { path = "../../../substrate/primitives/std", default-features = false,
sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "37.0.0" }
sp-staking = { path = "../../../substrate/primitives/staking", default-features = false, version = "32.0.0" }
frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "34.0.0" }
frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.0" }
frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.1" }
pallet-authorship = { path = "../../../substrate/frame/authorship", default-features = false, version = "34.0.0" }
pallet-balances = { path = "../../../substrate/frame/balances", default-features = false, version = "35.0.0" }
pallet-session = { path = "../../../substrate/frame/session", default-features = false, version = "34.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion cumulus/pallets/dmp-queue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ scale-info = { version = "2.11.1", default-features = false, features = ["derive

frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "34.0.0" }
frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "34.0.0" }
frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.0" }
frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.1" }
sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" }
sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "37.0.0" }
sp-io = { path = "../../../substrate/primitives/io", default-features = false, version = "36.0.0" }
Expand Down
Loading

0 comments on commit f2a1638

Please sign in to comment.