fix ci.toml and lint

This commit is contained in:
Callum Waters
2021-08-27 11:25:53 +02:00
parent c7cfaf9a1b
commit 87f241fbe7
7 changed files with 18 additions and 18 deletions

View File

@@ -63,6 +63,7 @@ perturb = ["pause"]
[node.validator05]
database = "cleveldb"
block_sync = "v0"
state_sync = "p2p"
seeds = ["seed01"]
start_at = 1005 # Becomes part of the validator set at 1010
abci_protocol = "grpc"
@@ -77,7 +78,7 @@ block_sync = "v0"
persistent_peers = ["validator01", "validator02", "validator03", "validator04", "validator05"]
perturb = ["restart"]
retain_blocks = 7
state_sync = true
state_sync = "rpc"
[node.light01]
mode = "light"