From 6faa90c82c8621e7edbf17ba233250c5743ba5dc Mon Sep 17 00:00:00 2001 From: Tim Nunamaker Date: Fri, 31 Jan 2025 16:59:00 -0600 Subject: [PATCH 1/3] chore: upgrade Geth to 1.14.13 Geth released a security release to patch a vulnerability. Read more here: https://github.com/ethereum/go-ethereum/releases/tag/v1.14.13 --- .env.moksha.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.moksha.example b/.env.moksha.example index 46b2383..17b9357 100644 --- a/.env.moksha.example +++ b/.env.moksha.example @@ -7,7 +7,7 @@ RPC_TRUSTED_IP_RANGES= # e.g. "https://app.example.com,https://admin.example.com" CORS_ALLOWED_ORIGINS=* -GETH_VERSION=v1.14.11 +GETH_VERSION=v1.14.13 PRYSM_VERSION=v5.1.0 REINIT_GETH=true From 6de9e97210ff525d6fd66223e3c3c70923c58bd8 Mon Sep 17 00:00:00 2001 From: Tim Nunamaker Date: Fri, 31 Jan 2025 16:59:30 -0600 Subject: [PATCH 2/3] Update .env.maya.example --- .env.maya.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.maya.example b/.env.maya.example index 195b71c..c432976 100644 --- a/.env.maya.example +++ b/.env.maya.example @@ -7,7 +7,7 @@ RPC_TRUSTED_IP_RANGES= # e.g. "https://app.example.com,https://admin.example.com" CORS_ALLOWED_ORIGINS=* -GETH_VERSION=v1.14.11 +GETH_VERSION=v1.14.13 PRYSM_VERSION=v5.1.0 REINIT_GETH=true From c9df8fca61ccbc2a7d61a7c8847a8e618a68b44a Mon Sep 17 00:00:00 2001 From: Tim Nunamaker Date: Fri, 31 Jan 2025 16:59:40 -0600 Subject: [PATCH 3/3] Update .env.mainnet.example --- .env.mainnet.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.mainnet.example b/.env.mainnet.example index 860bb0b..a386f2d 100644 --- a/.env.mainnet.example +++ b/.env.mainnet.example @@ -7,7 +7,7 @@ RPC_TRUSTED_IP_RANGES= # e.g. "https://app.example.com,https://admin.example.com" CORS_ALLOWED_ORIGINS=* -GETH_VERSION=v1.14.11 +GETH_VERSION=v1.14.13 PRYSM_VERSION=v5.1.0 REINIT_GETH=true