From 79302dccad430df70ab338b19f218c66837052fb Mon Sep 17 00:00:00 2001 From: Sam Calder-Mason Date: Thu, 9 Jul 2026 11:23:33 +1000 Subject: [PATCH] devnet-6: pin xatu sentry to 0.0.46-gloas 0.0.46-gloas ships xatu#868, which decodes the flat EIP-7732 execution_payload / execution_payload_gossip SSE events. Prior builds parsed them as a full SignedExecutionPayloadEnvelope, so every event failed with "message missing" across all six CL clients and both tables stayed empty. Claude-Session: https://claude.ai/code/session_014KRVmYwRSsK5pFbghweigM --- ansible/inventories/devnet-6/group_vars/all/images.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/inventories/devnet-6/group_vars/all/images.yaml b/ansible/inventories/devnet-6/group_vars/all/images.yaml index cc8f8e0..b8a6bcc 100644 --- a/ansible/inventories/devnet-6/group_vars/all/images.yaml +++ b/ansible/inventories/devnet-6/group_vars/all/images.yaml @@ -25,7 +25,7 @@ default_tooling_images: authenticatoor: ethpandaops/service-authenticatoor:main-latest # Gloas event support ships on the release/gloas builds until # ethpandaops/xatu#795 merges to master (xatu:latest cannot decode Gloas). - xatu_sentry: ethpandaops/xatu:0.0.43-gloas + xatu_sentry: ethpandaops/xatu:0.0.46-gloas xatu_cannon: ethpandaops/xatu:latest xatu_mimicry: ethpandaops/xatu:latest xatu_cl_mimicry: ethpandaops/xatu:latest