Skip to content

Commit

Permalink
all dependencies set
Browse files Browse the repository at this point in the history
  • Loading branch information
lemunozm committed Mar 1, 2024
1 parent c9f2320 commit dc93db7
Show file tree
Hide file tree
Showing 18 changed files with 7,709 additions and 4,211 deletions.
11,063 changes: 7,490 additions & 3,573 deletions Cargo.lock

Large diffs are not rendered by default.

717 changes: 149 additions & 568 deletions Cargo.toml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions libs/mocks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ cfg-traits = { workspace = true }
cfg-types = { workspace = true }

orml-traits = { workspace = true }
xcm = { workspace = true }
staging-xcm = { workspace = true }

mock-builder = { workspace = true }

Expand All @@ -46,7 +46,7 @@ std = [
"sp-io/std",
"sp-runtime/std",
"orml-traits/std",
"xcm/std",
"staging-xcm/std",
"mock-builder/std",
]
runtime-benchmarks = [
Expand Down
10 changes: 5 additions & 5 deletions libs/primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ pallet-collective = { workspace = true }
cumulus-primitives-core = { workspace = true }

# XCM primitives dependencies
xcm = { workspace = true }
xcm-executor = { workspace = true }
staging-xcm = { workspace = true }
staging-xcm-executor = { workspace = true }

[features]
default = ["std"]
Expand All @@ -53,15 +53,15 @@ std = [
"sp-io/std",
"sp-runtime/std",
"sp-std/std",
"xcm-executor/std",
"xcm/std",
"staging-xcm-executor/std",
"staging-xcm/std",
]
runtime-benchmarks = [
"frame-support/runtime-benchmarks",
"frame-system/runtime-benchmarks",
"pallet-collective/runtime-benchmarks",
"sp-runtime/runtime-benchmarks",
"xcm-executor/runtime-benchmarks",
"staging-xcm-executor/runtime-benchmarks",
]
try-runtime = [
"frame-support/try-runtime",
Expand Down
4 changes: 2 additions & 2 deletions libs/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sp-std = { workspace = true }

orml-asset-registry = { workspace = true }
orml-traits = { workspace = true }
xcm = { workspace = true }
staging-xcm = { workspace = true }

# local dependencies
cfg-primitives = { workspace = true }
Expand Down Expand Up @@ -56,7 +56,7 @@ std = [
"sp-runtime/std",
"sp-runtime/std",
"sp-std/std",
"xcm/std",
"staging-xcm/std",
]
runtime-benchmarks = [
"cfg-primitives/runtime-benchmarks",
Expand Down
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ cumulus-relay-chain-interface = { workspace = true, default-features = true }
polkadot-cli = { workspace = true, default-features = true }
polkadot-primitives = { workspace = true, default-features = true }
polkadot-service = { workspace = true, default-features = true }
xcm = { workspace = true, default-features = true }
staging-xcm = { workspace = true, default-features = true }

# Local
altair-runtime = { workspace = true, default-features = true }
Expand Down
9 changes: 5 additions & 4 deletions pallets/liquidity-pools-gateway/routers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ sp-runtime = { workspace = true }

# XCM
pallet-xcm-transactor = { workspace = true }
xcm = { workspace = true }
staging-xcm = { workspace = true }
xcm-primitives = { workspace = true }

# EVM
Expand All @@ -45,8 +45,8 @@ lazy_static = { workspace = true }

cumulus-primitives-core = { workspace = true, default-features = true }

xcm-builder = { workspace = true, default-features = true }
xcm-executor = { workspace = true, default-features = true }
staging-xcm-builder = { workspace = true, default-features = true }
staging-xcm-executor = { workspace = true, default-features = true }

pallet-evm-chain-id = { workspace = true, default-features = true }
pallet-evm-precompile-simple = { workspace = true, default-features = true }
Expand All @@ -73,7 +73,7 @@ std = [
"frame-system/std",
"sp-std/std",
"sp-core/std",
"xcm/std",
"staging-xcm/std",
"pallet-liquidity-pools-gateway/std",
"pallet-xcm-transactor/std",
"pallet-ethereum/std",
Expand All @@ -99,6 +99,7 @@ runtime-benchmarks = [
"pallet-evm/runtime-benchmarks",
"pallet-balances/runtime-benchmarks",
"sp-runtime/runtime-benchmarks",
"staging-xcm-builder/runtime-benchmarks",
]
try-runtime = [
"frame-support/try-runtime",
Expand Down
4 changes: 2 additions & 2 deletions pallets/liquidity-pools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ cfg-types = { workspace = true }
cfg-utils = { workspace = true }

# Polkadot
xcm = { workspace = true }
staging-xcm = { workspace = true }

fp-self-contained = { workspace = true }
pallet-ethereum = { workspace = true }
Expand Down Expand Up @@ -70,7 +70,7 @@ std = [
"orml-tokens/std",
"orml-traits/std",
"pallet-balances/std",
"xcm/std",
"staging-xcm/std",
"pallet-ethereum/std",
"xcm-primitives/std",
"ethabi/std",
Expand Down
2 changes: 1 addition & 1 deletion pallets/order-book/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pallet-restricted-tokens = { workspace = true, default-features = true }
sp-io = { workspace = true, default-features = true }

# Used by impl_mock_registry macro internally
xcm = { workspace = true, default-features = true }
staging-xcm = { workspace = true, default-features = true }

[features]
default = ["std"]
Expand Down
4 changes: 2 additions & 2 deletions pallets/pool-registry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ orml-asset-registry = { workspace = true }
orml-traits = { workspace = true }
sp-runtime = { workspace = true }
sp-std = { workspace = true }
xcm = { workspace = true }
staging-xcm = { workspace = true }

cfg-primitives = { workspace = true }
cfg-traits = { workspace = true }
Expand Down Expand Up @@ -65,7 +65,7 @@ std = [
"frame-benchmarking/std",
"pallet-investments/std",
"scale-info/std",
"xcm/std",
"staging-xcm/std",
"pallet-pool-fees/std",
"pallet-pool-system/std",
]
Expand Down
2 changes: 1 addition & 1 deletion pallets/pool-system/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ parachain-info = { workspace = true, default-features = true }
rand = { workspace = true, default-features = true }
sp-core = { workspace = true, default-features = true }
sp-io = { workspace = true, default-features = true }
xcm = { workspace = true, default-features = true }
staging-xcm = { workspace = true, default-features = true }

[features]
default = ["std"]
Expand Down
4 changes: 2 additions & 2 deletions pallets/restricted-xtokens/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ orml-traits = { workspace = true }
orml-xtokens = { workspace = true }

# polkadot
xcm = { workspace = true }
staging-xcm = { workspace = true }

# local
cfg-traits = { workspace = true }
Expand All @@ -39,7 +39,7 @@ std = [
"scale-info/std",
"orml-xtokens/std",
"orml-traits/std",
"xcm/std",
"staging-xcm/std",
]
runtime-benchmarks = [
"cfg-traits/runtime-benchmarks",
Expand Down
1 change: 0 additions & 1 deletion pallets/token-mux/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ orml-tokens = { workspace = true, default-features = true }
# Polkadot SDK
pallet-balances = { workspace = true, default-features = true }
sp-io = { workspace = true, default-features = true }
xcm = { workspace = true, default-features = false }

[features]
default = ["std"]
Expand Down
22 changes: 11 additions & 11 deletions runtime/altair/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ cumulus-primitives-timestamp = { workspace = true }
cumulus-primitives-utility = { workspace = true }

pallet-transaction-payment-rpc-runtime-api = { workspace = true }
polkadot-parachain = { workspace = true }
polkadot-parachain-primitives = { workspace = true }
polkadot-runtime-common = { workspace = true }

xcm = { workspace = true }
xcm-builder = { workspace = true }
xcm-executor = { workspace = true }
staging-xcm = { workspace = true }
staging-xcm-builder = { workspace = true }
staging-xcm-executor = { workspace = true }
xcm-primitives = { workspace = true }

orml-traits = { workspace = true }
Expand Down Expand Up @@ -178,9 +178,9 @@ std = [
"cumulus-primitives-timestamp/std",
"cumulus-primitives-utility/std",
"cumulus-pallet-session-benchmarking?/std",
"xcm/std",
"xcm-builder/std",
"xcm-executor/std",
"staging-xcm/std",
"staging-xcm-builder/std",
"staging-xcm-executor/std",
"xcm-primitives/std",
"orml-traits/std",
"orml-xcm-support/std",
Expand All @@ -189,7 +189,7 @@ std = [
"moonbeam-relay-encoder/std",
"pallet-transaction-payment-rpc-runtime-api/std",
"polkadot-runtime-common/std",
"polkadot-parachain/std",
"polkadot-parachain-primitives/std",

# Locals
"cfg-primitives/std",
Expand Down Expand Up @@ -281,11 +281,11 @@ runtime-benchmarks = [
"sp-runtime/runtime-benchmarks",
"frame-support/runtime-benchmarks",
"frame-system/runtime-benchmarks",
"xcm-builder/runtime-benchmarks",
"xcm-executor/runtime-benchmarks",
"staging-xcm-builder/runtime-benchmarks",
"staging-xcm-executor/runtime-benchmarks",
"xcm-primitives/runtime-benchmarks",
"polkadot-runtime-common/runtime-benchmarks",
"polkadot-parachain/runtime-benchmarks",
"polkadot-parachain-primitives/runtime-benchmarks",

# Locals
"cfg-primitives/runtime-benchmarks",
Expand Down
22 changes: 11 additions & 11 deletions runtime/centrifuge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ cumulus-primitives-timestamp = { workspace = true }
cumulus-primitives-utility = { workspace = true }

pallet-transaction-payment-rpc-runtime-api = { workspace = true }
polkadot-parachain = { workspace = true }
polkadot-parachain-primitives = { workspace = true }
polkadot-runtime-common = { workspace = true }

xcm = { workspace = true }
xcm-builder = { workspace = true }
xcm-executor = { workspace = true }
staging-xcm = { workspace = true }
staging-xcm-builder = { workspace = true }
staging-xcm-executor = { workspace = true }
xcm-primitives = { workspace = true }

orml-traits = { workspace = true }
Expand Down Expand Up @@ -178,9 +178,9 @@ std = [
"cumulus-primitives-timestamp/std",
"cumulus-primitives-utility/std",
"cumulus-pallet-session-benchmarking?/std",
"xcm/std",
"xcm-builder/std",
"xcm-executor/std",
"staging-xcm/std",
"staging-xcm-builder/std",
"staging-xcm-executor/std",
"xcm-primitives/std",
"orml-traits/std",
"orml-xcm-support/std",
Expand All @@ -189,7 +189,7 @@ std = [
"moonbeam-relay-encoder/std",
"pallet-transaction-payment-rpc-runtime-api/std",
"polkadot-runtime-common/std",
"polkadot-parachain/std",
"polkadot-parachain-primitives/std",

# Locals
"cfg-primitives/std",
Expand Down Expand Up @@ -280,11 +280,11 @@ runtime-benchmarks = [
"sp-runtime/runtime-benchmarks",
"frame-support/runtime-benchmarks",
"frame-system/runtime-benchmarks",
"xcm-builder/runtime-benchmarks",
"xcm-executor/runtime-benchmarks",
"staging-xcm-builder/runtime-benchmarks",
"staging-xcm-executor/runtime-benchmarks",
"xcm-primitives/runtime-benchmarks",
"polkadot-runtime-common/runtime-benchmarks",
"polkadot-parachain/runtime-benchmarks",
"polkadot-parachain-primitives/runtime-benchmarks",

# Locals
"cfg-primitives/runtime-benchmarks",
Expand Down
22 changes: 11 additions & 11 deletions runtime/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ sp-io = { workspace = true }
sp-runtime = { workspace = true }
sp-std = { workspace = true }

polkadot-parachain = { workspace = true }
xcm = { workspace = true }
xcm-builder = { workspace = true }
xcm-executor = { workspace = true }
polkadot-parachain-primitives = { workspace = true }
staging-xcm = { workspace = true }
staging-xcm-builder = { workspace = true }
staging-xcm-executor = { workspace = true }

orml-traits = { workspace = true }

Expand Down Expand Up @@ -160,7 +160,7 @@ std = [
"pallet-restricted-tokens/std",
"pallet-treasury/std",
"parachain-info/std",
"polkadot-parachain/std",
"polkadot-parachain-primitives/std",
"scale-info/std",
"serde/std",
"sp-api/std",
Expand All @@ -170,10 +170,10 @@ std = [
"sp-io/std",
"sp-runtime/std",
"sp-std/std",
"xcm-executor/std",
"staging-xcm-executor/std",
"xcm-primitives/std",
"xcm-builder/std",
"xcm/std",
"staging-xcm-builder/std",
"staging-xcm/std",

# Locals
"cfg-primitives/std",
Expand Down Expand Up @@ -257,10 +257,10 @@ runtime-benchmarks = [
"frame-support/runtime-benchmarks",
"frame-system/runtime-benchmarks",
"frame-benchmarking/runtime-benchmarks", # Optional enabled
"xcm-executor/runtime-benchmarks",
"staging-xcm-executor/runtime-benchmarks",
"xcm-primitives/runtime-benchmarks",
"xcm-builder/runtime-benchmarks",
"polkadot-parachain/runtime-benchmarks",
"staging-xcm-builder/runtime-benchmarks",
"polkadot-parachain-primitives/runtime-benchmarks",

# Locals
"cfg-primitives/runtime-benchmarks",
Expand Down
Loading

0 comments on commit dc93db7

Please sign in to comment.