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

Commit 2523949

Browse files
1.4.0 Geth version downgrade (#4149)
* Update pull Geth docker version from stable to pre-london (1.10.3) * Update CHANGELOG
1 parent d50f17a commit 2523949

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,10 @@ Released with 1.0.0-beta.37 code base.
390390
- Berlin Transaction Support (#4083)
391391
- When signing a transaction, common object now defaults to berlin instead of petersburg
392392

393+
### Changed
394+
395+
- Changed Geth Docker verision from `stable` to `1.10.3` in `e2e.geth.instamine.sh`
396+
393397
## [Unreleased]
394398

395399
## [1.4.1]

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)