mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-20 23:14:37 +00:00
e2e: programmable ABCI method times (#8638)
* e2e: programmable ABCI method times * fix linting error
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user