From ad847dfb896e17244b0b4b0e7d7d792628de5ee4 Mon Sep 17 00:00:00 2001 From: cgewecke Date: Wed, 13 May 2020 15:11:55 -0700 Subject: [PATCH] Pin geth docker version to v1.9.13 --- scripts/e2e.geth.automine.sh | 2 +- scripts/e2e.geth.instamine.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/e2e.geth.automine.sh b/scripts/e2e.geth.automine.sh index 0282d15d4e7..7e9a3c0c87f 100755 --- a/scripts/e2e.geth.automine.sh +++ b/scripts/e2e.geth.automine.sh @@ -24,7 +24,7 @@ echo " " # Launch client w/ two unlocked accounts. # + accounts[0] default geth unlocked bal = ~infinity # + accounts[1] unlocked, signing password = 'left-hand-of-darkness' -geth-dev-assistant --period 2 --accounts 1 --tag 'stable' +geth-dev-assistant --period 2 --accounts 1 --tag 'v1.9.13' # Test GETH_AUTOMINE=true nyc --no-clean --silent _mocha -- \ diff --git a/scripts/e2e.geth.instamine.sh b/scripts/e2e.geth.instamine.sh index df4f7d048ba..d1f12a96d93 100755 --- a/scripts/e2e.geth.instamine.sh +++ b/scripts/e2e.geth.instamine.sh @@ -24,7 +24,7 @@ echo " " # Launch client w/ two unlocked accounts. # + accounts[0] default geth unlocked bal = ~infinity # + accounts[1] unlocked, bal=50 eth, signing password = 'left-hand-of-darkness' -geth-dev-assistant --accounts 1 --tag 'stable' +geth-dev-assistant --accounts 1 --tag 'v1.9.13' # Test GETH_INSTAMINE=true nyc --no-clean --silent _mocha -- \