fix: format issues for quick-checks CI

- Fix toml format in zombienet-mainnet-21.toml (taplo)
- Fix rust format in spawner.rs (cargo fmt)
- Regenerate umbrella crate
This commit is contained in:
2026-01-24 20:06:53 +03:00
parent b298ae5fe3
commit 3a4b413965
3 changed files with 14 additions and 1890 deletions
+7 -1888
View File
File diff suppressed because it is too large Load Diff
@@ -69,7 +69,9 @@ where
// "asset-hub-pezkuwichain" starts with "asset-hub-pezkuwi", so we must exclude it.
let is_asset_hub_pezkuwi = ctx
.parachain_id
.map(|id| id.starts_with("asset-hub-pezkuwi") && !id.starts_with("asset-hub-pezkuwichain"))
.map(|id| {
id.starts_with("asset-hub-pezkuwi") && !id.starts_with("asset-hub-pezkuwichain")
})
.unwrap_or_default();
let keystore_key_types = node.keystore_key_types.iter().map(String::as_str).collect();
let key_filenames = generators::generate_node_keystore(
+4 -1
View File
@@ -11,7 +11,10 @@ bootnode_spawn_timeout = 300
default_command = "/home/mamostehp/pezkuwi-sdk/target/release/pezkuwi"
# Use "genesis" preset which has 21 real validators and real account addresses
chain = "pezkuwichain"
default_args = ["-lbabe=debug,grandpa=debug,teyrchain=debug", "--unsafe-force-node-key-generation"]
default_args = [
"--unsafe-force-node-key-generation",
"-lbabe=debug,grandpa=debug,teyrchain=debug",
]
# Validator 1: Satoshi-Qazi-Mohammed
[[relaychain.nodes]]