From ce9e377ebe438ce654f43b368dbb5e1b96512cf4 Mon Sep 17 00:00:00 2001 From: Etan Kissling Date: Tue, 1 Oct 2024 13:12:13 +0200 Subject: [PATCH] bump geth to `v1.14.10` (#6589) - https://github.com/ethereum/go-ethereum/releases/tag/v1.14.8 - https://github.com/ethereum/go-ethereum/releases/tag/v1.14.9 - https://github.com/ethereum/go-ethereum/releases/tag/v1.14.10 --- scripts/geth_binaries.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/geth_binaries.sh b/scripts/geth_binaries.sh index 349427b37..a812eac42 100644 --- a/scripts/geth_binaries.sh +++ b/scripts/geth_binaries.sh @@ -21,7 +21,7 @@ source "${SCRIPTS_DIR}/bash_utils.sh" download_geth_stable() { if [[ ! -e "${STABLE_GETH_BINARY}" ]]; then - GETH_VERSION="1.14.7-aa55f5ea" # https://geth.ethereum.org/downloads + GETH_VERSION="1.14.10-1015a42d" # https://geth.ethereum.org/downloads GETH_URL="https://gethstore.blob.core.windows.net/builds/" case "${OS}-${ARCH}" in