-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
core/bcast: broadcast either blinded or full block #3144
core/bcast: broadcast either blinded or full block #3144
Conversation
Shortcut `/eth/v2/beacon/blinded_blocks/submit_blinded_block_v2` to use newer proposals rather than blinded block proposals.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3144 +/- ##
==========================================
- Coverage 56.83% 56.80% -0.04%
==========================================
Files 208 208
Lines 29314 29336 +22
==========================================
+ Hits 16662 16665 +3
- Misses 10811 10828 +17
- Partials 1841 1843 +2 ☔ View full report in Codecov by Sentry. |
Quality Gate passedIssues Measures |
ok bool | ||
) | ||
|
||
block, ok = aggData.(core.VersionedSignedProposal) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's terrible that we have to do all these castings.. and sad that I overlooked this issue in bcast.
Shortcut `/eth/v2/beacon/blinded_blocks/submit_blinded_block_v2` to use newer proposals rather than blinded block proposals. category: bug ticket: none
Check what type of proposal we're broadcasting before calling
SubmitProposal
.category: bug
ticket: none