From 7004bb55cffb51a8d14d3fa4eeaf3c4f6697a923 Mon Sep 17 00:00:00 2001 From: Ton-Chanh Le Date: Thu, 22 Jan 2026 11:06:28 -0500 Subject: [PATCH] upgrade geth to v1.16.8 --- .env.mainnet.example | 2 +- .env.moksha.example | 2 +- networks/mainnet/genesis.json | 7 +++++-- networks/moksha/genesis.json | 3 +++ 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.env.mainnet.example b/.env.mainnet.example index 61045ae..c1a3272 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.13 +GETH_VERSION=v1.16.8 PRYSM_VERSION=v5.1.0 REINIT_GETH=true diff --git a/.env.moksha.example b/.env.moksha.example index 01e9d80..db5c9c7 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.13 +GETH_VERSION=v1.16.8 PRYSM_VERSION=v5.1.0 REINIT_GETH=true diff --git a/networks/mainnet/genesis.json b/networks/mainnet/genesis.json index 93d8108..b79fa01 100644 --- a/networks/mainnet/genesis.json +++ b/networks/mainnet/genesis.json @@ -17,9 +17,12 @@ "grayGlacierBlock": 0, "terminalTotalDifficulty": 20000000, "mergeNetsplitBlock": 0, - "terminalTotalDifficultyPassed": true, + "terminalTotalDifficultyPassed": true, "shanghaiTime": 1752508825, - "cancunTime": 1752508825 + "cancunTime": 1752508825, + "blobSchedule": { + "cancun": { "target": 3, "max": 6, "baseFeeUpdateFraction": 3338477 } + } }, "coinbase": "0x0000000000000000000000000000000000000000", "difficulty": "1", diff --git a/networks/moksha/genesis.json b/networks/moksha/genesis.json index e5cc209..d817a43 100644 --- a/networks/moksha/genesis.json +++ b/networks/moksha/genesis.json @@ -14,6 +14,9 @@ "mergeNetsplitBlock": 0, "shanghaiTime": 1726429726, "cancunTime": 1726429726, + "blobSchedule": { + "cancun": { "target": 3, "max": 6, "baseFeeUpdateFraction": 3338477 } + }, "terminalTotalDifficulty": 0, "terminalTotalDifficultyPassed": true },