-
Notifications
You must be signed in to change notification settings - Fork 90
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: deprecate VersionedSignedBlindedProposal #3155
core: deprecate VersionedSignedBlindedProposal #3155
Conversation
Convert VersionedSignedProposals to their blinded counterpart (requested by go-eth2-client & Beacon API spec) on-demand, so that the execution flow is simpler to understand and debug.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3155 +/- ##
==========================================
- Coverage 56.89% 56.72% -0.18%
==========================================
Files 208 208
Lines 29365 29202 -163
==========================================
- Hits 16707 16564 -143
+ Misses 10817 10811 -6
+ Partials 1841 1827 -14 ☔ View full report in Codecov by Sentry. |
Quality Gate passedIssues Measures |
@@ -0,0 +1,350 @@ | |||
{ |
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.
If we add this, do we still need to keep the golden blinded equivalent? Also, probably it would be nice to include "blinded": false
in the non-#01
version.
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.
hmm well there's no value so it'll be false by default
keep the golden blinded equivalent
you mean the golden files for VersionedSignedBlindedProposal?
Convert `VersionedSignedProposals` to their blinded counterpart (requested by go-eth2-client & Beacon API spec) on-demand, so that the execution flow is simpler to understand and debug. category: refactor ticket: none
Convert
VersionedSignedProposals
to their blinded counterpart (requested by go-eth2-client & Beacon API spec) on-demand, so that the execution flow is simpler to understand and debug.category: refactor
ticket: none