@@ -29,6 +29,9 @@ xcm-executor = { workspace = true }
2929# orml
3030orml-traits = { path = " ../traits" , version = " 0.6.1" , default-features = false }
3131
32+ # for runtime-benchmarks
33+ polkadot-runtime-common = { workspace = true , optional = true }
34+
3235[dev-dependencies ]
3336# substrate
3437pallet-balances = { workspace = true , features = [" std" ] }
@@ -53,33 +56,21 @@ xcm-simulator = { workspace = true }
5356# orml
5457orml-tokens = { path = " ../tokens" }
5558orml-xcm = { path = " ../xcm" }
56- orml-xcm-support = { path = " ../xcm-support" , default-features = false }
59+ orml-xcm-support = { path = " ../xcm-support" }
5760orml-xtokens = { path = " ../xtokens" }
5861
5962[features ]
6063default = [ " std" ]
6164std = [
62- " cumulus-pallet-dmp-queue/std" ,
63- " cumulus-pallet-parachain-system/std" ,
64- " cumulus-pallet-xcm/std" ,
65- " cumulus-pallet-xcmp-queue/std" ,
66- " cumulus-primitives-core/std" ,
6765 " frame-support/std" ,
6866 " frame-system/std" ,
6967 " log/std" ,
7068 " orml-traits/std" ,
71- " orml-xcm-support/std" ,
72- " pallet-balances/std" ,
73- " pallet-message-queue/std" ,
7469 " pallet-xcm/std" ,
75- " parachain-info/std" ,
7670 " parity-scale-codec/std" ,
77- " polkadot-parachain-primitives/std" ,
78- " polkadot-runtime-common/std" ,
79- " polkadot-runtime-parachains/std" ,
71+ " polkadot-runtime-common?/std" ,
8072 " scale-info/std" ,
8173 " serde" ,
82- " sp-core/std" ,
8374 " sp-io/std" ,
8475 " sp-runtime/std" ,
8576 " sp-std/std" ,
@@ -88,37 +79,18 @@ std = [
8879 " xcm/std" ,
8980]
9081runtime-benchmarks = [
91- " cumulus-pallet-parachain-system/runtime-benchmarks" ,
92- " cumulus-pallet-xcmp-queue/runtime-benchmarks" ,
9382 " frame-support/runtime-benchmarks" ,
9483 " frame-system/runtime-benchmarks" ,
95- " orml-tokens/runtime-benchmarks" ,
96- " orml-xtokens/runtime-benchmarks" ,
97- " pallet-balances/runtime-benchmarks" ,
98- " pallet-message-queue/runtime-benchmarks" ,
9984 " pallet-xcm/runtime-benchmarks" ,
100- " polkadot-parachain-primitives/runtime-benchmarks" ,
10185 " polkadot-runtime-common/runtime-benchmarks" ,
102- " polkadot-runtime-parachains/runtime-benchmarks" ,
10386 " sp-runtime/runtime-benchmarks" ,
10487 " xcm-builder/runtime-benchmarks" ,
10588 " xcm-executor/runtime-benchmarks" ,
10689]
10790try-runtime = [
108- " cumulus-pallet-dmp-queue/try-runtime" ,
109- " cumulus-pallet-parachain-system/try-runtime" ,
110- " cumulus-pallet-xcm/try-runtime" ,
111- " cumulus-pallet-xcmp-queue/try-runtime" ,
11291 " frame-support/try-runtime" ,
11392 " frame-system/try-runtime" ,
114- " orml-tokens/try-runtime" ,
115- " orml-xcm/try-runtime" ,
116- " orml-xtokens/try-runtime" ,
117- " pallet-balances/try-runtime" ,
118- " pallet-message-queue/try-runtime" ,
11993 " pallet-xcm/try-runtime" ,
120- " parachain-info/try-runtime" ,
121- " polkadot-runtime-common/try-runtime" ,
122- " polkadot-runtime-parachains/try-runtime" ,
94+ " polkadot-runtime-common?/try-runtime" ,
12395 " sp-runtime/try-runtime" ,
12496]
0 commit comments