From cf2bcee6070825bbed9a94ee4e2f491de3c63b82 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Thu, 3 Oct 2019 09:53:17 -0700 Subject: [PATCH] Increase testnets to 4 validator nodes to avoid the need for 100% consensus --- ci/testnet-manager.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/testnet-manager.sh b/ci/testnet-manager.sh index 3f30a684e6..dbe8d920e8 100755 --- a/ci/testnet-manager.sh +++ b/ci/testnet-manager.sh @@ -333,7 +333,7 @@ deploy() { ( set -x ci/testnet-deploy.sh -p edge-testnet-solana-com -C gce -z us-west1-b \ - -t "$CHANNEL_OR_TAG" -n 2 -c 0 -u -P \ + -t "$CHANNEL_OR_TAG" -n 3 -c 0 -u -P \ -a edge-testnet-solana-com --letsencrypt edge.testnet.solana.com \ --limit-ledger-size \ ${skipCreate:+-e} \ @@ -359,7 +359,7 @@ deploy() { ( set -x ci/testnet-deploy.sh -p beta-testnet-solana-com -C gce -z us-west1-b \ - -t "$CHANNEL_OR_TAG" -n 2 -c 0 -u -P \ + -t "$CHANNEL_OR_TAG" -n 3 -c 0 -u -P \ -a beta-testnet-solana-com --letsencrypt beta.testnet.solana.com \ --limit-ledger-size \ ${skipCreate:+-e} \ @@ -385,7 +385,7 @@ deploy() { ( set -x ci/testnet-deploy.sh -p testnet-solana-com -C gce -z us-west1-b \ - -t "$CHANNEL_OR_TAG" -n 2 -c 0 -u -P \ + -t "$CHANNEL_OR_TAG" -n 3 -c 0 -u -P \ -a testnet-solana-com --letsencrypt testnet.solana.com \ --limit-ledger-size \ ${skipCreate:+-e} \