diff --git a/scripts/ci.sh b/scripts/ci.sh index 49158a66744..461f2f0fa7d 100755 --- a/scripts/ci.sh +++ b/scripts/ci.sh @@ -5,8 +5,8 @@ # Snoop these # - https://hub.docker.com/r/ethereum/client-go # - https://github.com/ethereum/go-ethereum/releases -# GETH_VERSION="stable" -GETH_VERSION="v1.10.26" +GETH_VERSION="stable" +# GETH_VERSION="v1.10.26" # Exit script as soon as a command fails. set -o errexit diff --git a/scripts/geth.sh b/scripts/geth.sh index cdce1684c72..06c5750a83f 100755 --- a/scripts/geth.sh +++ b/scripts/geth.sh @@ -5,8 +5,8 @@ # Snoop these # - https://hub.docker.com/r/ethereum/client-go # - https://github.com/ethereum/go-ethereum/releases -# GETH_VERSION="stable" -GETH_VERSION="v1.10.26" +GETH_VERSION="stable" +# GETH_VERSION="v1.10.26" docker pull "ethereum/client-go:$GETH_VERSION" @@ -28,6 +28,7 @@ CID=$(docker run \ --nodiscover \ --dev \ --dev.period 0 \ + --rpc.enabledeprecatedpersonal \ --allow-insecure-unlock \ --preload ./scripts/geth-accounts.js \ console)