Skip to content

Commit

Permalink
remove unused deps (#1327)
Browse files Browse the repository at this point in the history
  • Loading branch information
ermalkaleci authored Aug 19, 2024
1 parent 3ab689e commit 40c4b6c
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 68 deletions.
39 changes: 0 additions & 39 deletions Cargo.lock

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

4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ derive_more = { version = "0.99" }
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "1.0" }
ethers = { version = "2.0.9", default_features = false }
ethers = { version = "2.0.9", default-features = false }

# Substrate
# (wasm)
Expand Down Expand Up @@ -224,12 +224,10 @@ fc-storage = { git = "https://github.com/AstarNetwork/frontier", branch = "polka
# Cumulus
# (wasm)
cumulus-pallet-aura-ext = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.11.0", default-features = false }
cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.11.0", default-features = false }
cumulus-pallet-parachain-system = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.11.0", default-features = false }
cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.11.0", default-features = false }
cumulus-primitives-aura = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.11.0", default-features = false }
cumulus-primitives-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.11.0", default-features = false }
cumulus-primitives-timestamp = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.11.0", default-features = false }
cumulus-primitives-utility = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.11.0", default-features = false }
parachain-info = { package = "staging-parachain-info", git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.11.0", default-features = false }
parachains-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.11.0", default-features = false }
Expand Down
10 changes: 0 additions & 10 deletions runtime/astar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,11 @@ pallet-xcm-benchmarks = { workspace = true, optional = true }

# cumulus dependencies
cumulus-pallet-aura-ext = { workspace = true }
cumulus-pallet-dmp-queue = { workspace = true }
cumulus-pallet-parachain-system = { workspace = true, features = ["parameterized-consensus-hook"] }
cumulus-pallet-xcm = { workspace = true }
cumulus-pallet-xcmp-queue = { workspace = true }
cumulus-primitives-aura = { workspace = true }
cumulus-primitives-core = { workspace = true }
cumulus-primitives-timestamp = { workspace = true }
cumulus-primitives-utility = { workspace = true }
parachain-info = { workspace = true }
parachains-common = { workspace = true }
Expand Down Expand Up @@ -109,7 +107,6 @@ frame-try-runtime = { workspace = true, optional = true }
astar-primitives = { workspace = true }
astar-xcm-benchmarks = { workspace = true, optional = true }
pallet-collator-selection = { workspace = true }
pallet-dapp-staking-migration = { workspace = true }
pallet-dapp-staking-v3 = { workspace = true }
pallet-evm-precompile-assets-erc20 = { workspace = true }
pallet-evm-precompile-dapp-staking-v3 = { workspace = true }
Expand Down Expand Up @@ -170,7 +167,6 @@ std = [
"pallet-balances/std",
"pallet-proxy/std",
"pallet-dapp-staking-v3/std",
"pallet-dapp-staking-migration/std",
"xcm-fee-payment-runtime-api/std",
"dapp-staking-v3-runtime-api/std",
"pallet-inflation/std",
Expand Down Expand Up @@ -209,10 +205,8 @@ std = [
"cumulus-primitives-aura/std",
"cumulus-primitives-core/std",
"cumulus-primitives-utility/std",
"cumulus-primitives-timestamp/std",
"cumulus-pallet-parachain-system/std",
"cumulus-pallet-aura-ext/std",
"cumulus-pallet-dmp-queue/std",
"cumulus-pallet-xcmp-queue/std",
"pallet-message-queue/std",
"parachains-common/std",
Expand Down Expand Up @@ -251,7 +245,6 @@ runtime-benchmarks = [
'pallet-timestamp/runtime-benchmarks',
"pallet-ethereum/runtime-benchmarks",
"pallet-dapp-staking-v3/runtime-benchmarks",
"pallet-dapp-staking-migration/runtime-benchmarks",
"pallet-price-aggregator/runtime-benchmarks",
"pallet-inflation/runtime-benchmarks",
"pallet-membership/runtime-benchmarks",
Expand Down Expand Up @@ -285,7 +278,6 @@ runtime-benchmarks = [
"polkadot-primitives/runtime-benchmarks",
"polkadot-runtime-common/runtime-benchmarks",
"xcm-executor/runtime-benchmarks",
"cumulus-pallet-dmp-queue/runtime-benchmarks",
"cumulus-primitives-core/runtime-benchmarks",
"parachains-common/runtime-benchmarks",
"orml-oracle/runtime-benchmarks",
Expand All @@ -301,7 +293,6 @@ try-runtime = [
"pallet-balances/try-runtime",
"pallet-proxy/try-runtime",
"pallet-dapp-staking-v3/try-runtime",
"pallet-dapp-staking-migration/try-runtime",
"pallet-inflation/try-runtime",
"pallet-sudo/try-runtime",
"pallet-timestamp/try-runtime",
Expand All @@ -321,7 +312,6 @@ try-runtime = [
"pallet-identity/try-runtime",
"pallet-multisig/try-runtime",
"cumulus-pallet-aura-ext/try-runtime",
"cumulus-pallet-dmp-queue/try-runtime",
"cumulus-pallet-parachain-system/try-runtime",
"cumulus-pallet-xcm/try-runtime",
"cumulus-pallet-xcmp-queue/try-runtime",
Expand Down
6 changes: 0 additions & 6 deletions runtime/shibuya/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,11 @@ pallet-vesting = { workspace = true }

# cumulus dependencies
cumulus-pallet-aura-ext = { workspace = true }
cumulus-pallet-dmp-queue = { workspace = true }
cumulus-pallet-parachain-system = { workspace = true, features = ["parameterized-consensus-hook"] }
cumulus-pallet-xcm = { workspace = true }
cumulus-pallet-xcmp-queue = { workspace = true }
cumulus-primitives-aura = { workspace = true }
cumulus-primitives-core = { workspace = true }
cumulus-primitives-timestamp = { workspace = true }
cumulus-primitives-utility = { workspace = true }
parachain-info = { workspace = true }
parachains-common = { workspace = true }
Expand Down Expand Up @@ -233,10 +231,8 @@ std = [
"cumulus-primitives-aura/std",
"cumulus-primitives-core/std",
"cumulus-primitives-utility/std",
"cumulus-primitives-timestamp/std",
"cumulus-pallet-parachain-system/std",
"cumulus-pallet-aura-ext/std",
"cumulus-pallet-dmp-queue/std",
"cumulus-pallet-xcmp-queue/std",
"cumulus-pallet-xcm/std",
"pallet-collator-selection/std",
Expand Down Expand Up @@ -315,7 +311,6 @@ runtime-benchmarks = [
"polkadot-primitives/runtime-benchmarks",
"polkadot-runtime-common/runtime-benchmarks",
"xcm-executor/runtime-benchmarks",
"cumulus-pallet-dmp-queue/runtime-benchmarks",
"cumulus-primitives-core/runtime-benchmarks",
"parachains-common/runtime-benchmarks",
"orml-oracle/runtime-benchmarks",
Expand Down Expand Up @@ -358,7 +353,6 @@ try-runtime = [
"pallet-contracts/try-runtime",
"pallet-evm-chain-id/try-runtime",
"cumulus-pallet-aura-ext/try-runtime",
"cumulus-pallet-dmp-queue/try-runtime",
"cumulus-pallet-parachain-system/try-runtime",
"cumulus-pallet-xcm/try-runtime",
"cumulus-pallet-xcmp-queue/try-runtime",
Expand Down
10 changes: 0 additions & 10 deletions runtime/shiden/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,11 @@ pallet-xcm-benchmarks = { workspace = true, optional = true }

# cumulus dependencies
cumulus-pallet-aura-ext = { workspace = true }
cumulus-pallet-dmp-queue = { workspace = true }
cumulus-pallet-parachain-system = { workspace = true, features = ["parameterized-consensus-hook"] }
cumulus-pallet-xcm = { workspace = true }
cumulus-pallet-xcmp-queue = { workspace = true }
cumulus-primitives-aura = { workspace = true }
cumulus-primitives-core = { workspace = true }
cumulus-primitives-timestamp = { workspace = true }
cumulus-primitives-utility = { workspace = true }
parachain-info = { workspace = true }
parachains-common = { workspace = true }
Expand Down Expand Up @@ -111,7 +109,6 @@ frame-try-runtime = { workspace = true, optional = true }
astar-primitives = { workspace = true }
astar-xcm-benchmarks = { workspace = true, optional = true }
pallet-collator-selection = { workspace = true }
pallet-dapp-staking-migration = { workspace = true }
pallet-dapp-staking-v3 = { workspace = true }
pallet-evm-precompile-assets-erc20 = { workspace = true }
pallet-evm-precompile-dapp-staking-v3 = { workspace = true }
Expand Down Expand Up @@ -181,7 +178,6 @@ std = [
"xcm-fee-payment-runtime-api/std",
"pallet-evm-precompile-sha3fips/std",
"pallet-dapp-staking-v3/std",
"pallet-dapp-staking-migration/std",
"dapp-staking-v3-runtime-api/std",
"pallet-inflation/std",
"pallet-evm-precompile-dapp-staking-v3/std",
Expand Down Expand Up @@ -213,10 +209,8 @@ std = [
"cumulus-primitives-aura/std",
"cumulus-primitives-core/std",
"cumulus-primitives-utility/std",
"cumulus-primitives-timestamp/std",
"cumulus-pallet-parachain-system/std",
"cumulus-pallet-aura-ext/std",
"cumulus-pallet-dmp-queue/std",
"cumulus-pallet-xcmp-queue/std",
"cumulus-pallet-xcm/std",
"pallet-collator-selection/std",
Expand Down Expand Up @@ -252,7 +246,6 @@ runtime-benchmarks = [
"sp-runtime/runtime-benchmarks",
"pallet-balances/runtime-benchmarks",
"pallet-dapp-staking-v3/runtime-benchmarks",
"pallet-dapp-staking-migration/runtime-benchmarks",
"pallet-inflation/runtime-benchmarks",
"pallet-timestamp/runtime-benchmarks",
"pallet-ethereum/runtime-benchmarks",
Expand Down Expand Up @@ -288,7 +281,6 @@ runtime-benchmarks = [
"polkadot-primitives/runtime-benchmarks",
"polkadot-runtime-common/runtime-benchmarks",
"xcm-executor/runtime-benchmarks",
"cumulus-pallet-dmp-queue/runtime-benchmarks",
"cumulus-primitives-core/runtime-benchmarks",
"pallet-message-queue/runtime-benchmarks",
"parachains-common/runtime-benchmarks",
Expand All @@ -308,7 +300,6 @@ try-runtime = [
"pallet-price-aggregator/try-runtime",
"pallet-membership/try-runtime",
"pallet-dapp-staking-v3/try-runtime",
"pallet-dapp-staking-migration/try-runtime",
"pallet-inflation/try-runtime",
"pallet-sudo/try-runtime",
"pallet-timestamp/try-runtime",
Expand All @@ -328,7 +319,6 @@ try-runtime = [
"pallet-insecure-randomness-collective-flip/try-runtime",
"pallet-contracts/try-runtime",
"cumulus-pallet-aura-ext/try-runtime",
"cumulus-pallet-dmp-queue/try-runtime",
"cumulus-pallet-parachain-system/try-runtime",
"cumulus-pallet-xcm/try-runtime",
"cumulus-pallet-xcmp-queue/try-runtime",
Expand Down

0 comments on commit 40c4b6c

Please sign in to comment.