Skip to content

Commit 3480ab3

Browse files
committed
Update Geth and options
1 parent 0327eef commit 3480ab3

File tree

4 files changed

+907
-598
lines changed

4 files changed

+907
-598
lines changed

get_geth.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ HOMEDIR=${HOMEDIR:-"."}
99
# Unfortunately GitHub ratelimits the following requests when running on travis. That's the reason why I had to hardcode the values of VERSION and COMMIT for now.
1010
# VERSION=$(curl -s https://api.github.com/repos/ethereum/go-ethereum/releases/latest | python -c "import sys, json; print(json.load(sys.stdin)['tag_name'])")
1111
# COMMIT=$(curl -s https://api.github.com/repos/ethereum/go-ethereum/commits/${VERSION} | python -c "import sys, json; print(json.load(sys.stdin)['sha'])")
12-
VERSION="1.8.27"
13-
COMMIT="4bcc0a37"
12+
VERSION="1.9.5"
13+
COMMIT="a1c09b93"
1414
PLATFORM=$(uname | tr '[:upper:]' '[:lower:]')
1515
ARCH=$(uname -m)
1616
NAME="geth-${PLATFORM}-amd64-${VERSION}-${COMMIT}"

main.js

+1
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ function run(client, { download, workdir, logging, allocate, execute }) {
216216
"94000000",
217217
"--miner.gasprice",
218218
"1000000000",
219+
"--allow-insecure-unlock",
219220
"--keystore",
220221
paths.keys,
221222
"--unlock",

0 commit comments

Comments
 (0)