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:
+7
-1888
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(
|
||||
|
||||
@@ -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]]
|
||||
|
||||
Reference in New Issue
Block a user