Skip to content

Commit ce576ce

Browse files
committed
Fixes
1 parent a4ad8b8 commit ce576ce

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

polkadot/cli/src/command.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ use pyroscope_pprofrs::{pprof_backend, PprofConfig};
3636

3737
type Result<T> = std::result::Result<T, Error>;
3838

39-
/// Millisecs per block is assumed to be the same for every relay chain.
40-
const MILLISECS_PER_BLOCK: u64 = 6000;
41-
4239
fn get_exec_name() -> Option<String> {
4340
std::env::current_exe()
4441
.ok()

polkadot/node/service/Cargo.toml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -187,15 +187,12 @@ runtime-benchmarks = [
187187
"frame-benchmarking/runtime-benchmarks",
188188
"frame-support/runtime-benchmarks",
189189
"frame-system/runtime-benchmarks",
190-
"kusama-runtime?/runtime-benchmarks",
191190
"pallet-babe/runtime-benchmarks",
192191
"pallet-im-online/runtime-benchmarks",
193192
"pallet-staking/runtime-benchmarks",
194193
"polkadot-parachain/runtime-benchmarks",
195194
"polkadot-primitives/runtime-benchmarks",
196-
"polkadot-runtime-common/runtime-benchmarks",
197195
"polkadot-runtime-parachains/runtime-benchmarks",
198-
"polkadot-runtime?/runtime-benchmarks",
199196
"polkadot-test-client/runtime-benchmarks",
200197
"rococo-runtime?/runtime-benchmarks",
201198
"sc-client-db/runtime-benchmarks",
@@ -206,30 +203,23 @@ runtime-benchmarks = [
206203
try-runtime = [
207204
"frame-support/try-runtime",
208205
"frame-system/try-runtime",
209-
"kusama-runtime?/try-runtime",
210206
"pallet-babe/try-runtime",
211207
"pallet-im-online/try-runtime",
212208
"pallet-staking/try-runtime",
213209
"pallet-transaction-payment/try-runtime",
214-
"polkadot-runtime-common/try-runtime",
215210
"polkadot-runtime-parachains/try-runtime",
216-
"polkadot-runtime?/try-runtime",
217211
"rococo-runtime?/try-runtime",
218212
"sp-runtime/try-runtime",
219213
"westend-runtime?/try-runtime",
220214
]
221215
fast-runtime = [
222-
"kusama-runtime?/fast-runtime",
223-
"polkadot-runtime?/fast-runtime",
224216
"rococo-runtime?/fast-runtime",
225217
"westend-runtime?/fast-runtime",
226218
]
227219

228220
malus = [ "full-node" ]
229221
runtime-metrics = [
230-
"kusama-runtime?/runtime-metrics",
231222
"polkadot-runtime-parachains/runtime-metrics",
232-
"polkadot-runtime?/runtime-metrics",
233223
"rococo-runtime?/runtime-metrics",
234224
"westend-runtime?/runtime-metrics",
235225
]

0 commit comments

Comments
 (0)