From 87738b73a08957ea661dfa101405ba82361c113d Mon Sep 17 00:00:00 2001 From: Wyatt Barnes Date: Thu, 24 Jun 2021 11:47:19 -1000 Subject: [PATCH 1/3] Update scripts/e2e.geth.instamine.sh to use v1.10.3 of Geth --- CHANGELOG.md | 3 +-- scripts/e2e.geth.instamine.sh | 2 +- 2 files changed, 2 insertions(+), 3 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] 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 059be6db6a0e64084f6f664173cb0eddeb647077 Mon Sep 17 00:00:00 2001 From: Wyatt Barnes Date: Thu, 24 Jun 2021 11:50:00 -1000 Subject: [PATCH 2/3] Update scripts/e2e.geth.instamine.sh to use v1.10.3 of Geth --- CHANGELOG.md | 2 +- scripts/e2e.geth.automine.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55c5cf5241f..b11b6f5925f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -392,7 +392,7 @@ Released with 1.0.0-beta.37 code base. ### Changed -- Changed Geth Docker verision from `stable` to `1.10.3` in `e2e.geth.instamine.sh` +- Changed Geth Docker verision from `stable` to `1.10.3` in `e2e.geth.instamine.sh` and `scripts/e2e.geth.instamine.sh` (#4154) ## [Unreleased] diff --git a/scripts/e2e.geth.automine.sh b/scripts/e2e.geth.automine.sh index 0282d15d4e7..3612ef682db 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.10.3' # Test GETH_AUTOMINE=true nyc --no-clean --silent _mocha -- \ From 7b2acdfcaa5418aa10aeb6c7756b5cb71f7056ef Mon Sep 17 00:00:00 2001 From: Wyatt Barnes Date: Thu, 24 Jun 2021 11:50:49 -1000 Subject: [PATCH 3/3] Fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b11b6f5925f..3ea1d4c9f95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -392,7 +392,7 @@ Released with 1.0.0-beta.37 code base. ### Changed -- Changed Geth Docker verision from `stable` to `1.10.3` in `e2e.geth.instamine.sh` and `scripts/e2e.geth.instamine.sh` (#4154) +- Changed Geth Docker verision from `stable` to `1.10.3` in `e2e.geth.instamine.sh` and `scripts/e2e.geth.automine.sh` (#4154) ## [Unreleased]