|
@ -28,9 +28,8 @@ var ( |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
// The following specify randomly chosen values for testnet nodes.
|
|
|
// The following specify randomly chosen values for testnet nodes.
|
|
|
nodeDatabases = uniformChoice{"goleveldb", "cleveldb", "rocksdb", "boltdb", "badgerdb"} |
|
|
|
|
|
// FIXME: grpc disabled due to https://github.com/tendermint/tendermint/issues/5439
|
|
|
|
|
|
nodeABCIProtocols = uniformChoice{"unix", "tcp", "builtin"} // "grpc"
|
|
|
|
|
|
|
|
|
nodeDatabases = uniformChoice{"goleveldb", "cleveldb", "rocksdb", "boltdb", "badgerdb"} |
|
|
|
|
|
nodeABCIProtocols = uniformChoice{"unix", "tcp", "builtin", "grpc"} |
|
|
nodePrivvalProtocols = uniformChoice{"file", "unix", "tcp", "grpc"} |
|
|
nodePrivvalProtocols = uniformChoice{"file", "unix", "tcp", "grpc"} |
|
|
// FIXME: v2 disabled due to flake
|
|
|
// FIXME: v2 disabled due to flake
|
|
|
nodeFastSyncs = uniformChoice{"v0"} // "v2"
|
|
|
nodeFastSyncs = uniformChoice{"v0"} // "v2"
|
|
|