Skip to content

Commit

Permalink
Update scripts/e2e.geth.instamine.sh to use v1.10.3 of Geth (#4154)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
spacesailor24 authored Jun 25, 2021
1 parent d46883f commit 9eadd57
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` and `scripts/e2e.geth.automine.sh` (#4154)

## [Unreleased]

Expand Down
2 changes: 1 addition & 1 deletion scripts/e2e.geth.automine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 -- \
Expand Down
2 changes: 1 addition & 1 deletion scripts/e2e.geth.instamine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 -- \
Expand Down

0 comments on commit 9eadd57

Please sign in to comment.