@@ -154,52 +154,22 @@ sc-service = { workspace = true, optional = true }
154
154
substrate-build-script-utils = { workspace = true }
155
155
156
156
[features ]
157
- default = [" polkadot -cli" , " sc -cli" , " sc-service" , " sc-service/rocksdb" ]
157
+ default = [" sc -cli" , " polkadot -cli" , " sc-service" , " sc-service/rocksdb" ]
158
158
runtime-benchmarks = [
159
- " astar-primitives/runtime-benchmarks" ,
160
- " astar-runtime/runtime-benchmarks" ,
161
159
" frame-benchmarking-cli" ,
162
- " frame-benchmarking-cli?/runtime-benchmarks" ,
163
- " frame-benchmarking/runtime-benchmarks" ,
164
- " frame-system/runtime-benchmarks" ,
165
160
" local-runtime/runtime-benchmarks" ,
166
- " pallet-ethereum/runtime-benchmarks" ,
167
- " pallet-evm/runtime-benchmarks" ,
168
- " polkadot-cli/runtime-benchmarks" ,
169
- " polkadot-parachain/runtime-benchmarks" ,
170
- " polkadot-primitives/runtime-benchmarks" ,
171
- " polkadot-runtime-common" ,
172
- " polkadot-runtime-common/std" ,
173
- " polkadot-runtime-common?/runtime-benchmarks" ,
174
- " polkadot-service/runtime-benchmarks" ,
175
- " sc-client-db/runtime-benchmarks" ,
176
- " sc-service/runtime-benchmarks" ,
177
161
" shibuya-runtime/runtime-benchmarks" ,
178
162
" shiden-runtime/runtime-benchmarks" ,
163
+ " astar-runtime/runtime-benchmarks" ,
164
+ " polkadot-cli/runtime-benchmarks" ,
165
+ " polkadot-runtime-common/std" ,
179
166
" sp-keyring" ,
180
- " sp-runtime/runtime-benchmarks" ,
167
+ " polkadot-runtime-common" ,
168
+ " astar-primitives/runtime-benchmarks" ,
181
169
]
182
170
cli = [" try-runtime-cli" ]
183
- try-runtime = [
184
- " astar-primitives/try-runtime" ,
185
- " astar-runtime/try-runtime" ,
186
- " frame-system/try-runtime" ,
187
- " frame-try-runtime/try-runtime" ,
188
- " local-runtime/try-runtime" ,
189
- " pallet-ethereum/try-runtime" ,
190
- " pallet-evm/try-runtime" ,
191
- " pallet-transaction-payment/try-runtime" ,
192
- " polkadot-cli?/try-runtime" ,
193
- " polkadot-runtime-common?/try-runtime" ,
194
- " polkadot-service/try-runtime" ,
195
- " shibuya-runtime/try-runtime" ,
196
- " shiden-runtime/try-runtime" ,
197
- " sp-runtime/try-runtime" ,
198
- " try-runtime-cli/try-runtime" ,
199
- ]
171
+ try-runtime = [" local-runtime/try-runtime" , " try-runtime-cli/try-runtime" ]
200
172
evm-tracing = [
201
- " astar-runtime/evm-tracing" ,
202
- " local-runtime/evm-tracing" ,
203
173
" moonbeam-rpc-debug" ,
204
174
" moonbeam-rpc-primitives-debug" ,
205
175
" moonbeam-rpc-primitives-txpool" ,
0 commit comments