e2e: programmable ABCI method times (#8638)

* e2e: programmable ABCI method times

* fix linting error
This commit is contained in:
Callum Waters
2022-05-31 12:22:52 +02:00
committed by GitHub
parent 3dec4a4744
commit fefce8dc35
6 changed files with 131 additions and 61 deletions
+1 -4
View File
@@ -5,6 +5,7 @@ evidence = 5
initial_height = 1000
initial_state = {initial01 = "a", initial02 = "b", initial03 = "c"}
queue_type = "priority"
abci_protocol = "builtin"
[validators]
validator01 = 100
@@ -37,7 +38,6 @@ snapshot_interval = 5
block_sync = "v0"
[node.validator02]
abci_protocol = "tcp"
database = "cleveldb"
persist_interval = 0
perturb = ["restart"]
@@ -48,7 +48,6 @@ block_sync = "v0"
[node.validator03]
database = "badgerdb"
seeds = ["seed01"]
abci_protocol = "grpc"
persist_interval = 3
perturb = ["kill"]
privval_protocol = "grpc"
@@ -56,7 +55,6 @@ block_sync = "v0"
retain_blocks = 10
[node.validator04]
abci_protocol = "builtin"
snapshot_interval = 5
database = "rocksdb"
persistent_peers = ["validator01"]
@@ -69,7 +67,6 @@ block_sync = "v0"
database = "badgerdb"
state_sync = "p2p"
start_at = 1005 # Becomes part of the validator set at 1010
abci_protocol = "builtin"
perturb = ["pause", "disconnect", "restart"]
[node.full01]