app: add HeadBlockNotFullyVerified condition fallback BN#4332
Merged
obol-bulldozer[bot] merged 1 commit intomainfrom Feb 20, 2026
Merged
app: add HeadBlockNotFullyVerified condition fallback BN#4332obol-bulldozer[bot] merged 1 commit intomainfrom
obol-bulldozer[bot] merged 1 commit intomainfrom
Conversation
|
Lorenz29
approved these changes
Feb 20, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4332 +/- ##
==========================================
+ Coverage 56.39% 56.43% +0.03%
==========================================
Files 237 237
Lines 31660 31660
==========================================
+ Hits 17856 17866 +10
+ Misses 11517 11506 -11
- Partials 2287 2288 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
KaloyanTanev
added a commit
that referenced
this pull request
Feb 22, 2026
An operator had an issue where the EL is not synced, but the CL is. However, Charon did not fallback to its fallback BNs.
```
{"log":"04:15:15.014 ERRO fetcher Permanent failure calling fetcher/fetch: fetch attester data: beacon api attestation_data: nok http response: GET failed with status 500: {\"code\":500,\"message\":\"UNHANDLED_ERROR: HeadBlockNotFullyVerified { beacon_block_root: 0x296d87292e7533cce4abfb1cd83e96bb5692d7f96498398109ccc653d125fc46, execution_status: Optimistic(0x8fc7a74d22d5272c2b938db92bbd7866a08cb4579d1523b26c281281eb5869d8) }\",\"stacktraces\":[]} {\"label\": \"attestation_data\", \"status_code\": 500, \"endpoint\": \"/eth/v1/validator/attestation_data\", \"method\": \"GET\", \"data\": \"{\\\"code\\\":500,\\\"message\\\":\\\"UNHANDLED_ERROR: HeadBlockNotFullyVerified { beacon_block_root: 0x296d87292e7533cce4abfb1cd83e96bb5692d7f96498398109ccc653d125fc46, execution_status: Optimistic(0x8fc7a74d22d5272c2b938db92bbd7866a08cb4579d1523b26c281281eb5869d8) }\\\",\\\"stacktraces\\\":[]}\", \"duty\": \"13728074/attester\"}\n","stream":"stderr","time":"2026-02-20T04:15:15.014464971Z"}
```
category: feature
ticket: none
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



An operator had an issue where the EL is not synced, but the CL is. However, Charon did not fallback to its fallback BNs.
category: feature
ticket: none