Skip to content

Conversation

@pinebit
Copy link
Collaborator

@pinebit pinebit commented Jan 21, 2026

Added logging error if bcast failed to submit proposal.

category: refactor
ticket: none

@sonarqubecloud
Copy link

@codecov
Copy link

codecov bot commented Jan 21, 2026

Codecov Report

❌ Patch coverage is 0% with 7 lines in your changes missing coverage. Please review.
✅ Project coverage is 56.96%. Comparing base (fcb8c34) to head (9ea0f9c).

Files with missing lines Patch % Lines
core/bcast/bcast.go 0.00% 6 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4240      +/-   ##
==========================================
- Coverage   57.03%   56.96%   -0.07%     
==========================================
  Files         237      237              
  Lines       30857    30864       +7     
==========================================
- Hits        17599    17582      -17     
- Misses      11021    11043      +22     
- Partials     2237     2239       +2     

☔ 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.

z.Bool("blinded", block.Blinded),
)
} else {
log.Error(ctx, "Failed to submit block proposal to beacon node",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We will log a failed BN call if there is an error, as we will return error from this endpoint

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes but we won't log details such as "blinded"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants