Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 9eadd57

Browse files
Update scripts/e2e.geth.instamine.sh to use v1.10.3 of Geth (#4154)
* Update scripts/e2e.geth.instamine.sh to use v1.10.3 of Geth * Update scripts/e2e.geth.instamine.sh to use v1.10.3 of Geth * Fix typo
1 parent d46883f commit 9eadd57

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,8 +392,7 @@ Released with 1.0.0-beta.37 code base.
392392

393393
### Changed
394394

395-
### Removes
396-
395+
- Changed Geth Docker verision from `stable` to `1.10.3` in `e2e.geth.instamine.sh` and `scripts/e2e.geth.automine.sh` (#4154)
397396

398397
## [Unreleased]
399398

scripts/e2e.geth.automine.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ echo " "
2424
# Launch client w/ two unlocked accounts.
2525
# + accounts[0] default geth unlocked bal = ~infinity
2626
# + accounts[1] unlocked, signing password = 'left-hand-of-darkness'
27-
geth-dev-assistant --period 2 --accounts 1 --tag 'stable'
27+
geth-dev-assistant --period 2 --accounts 1 --tag 'v1.10.3'
2828

2929
# Test
3030
GETH_AUTOMINE=true nyc --no-clean --silent _mocha -- \

scripts/e2e.geth.instamine.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ echo " "
2424
# Launch client w/ two unlocked accounts.
2525
# + accounts[0] default geth unlocked bal = ~infinity
2626
# + accounts[1] unlocked, bal=50 eth, signing password = 'left-hand-of-darkness'
27-
geth-dev-assistant --accounts 1 --tag 'stable'
27+
geth-dev-assistant --accounts 1 --tag 'v1.10.3'
2828

2929
# Test
3030
GETH_INSTAMINE=true nyc --no-clean --silent _mocha -- \

0 commit comments

Comments
 (0)