From 32ce95b33ca88fe24aacc11778a26c505e4a5a75 Mon Sep 17 00:00:00 2001 From: Wyatt Barnes Date: Wed, 23 Jun 2021 15:02:55 -1000 Subject: [PATCH 1/2] Update pull Geth docker version from stable to pre-london (1.10.3) --- scripts/e2e.geth.instamine.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/e2e.geth.instamine.sh b/scripts/e2e.geth.instamine.sh index df4f7d048ba..fd92941a1ae 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.10.3' # Test GETH_INSTAMINE=true nyc --no-clean --silent _mocha -- \ From e709281d5f416473ec0d378936bc393b33dbdc63 Mon Sep 17 00:00:00 2001 From: Wyatt Barnes Date: Wed, 23 Jun 2021 15:05:06 -1000 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 216990761ba..55c5cf5241f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -392,8 +392,7 @@ Released with 1.0.0-beta.37 code base. ### Changed -### Removes - +- Changed Geth Docker verision from `stable` to `1.10.3` in `e2e.geth.instamine.sh` ## [Unreleased]