Conversation
Improved `senderID` check. category: refactor ticket: none
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
Save indices for which the request was done. This helps with proposal duties caching, as for a request of N indices only a subset (if any) are returned. However, if we do not store the indices for which the cache was created, we cannot know if the initial request was for all indices or only for 1. category: bug ticket: #4009
|
OisinKyne
approved these changes
Feb 22, 2026
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main-v1.9 #4334 +/- ##
=============================================
- Coverage 56.43% 56.37% -0.06%
=============================================
Files 237 237
Lines 31658 31696 +38
=============================================
+ Hits 17867 17870 +3
- Misses 11507 11537 +30
- Partials 2284 2289 +5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.



Includes:
category: misc
ticket: none