Skip to content

Conversation

@KaloyanTanev
Copy link
Collaborator

Charon v1.7.1

#4024
#4029
#4041

category: feature
ticket: none

DiogoSantoss and others added 3 commits October 23, 2025 15:59
Delay event values were being passed as `float64(delay)` instead of `delay.Seconds()` which causes Prometheus to store them incorrectly.

category: bug 
ticket: none
Now it works on my machine :) 

category: bug
ticket: none
Fix: Handle 404 errors gracefully in inclusion checker and improve error handling

**Problem**

The inclusion checker was treating 404 responses from the beacon node as errors, causing:
- Unnecessary retries when blocks are missed, putting load on the beacon node
- Spurious warnings for expected 404 responses (missed proposals are valid)

**Solution**

1. Handle 404 errors gracefully
Detect 404 status codes and treat them as "block not found" (expected behavior)
Stop retrying and stop logging warnings for 404 responses
Added comprehensive tests to verify correct behavior
2. Improve error handling approach
Modified eth2wrap.wrapError() to use errors.Wrap() instead of errors.New()
Preserves original eth2api.Error in the error chain
Enables standard Go error checking with errors.As() instead of relying on logging fields
Applied consistently across inclusion.go and synthproposer.go

category: bug
ticket: #4035
@sonarqubecloud
Copy link

@KaloyanTanev KaloyanTanev changed the title Kalo/v1.7.1 *: v1.7.1 Oct 23, 2025
@KaloyanTanev KaloyanTanev self-assigned this Oct 23, 2025
@KaloyanTanev KaloyanTanev added the merge when ready Indicates bulldozer bot may merge when all checks pass label Oct 23, 2025
@codecov
Copy link

codecov bot commented Oct 23, 2025

Codecov Report

❌ Patch coverage is 80.00000% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 53.53%. Comparing base (3ac6bc9) to head (7157a66).
⚠️ Report is 1 commits behind head on main-v1.7.

Files with missing lines Patch % Lines
app/sse/listener.go 0.00% 2 Missing ⚠️
cmd/createdkg.go 0.00% 2 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##           main-v1.7    #4049      +/-   ##
=============================================
- Coverage      53.57%   53.53%   -0.04%     
=============================================
  Files            224      224              
  Lines          37353    37366      +13     
=============================================
- Hits           20011    20005       -6     
- Misses         15221    15241      +20     
+ Partials        2121     2120       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@obol-bulldozer obol-bulldozer bot merged commit 749d2d7 into main-v1.7 Oct 23, 2025
13 of 14 checks passed
@obol-bulldozer obol-bulldozer bot deleted the kalo/v1.7.1 branch October 23, 2025 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

branch-release merge when ready Indicates bulldozer bot may merge when all checks pass

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants