Skip to content

Commit

Permalink
pin e2e geth version to 1.9.18
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanio committed Aug 17, 2020
1 parent 0151821 commit 13a3faf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.9.18'

# 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.9.18'

# Test
GETH_INSTAMINE=true nyc --no-clean --silent _mocha -- \
Expand Down

0 comments on commit 13a3faf

Please sign in to comment.