Skip to content

Commit

Permalink
Merge pull request #1 from bkontur/remove-kusama-snowbridge
Browse files Browse the repository at this point in the history
Remove unneeded deps from BHK
  • Loading branch information
acatangiu authored Aug 13, 2024
2 parents 0dce6fb + ad7bc5d commit 69e0e79
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 52 deletions.
12 changes: 0 additions & 12 deletions Cargo.lock

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

34 changes: 0 additions & 34 deletions system-parachains/bridge-hubs/bridge-hub-kusama/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,18 +106,6 @@ pallet-bridge-parachains = { workspace = true }
pallet-bridge-relayers = { workspace = true }
pallet-xcm-bridge-hub = { workspace = true }

# Ethereum Bridge (Snowbridge)
snowbridge-beacon-primitives = { workspace = true }
snowbridge-pallet-system = { workspace = true }
snowbridge-system-runtime-api = { workspace = true }
snowbridge-core = { workspace = true }
snowbridge-pallet-ethereum-client = { workspace = true }
snowbridge-pallet-inbound-queue = { workspace = true }
snowbridge-pallet-outbound-queue = { workspace = true }
snowbridge-outbound-queue-runtime-api = { workspace = true }
snowbridge-router-primitives = { workspace = true }
snowbridge-runtime-common = { workspace = true }

[dev-dependencies]
bridge-hub-test-utils = { workspace = true }
bridge-runtime-common = { features = [
Expand Down Expand Up @@ -193,16 +181,6 @@ std = [
"scale-info/std",
"serde",
"serde_json/std",
"snowbridge-beacon-primitives/std",
"snowbridge-core/std",
"snowbridge-outbound-queue-runtime-api/std",
"snowbridge-pallet-ethereum-client/std",
"snowbridge-pallet-inbound-queue/std",
"snowbridge-pallet-outbound-queue/std",
"snowbridge-pallet-system/std",
"snowbridge-router-primitives/std",
"snowbridge-runtime-common/std",
"snowbridge-system-runtime-api/std",
"sp-api/std",
"sp-block-builder/std",
"sp-consensus-aura/std",
Expand Down Expand Up @@ -255,14 +233,6 @@ runtime-benchmarks = [
"parachains-common/runtime-benchmarks",
"polkadot-parachain-primitives/runtime-benchmarks",
"polkadot-runtime-common/runtime-benchmarks",
"snowbridge-core/runtime-benchmarks",
"snowbridge-pallet-ethereum-client/runtime-benchmarks",
"snowbridge-pallet-inbound-queue/runtime-benchmarks",
"snowbridge-pallet-outbound-queue/runtime-benchmarks",
"snowbridge-pallet-system/runtime-benchmarks",
"snowbridge-router-primitives/runtime-benchmarks",
"snowbridge-runtime-common/runtime-benchmarks",
"snowbridge-runtime-test-common/runtime-benchmarks",
"sp-runtime/runtime-benchmarks",
"xcm-builder/runtime-benchmarks",
"xcm-executor/runtime-benchmarks",
Expand Down Expand Up @@ -297,10 +267,6 @@ try-runtime = [
"pallet-xcm/try-runtime",
"parachain-info/try-runtime",
"polkadot-runtime-common/try-runtime",
"snowbridge-pallet-ethereum-client/try-runtime",
"snowbridge-pallet-inbound-queue/try-runtime",
"snowbridge-pallet-outbound-queue/try-runtime",
"snowbridge-pallet-system/try-runtime",
"sp-runtime/try-runtime",
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,13 @@ system-parachains-constants = { workspace = true }
bp-bridge-hub-cumulus = { workspace = true }
bp-runtime = { workspace = true }
bp-messages = { workspace = true }
snowbridge-core = { workspace = true }

# Substrate Based Dependencies
frame-support = { workspace = true }
sp-api = { workspace = true }
sp-runtime = { workspace = true }
sp-std = { workspace = true }

# Polkadot
xcm = { workspace = true }

[features]
default = ["std"]
std = [
Expand All @@ -38,10 +34,8 @@ std = [
"frame-support/std",
"kusama-runtime-constants/std",
"polkadot-runtime-constants/std",
"snowbridge-core/std",
"sp-api/std",
"sp-runtime/std",
"sp-std/std",
"system-parachains-constants/std",
"xcm/std",
]

0 comments on commit 69e0e79

Please sign in to comment.