fix: CI quick-checks - fmt, taplo, umbrella version

This commit is contained in:
2026-01-07 17:19:27 +03:00
parent bedde865b0
commit b7b066682e
38 changed files with 120 additions and 2984 deletions
+2 -5
View File
@@ -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(