fix: CI quick-checks - fmt, taplo, umbrella version
This commit is contained in:
@@ -139,9 +139,9 @@ xcm-runtime-pezapis = { workspace = true, default-features = true }
|
||||
|
||||
[dev-dependencies]
|
||||
assert_matches = { workspace = true }
|
||||
# pezkuwi-node-subsystem-test-helpers = { workspace = true }
|
||||
# pezkuwi-primitives-test-helpers = { workspace = true }
|
||||
# pezkuwi-test-client = { workspace = true }
|
||||
pezkuwi-node-subsystem-test-helpers = { workspace = true }
|
||||
pezkuwi-primitives-test-helpers = { workspace = true }
|
||||
pezkuwi-test-client = { workspace = true }
|
||||
pezsp-tracing = { workspace = true }
|
||||
tempfile = { workspace = true }
|
||||
|
||||
@@ -229,18 +229,18 @@ runtime-benchmarks = [
|
||||
"pezkuwi-node-core-runtime-api?/runtime-benchmarks",
|
||||
"pezkuwi-node-core-teyrchains-inherent/runtime-benchmarks",
|
||||
"pezkuwi-node-network-protocol/runtime-benchmarks",
|
||||
# "pezkuwi-node-subsystem-test-helpers/runtime-benchmarks",
|
||||
"pezkuwi-node-subsystem-test-helpers/runtime-benchmarks",
|
||||
"pezkuwi-node-subsystem-types/runtime-benchmarks",
|
||||
"pezkuwi-node-subsystem-util/runtime-benchmarks",
|
||||
"pezkuwi-node-subsystem/runtime-benchmarks",
|
||||
"pezkuwi-overseer/runtime-benchmarks",
|
||||
"pezkuwi-pez-node-primitives/runtime-benchmarks",
|
||||
# "pezkuwi-primitives-test-helpers/runtime-benchmarks",
|
||||
"pezkuwi-primitives-test-helpers/runtime-benchmarks",
|
||||
"pezkuwi-primitives/runtime-benchmarks",
|
||||
"pezkuwi-rpc/runtime-benchmarks",
|
||||
"pezkuwi-runtime-teyrchains/runtime-benchmarks",
|
||||
"pezkuwi-statement-distribution?/runtime-benchmarks",
|
||||
# "pezkuwi-test-client/runtime-benchmarks",
|
||||
"pezkuwi-test-client/runtime-benchmarks",
|
||||
"pezkuwichain-runtime-constants?/runtime-benchmarks",
|
||||
"pezkuwichain-runtime?/runtime-benchmarks",
|
||||
"pezmmr-gadget/runtime-benchmarks",
|
||||
|
||||
@@ -163,11 +163,8 @@ where
|
||||
.build(),
|
||||
);
|
||||
|
||||
let grandpa_hard_forks = if config.chain_spec.is_dicle() {
|
||||
grandpa_support::dicle_hard_forks()
|
||||
} else {
|
||||
Vec::new()
|
||||
};
|
||||
let grandpa_hard_forks =
|
||||
if config.chain_spec.is_dicle() { grandpa_support::dicle_hard_forks() } else { Vec::new() };
|
||||
|
||||
let (grandpa_block_import, grandpa_link) =
|
||||
pezsc_consensus_grandpa::block_import_with_authority_set_hard_forks(
|
||||
|
||||
Reference in New Issue
Block a user