From 4a96bad48e7561fe775d05117d6ffd946b860a13 Mon Sep 17 00:00:00 2001 From: Jasmina Malicevic Date: Fri, 24 Jun 2022 10:16:34 +0200 Subject: [PATCH] Added priority mempool to ci testnet --- test/e2e/networks/ci.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/e2e/networks/ci.toml b/test/e2e/networks/ci.toml index e1bbc68e8..7ed1049df 100644 --- a/test/e2e/networks/ci.toml +++ b/test/e2e/networks/ci.toml @@ -68,6 +68,7 @@ start_at = 1005 # Becomes part of the validator set at 1010 seeds = ["seed02"] database = "cleveldb" fast_sync = "v0" +mempool_version = "v1" # FIXME: should be grpc, disabled due to https://github.com/tendermint/tendermint/issues/5439 #abci_protocol = "grpc" privval_protocol = "tcp"