Skip to content

Commit

Permalink
chore: remove unneeded deps with cargo machete for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bkontur committed Jan 13, 2024
1 parent 42acca1 commit 5e8aecb
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 78 deletions.
37 changes: 0 additions & 37 deletions Cargo.lock

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

4 changes: 0 additions & 4 deletions integration-tests/emulated/assets/asset-hub-kusama/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,12 @@ assert_matches = "1.5.0"
# Substrate
sp-runtime = { version = "30.0.1" }
frame-support = { version = "27.0.0" }
frame-system = { version = "27.0.0" }
pallet-assets = { version = "28.0.0" }
pallet-balances = { version = "27.0.0" }
pallet-asset-conversion = { version = "9.0.0" }
pallet-message-queue = { version = "30.0.0" }

# Polkadot
polkadot-core-primitives = { version = "6.0.0" }
polkadot-parachain-primitives = { version = "5.0.0" }
polkadot-runtime-parachains = { version = "6.0.0" }
xcm = { package = "staging-xcm", version = "6.0.0" }
xcm-executor = { package = "staging-xcm-executor", default-features = false, version = "6.0.0" }
pallet-xcm = { version = "6.0.0" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,11 @@ codec = { package = "parity-scale-codec", version = "3.6.9" }
# Substrate
sp-runtime = { version = "30.0.1" }
frame-support = { version = "27.0.0" }
frame-system = { version = "27.0.0" }
pallet-assets = { version = "28.0.0" }
pallet-balances = { version = "27.0.0" }
pallet-asset-conversion = { version = "9.0.0" }
pallet-message-queue = { version = "30.0.0" }

# Polkadot
polkadot-core-primitives = { version = "6.0.0" }
polkadot-parachain-primitives = { version = "5.0.0" }
polkadot-runtime-parachains = { version = "6.0.0" }
xcm = { package = "staging-xcm", version = "6.0.0" }
xcm-executor = { package = "staging-xcm-executor", default-features = false, version = "6.0.0" }
pallet-xcm = { version = "6.0.0" }
Expand Down
16 changes: 0 additions & 16 deletions integration-tests/emulated/chains/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,29 +15,18 @@ sp-runtime = { version = "30.0.1" }
frame-support = { version = "27.0.0" }
sp-core = { version = "27.0.0" }
sp-consensus-babe = { version = "0.31.0" }
pallet-assets = { version = "28.0.0" }
pallet-balances = { version = "27.0.0" }
pallet-message-queue = { version = "30.0.0" }
pallet-im-online = { version = "26.0.0" }
pallet-staking = { version = "27.0.0" }
beefy-primitives = { package = "sp-consensus-beefy", version = "12.0.0" }

# Polkadot
polkadot-primitives = { version = "6.0.0" }
polkadot-runtime-parachains = { version = "6.0.0" }
xcm = { package = "staging-xcm", version = "6.0.0" }
pallet-xcm = { version = "6.0.0" }
polkadot-core-primitives = { version = "6.0.0" }
polkadot-parachain-primitives = { version = "5.0.0" }

# Cumulus
parachains-common = { version = "6.0.0" }
cumulus-primitives-core = { version = "0.6.0" }
xcm-emulator = { version = "0.4.0" }
cumulus-pallet-xcmp-queue = { version = "0.6.0" }
cumulus-pallet-parachain-system = { features = ["parameterized-consensus-hook",] , version = "0.6.0" }
asset-test-utils = { version = "6.0.0" }
cumulus-pallet-dmp-queue = { version = "0.6.0" }
penpal-runtime = { version = "0.13.0" }

# Local runtimes
Expand All @@ -52,8 +41,3 @@ bridge-hub-polkadot-runtime = { path = "../../../system-parachains/bridge-hubs/b
bridge-hub-kusama-runtime = { path = "../../../system-parachains/bridge-hubs/bridge-hub-kusama" }
# TODO: replace with `[email protected]` from `polkadot-sdk`
integration-tests-common = { path = "../common" }

# Bridges
bp-messages = { version = "0.6.0" }
pallet-bridge-messages = { version = "0.6.0" }
bridge-runtime-common = { version = "0.6.0" }
16 changes: 0 additions & 16 deletions integration-tests/emulated/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ description = "Common resources for integration testing with xcm-emulator"
[dependencies]
codec = { package = "parity-scale-codec", version = "3.6.9" }
paste = "1.0.14"
serde_json = "1.0.111"

# Substrate
grandpa-primitives = { package = "sp-consensus-grandpa", version = "12.0.0" }
Expand All @@ -22,16 +21,13 @@ pallet-assets = { version = "28.0.0" }
pallet-balances = { version = "27.0.0" }
pallet-message-queue = { version = "30.0.0" }
pallet-im-online = { version = "26.0.0" }
pallet-staking = { version = "27.0.0" }
beefy-primitives = { package = "sp-consensus-beefy", version = "12.0.0" }

# Polkadot
polkadot-primitives = { version = "6.0.0" }
polkadot-runtime-parachains = { version = "6.0.0" }
xcm = { package = "staging-xcm", version = "6.0.0" }
pallet-xcm = { version = "6.0.0" }
polkadot-core-primitives = { version = "6.0.0" }
polkadot-parachain-primitives = { version = "5.0.0" }

# Cumulus
parachains-common = { version = "6.0.0" }
Expand All @@ -41,18 +37,6 @@ cumulus-pallet-xcmp-queue = { version = "0.6.0" }
cumulus-pallet-parachain-system = { features = ["parameterized-consensus-hook",] , version = "0.6.0" }
asset-test-utils = { version = "6.0.0" }
cumulus-pallet-dmp-queue = { version = "0.6.0" }
penpal-runtime = { version = "0.13.0" }

# Local runtimes
kusama-runtime = { package = "staging-kusama-runtime", path = "../../../relay/kusama" }
kusama-runtime-constants = { path = "../../../relay/kusama/constants" }
polkadot-runtime = { path = "../../../relay/polkadot" }
polkadot-runtime-constants = { path = "../../../relay/polkadot/constants" }
asset-hub-polkadot-runtime = { path = "../../../system-parachains/asset-hubs/asset-hub-polkadot" }
asset-hub-kusama-runtime = { path = "../../../system-parachains/asset-hubs/asset-hub-kusama" }
collectives-polkadot-runtime = { path = "../../../system-parachains/collectives/collectives-polkadot" }
bridge-hub-polkadot-runtime = { path = "../../../system-parachains/bridge-hubs/bridge-hub-polkadot" }
bridge-hub-kusama-runtime = { path = "../../../system-parachains/bridge-hubs/bridge-hub-kusama" }

# Bridges
bp-messages = { version = "0.6.0" }
Expand Down

0 comments on commit 5e8aecb

Please sign in to comment.