Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
b63ab9c
Remove unused deps in bridge-hub
dimartiro Jul 16, 2025
3649fd2
Remove unused deps in client bootnodes
dimartiro Jul 16, 2025
c01a930
Remove unused deps in primitives para-inherent
dimartiro Jul 16, 2025
b18574d
Remove unused deps in integration-tests emulated common
dimartiro Jul 16, 2025
d135570
Remove unused deps in ah-ops
dimartiro Jul 16, 2025
41b4dd7
Remove unused deps in staking-async
dimartiro Jul 16, 2025
b97827d
Fix cargo ah-hops
dimartiro Jul 16, 2025
546009e
Fix cargo staking-async
dimartiro Jul 16, 2025
f69c208
Remove unused deps in staking-async rntimes rc
dimartiro Jul 16, 2025
a57346c
Remove unused deps in core pvf
dimartiro Jul 16, 2025
e267e15
Remove unused deps in runtime-common
dimartiro Jul 16, 2025
5b47016
Revert pvf change
dimartiro Jul 16, 2025
6721f24
Fix cargo staking-async
dimartiro Jul 16, 2025
4cd2460
Remove unused deps in snowbridge test-utils
dimartiro Jul 16, 2025
e58db30
Remove unused deps in primitives core
dimartiro Jul 16, 2025
9d4d8fe
Remove unused deps in runtime-interface
dimartiro Jul 16, 2025
b8a04ef
Remove unused deps in parachains runtime testing
dimartiro Jul 16, 2025
f4f0ff8
Fix cargo snowbridge test-utils
dimartiro Jul 16, 2025
51d7a63
Update lock file
dimartiro Jul 17, 2025
3ab0ad9
Merge branch 'master' into remove-unused-deps
dimartiro Jul 17, 2025
07f7746
Update from github-actions[bot] running command 'prdoc --audience run…
github-actions[bot] Jul 17, 2025
c0a47fd
Update prdoc/pr_9235.prdoc
bkontur Jul 17, 2025
76badc2
Merge branch 'master' into remove-unused-deps
bkontur Jul 17, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 0 additions & 26 deletions Cargo.lock

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

5 changes: 0 additions & 5 deletions bridges/snowbridge/runtime/runtime-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ frame-support = { workspace = true }
frame-system = { workspace = true }
log = { workspace = true }
pallet-xcm = { workspace = true }
snowbridge-core = { workspace = true }
snowbridge-outbound-queue-primitives = { workspace = true }
sp-arithmetic = { workspace = true }
sp-std = { workspace = true }
xcm = { workspace = true }
Expand All @@ -38,8 +36,6 @@ std = [
"frame-system/std",
"log/std",
"pallet-xcm/std",
"snowbridge-core/std",
"snowbridge-outbound-queue-primitives/std",
"sp-arithmetic/std",
"sp-std/std",
"xcm-builder/std",
Expand All @@ -50,7 +46,6 @@ runtime-benchmarks = [
"frame-support/runtime-benchmarks",
"frame-system/runtime-benchmarks",
"pallet-xcm/runtime-benchmarks",
"snowbridge-core/runtime-benchmarks",
"xcm-builder/runtime-benchmarks",
"xcm-executor/runtime-benchmarks",
"xcm/runtime-benchmarks",
Expand Down
2 changes: 0 additions & 2 deletions bridges/snowbridge/test-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ frame-support = { workspace = true, default-features = true }
frame-system = { workspace = true, default-features = true }
log = { workspace = true, default-features = true }
pallet-asset-conversion = { workspace = true, default-features = true }
pallet-xcm = { workspace = true, default-features = true }
scale-info = { features = ["derive"], workspace = true, default-features = true }
snowbridge-core = { workspace = true, default-features = true }
snowbridge-outbound-queue-primitives = { workspace = true, default-features = true }
Expand All @@ -37,7 +36,6 @@ runtime-benchmarks = [
"frame-support/runtime-benchmarks",
"frame-system/runtime-benchmarks",
"pallet-asset-conversion/runtime-benchmarks",
"pallet-xcm/runtime-benchmarks",
"snowbridge-core/runtime-benchmarks",
"xcm-builder/runtime-benchmarks",
"xcm-executor/runtime-benchmarks",
Expand Down
1 change: 0 additions & 1 deletion cumulus/client/bootnodes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ sp-runtime = { workspace = true, default-features = true }
# Polkadot

# Cumulus
cumulus-client-network = { workspace = true, default-features = true }
cumulus-primitives-core = { workspace = true, default-features = true }
cumulus-relay-chain-interface = { workspace = true, default-features = true }
parachains-common = { workspace = true, default-features = true }
3 changes: 0 additions & 3 deletions cumulus/pallets/ah-ops/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ exclude-from-umbrella = true # for AHM only

[dependencies]
codec = { workspace = true, features = ["max-encoded-len"] }
cumulus-primitives-core = { workspace = true }
frame-benchmarking = { workspace = true, optional = true }
frame-support = { workspace = true }
frame-system = { workspace = true }
Expand All @@ -31,7 +30,6 @@ sp-std = { workspace = true }
default = ["std"]
std = [
"codec/std",
"cumulus-primitives-core/std",
"frame-benchmarking?/std",
"frame-support/std",
"frame-system/std",
Expand All @@ -47,7 +45,6 @@ std = [
"sp-std/std",
]
runtime-benchmarks = [
"cumulus-primitives-core/runtime-benchmarks",
"frame-benchmarking/runtime-benchmarks",
"frame-support/runtime-benchmarks",
"frame-system/runtime-benchmarks",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ pallet-asset-conversion = { workspace = true, default-features = true }
pallet-assets = { workspace = true, default-features = true }
pallet-balances = { workspace = true, default-features = true }
pallet-message-queue = { workspace = true, default-features = true }
pallet-preimage = { workspace = true, default-features = true }
pallet-whitelist = { workspace = true, default-features = true }
sc-consensus-grandpa = { workspace = true, default-features = true }
sp-authority-discovery = { workspace = true, default-features = true }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ bp-parachains = { workspace = true }
bp-polkadot-bulletin = { workspace = true }
bp-polkadot-core = { workspace = true }
bp-relayers = { workspace = true }
bp-rococo = { workspace = true }
bp-runtime = { workspace = true }
bp-westend = { workspace = true }
bp-xcm-bridge-hub-router = { workspace = true }
Expand All @@ -116,7 +115,6 @@ snowbridge-pallet-ethereum-client = { workspace = true }
snowbridge-pallet-inbound-queue = { workspace = true }
snowbridge-pallet-outbound-queue = { workspace = true }
snowbridge-pallet-system = { workspace = true }
snowbridge-runtime-common = { workspace = true }
snowbridge-system-runtime-api = { workspace = true }

bridge-hub-common = { workspace = true }
Expand All @@ -141,7 +139,6 @@ std = [
"bp-polkadot-bulletin/std",
"bp-polkadot-core/std",
"bp-relayers/std",
"bp-rococo/std",
"bp-runtime/std",
"bp-westend/std",
"bp-xcm-bridge-hub-router/std",
Expand Down Expand Up @@ -201,7 +198,6 @@ std = [
"snowbridge-pallet-inbound-queue/std",
"snowbridge-pallet-outbound-queue/std",
"snowbridge-pallet-system/std",
"snowbridge-runtime-common/std",
"snowbridge-system-runtime-api/std",
"sp-api/std",
"sp-block-builder/std",
Expand Down Expand Up @@ -262,7 +258,6 @@ runtime-benchmarks = [
"snowbridge-pallet-inbound-queue/runtime-benchmarks",
"snowbridge-pallet-outbound-queue/runtime-benchmarks",
"snowbridge-pallet-system/runtime-benchmarks",
"snowbridge-runtime-common/runtime-benchmarks",
"snowbridge-runtime-test-common/runtime-benchmarks",
"sp-runtime/runtime-benchmarks",
"xcm-builder/runtime-benchmarks",
Expand Down Expand Up @@ -303,7 +298,6 @@ try-runtime = [
"snowbridge-pallet-inbound-queue/try-runtime",
"snowbridge-pallet-outbound-queue/try-runtime",
"snowbridge-pallet-system/try-runtime",
"snowbridge-runtime-common/try-runtime",
"sp-runtime/try-runtime",
]
fast-runtime = []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ bp-polkadot-core = { workspace = true }
bp-relayers = { workspace = true }
bp-rococo = { workspace = true }
bp-runtime = { workspace = true }
bp-westend = { workspace = true }
bp-xcm-bridge-hub-router = { workspace = true }
bridge-hub-common = { workspace = true }
bridge-runtime-common = { workspace = true }
Expand All @@ -118,7 +117,6 @@ snowbridge-pallet-outbound-queue = { workspace = true }
snowbridge-pallet-outbound-queue-v2 = { workspace = true }
snowbridge-pallet-system = { workspace = true }
snowbridge-pallet-system-v2 = { workspace = true }
snowbridge-runtime-common = { workspace = true }
snowbridge-system-runtime-api = { workspace = true }
snowbridge-system-v2-runtime-api = { workspace = true }

Expand All @@ -145,7 +143,6 @@ std = [
"bp-relayers/std",
"bp-rococo/std",
"bp-runtime/std",
"bp-westend/std",
"bp-xcm-bridge-hub-router/std",
"bridge-hub-common/std",
"bridge-runtime-common/std",
Expand Down Expand Up @@ -206,7 +203,6 @@ std = [
"snowbridge-pallet-outbound-queue/std",
"snowbridge-pallet-system-v2/std",
"snowbridge-pallet-system/std",
"snowbridge-runtime-common/std",
"snowbridge-system-runtime-api/std",
"snowbridge-system-v2-runtime-api/std",
"sp-api/std",
Expand Down Expand Up @@ -274,7 +270,6 @@ runtime-benchmarks = [
"snowbridge-pallet-outbound-queue/runtime-benchmarks",
"snowbridge-pallet-system-v2/runtime-benchmarks",
"snowbridge-pallet-system/runtime-benchmarks",
"snowbridge-runtime-common/runtime-benchmarks",
"snowbridge-runtime-test-common/runtime-benchmarks",
"sp-runtime/runtime-benchmarks",
"westend-runtime-constants/runtime-benchmarks",
Expand Down Expand Up @@ -320,7 +315,6 @@ try-runtime = [
"snowbridge-pallet-outbound-queue/try-runtime",
"snowbridge-pallet-system-v2/try-runtime",
"snowbridge-pallet-system/try-runtime",
"snowbridge-runtime-common/try-runtime",
"sp-runtime/try-runtime",
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ cumulus-primitives-core = { workspace = true }
cumulus-primitives-utility = { workspace = true }
parachain-info = { workspace = true }
parachains-common = { workspace = true }
testnet-parachains-constants = { features = ["rococo"], workspace = true }

[build-dependencies]
substrate-wasm-builder = { optional = true, workspace = true, default-features = true }
Expand Down Expand Up @@ -120,7 +119,6 @@ std = [
"sp-transaction-pool/std",
"sp-version/std",
"substrate-wasm-builder",
"testnet-parachains-constants/std",
"xcm-builder/std",
"xcm-executor/std",
"xcm/std",
Expand Down
3 changes: 0 additions & 3 deletions cumulus/primitives/parachain-inherent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ sp-trie = { workspace = true }
# Cumulus
cumulus-primitives-core = { workspace = true }

[dev-dependencies]
cumulus-test-relay-sproof-builder = { workspace = true, default-features = true }

[features]
default = ["std"]
std = [
Expand Down
Loading