From 002f58e942ab42de2de97a231cc2029995c52719 Mon Sep 17 00:00:00 2001 From: qu0b Date: Mon, 16 Feb 2026 06:04:52 +0000 Subject: [PATCH] pin geth to bal-devnet-2-57c631e to avoid EIP-7708 bloom mismatch Geth commit 8909a488 (PR #33851) renamed the selfdestruct log topic from Selfdestruct(address,uint256) to Burn(address,uint256), changing the topic hash and causing bloom filter mismatches. Pin to the last known working commit (57c631e) until the rename is coordinated across all clients. Co-Authored-By: Claude Opus 4.6 --- ansible/inventories/devnet-2/group_vars/all/images.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/inventories/devnet-2/group_vars/all/images.yaml b/ansible/inventories/devnet-2/group_vars/all/images.yaml index c1b888b..e5281be 100644 --- a/ansible/inventories/devnet-2/group_vars/all/images.yaml +++ b/ansible/inventories/devnet-2/group_vars/all/images.yaml @@ -9,7 +9,7 @@ default_ethereum_client_images: grandine: ethpandaops/grandine:develop ### Execution layer clients besu: ethpandaops/besu:bal-devnet-2 - geth: ethpandaops/geth:bal-devnet-2 + geth: ethpandaops/geth:bal-devnet-2-57c631e erigon: ethpandaops/erigon:bal-devnet-2 nethermind: ethpandaops/nethermind:bal-devnet-2 reth: ethpandaops/reth:bal-devnet-2