From cbaf4e15b945e1483002d5bd25326e4e0340ca82 Mon Sep 17 00:00:00 2001 From: Aere Network Date: Fri, 11 Sep 2026 09:34:49 +0300 Subject: [PATCH] run-node.sh: GENESIS_SHA256 pinned to the v10 fleet genesis (e5038e6a...) that this package ships since 2026-09-10; the old pin (361709dc...) made run-node.sh refuse its own genesis.json at step 2/6 for ~13 hours (found 2026-09-11 by the from-genesis import proof) --- run-node.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-node.sh b/run-node.sh index 2fdfa80..6bb70ed 100644 --- a/run-node.sh +++ b/run-node.sh @@ -39,7 +39,7 @@ set -euo pipefail # --- constants --------------------------------------------------------------------------------- BESU_UPSTREAM_URL="https://github.com/hyperledger/besu.git" BASE_COMMIT="d2032017bb3b8cb215a97303980a1e4a643f7180" # Besu develop line after 26.4.0; see anchor/BASE.txt -GENESIS_SHA256="361709dccec4e9fc85be5aec33b30b58a55dc53424087d84c1ad11bd1d944c24" +GENESIS_SHA256="e5038e6a1437bd85fa51294609edf2126a997f14f4fa7a65a0d39bd0aa24d2e5" # fleet genesis since 2026-09-10 (third config.pqRegistryHash entry at 18,082,816); 361709dc... before NETWORK_ID=2800 # Patches applied in this order. 0002 (testnet precompiles) is deliberately NOT applied on mainnet. PATCHES=(