@@ -29,6 +29,9 @@ xcm-executor = { workspace = true }
29
29
# orml
30
30
orml-traits = { path = " ../traits" , version = " 0.5.0-dev" , default-features = false }
31
31
32
+ # for runtime-benchmarks
33
+ polkadot-runtime-common = { workspace = true , optional = true }
34
+
32
35
[dev-dependencies ]
33
36
# substrate
34
37
pallet-balances = { workspace = true , features = [" std" ] }
@@ -53,33 +56,21 @@ xcm-simulator = { workspace = true }
53
56
# orml
54
57
orml-tokens = { path = " ../tokens" }
55
58
orml-xcm = { path = " ../xcm" }
56
- orml-xcm-support = { path = " ../xcm-support" , default-features = false }
59
+ orml-xcm-support = { path = " ../xcm-support" }
57
60
orml-xtokens = { path = " ../xtokens" }
58
61
59
62
[features ]
60
63
default = [ " std" ]
61
64
std = [
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" ,
67
65
" frame-support/std" ,
68
66
" frame-system/std" ,
69
67
" log/std" ,
70
68
" orml-traits/std" ,
71
- " orml-xcm-support/std" ,
72
- " pallet-balances/std" ,
73
- " pallet-message-queue/std" ,
74
69
" pallet-xcm/std" ,
75
- " parachain-info/std" ,
76
70
" parity-scale-codec/std" ,
77
- " polkadot-parachain-primitives/std" ,
78
- " polkadot-runtime-common/std" ,
79
- " polkadot-runtime-parachains/std" ,
71
+ " polkadot-runtime-common?/std" ,
80
72
" scale-info/std" ,
81
73
" serde" ,
82
- " sp-core/std" ,
83
74
" sp-io/std" ,
84
75
" sp-runtime/std" ,
85
76
" sp-std/std" ,
@@ -88,37 +79,18 @@ std = [
88
79
" xcm/std" ,
89
80
]
90
81
runtime-benchmarks = [
91
- " cumulus-pallet-parachain-system/runtime-benchmarks" ,
92
- " cumulus-pallet-xcmp-queue/runtime-benchmarks" ,
93
82
" frame-support/runtime-benchmarks" ,
94
83
" 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" ,
99
84
" pallet-xcm/runtime-benchmarks" ,
100
- " polkadot-parachain-primitives/runtime-benchmarks" ,
101
85
" polkadot-runtime-common/runtime-benchmarks" ,
102
- " polkadot-runtime-parachains/runtime-benchmarks" ,
103
86
" sp-runtime/runtime-benchmarks" ,
104
87
" xcm-builder/runtime-benchmarks" ,
105
88
" xcm-executor/runtime-benchmarks" ,
106
89
]
107
90
try-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" ,
112
91
" frame-support/try-runtime" ,
113
92
" 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" ,
119
93
" 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" ,
123
95
" sp-runtime/try-runtime" ,
124
96
]
0 commit comments