-
Notifications
You must be signed in to change notification settings - Fork 187
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
wip: engine api errors TODOs #2410
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2410 +/- ##
==========================================
- Coverage 27.08% 21.17% -5.91%
==========================================
Files 351 3 -348
Lines 15543 85 -15458
Branches 20 20
==========================================
- Hits 4210 18 -4192
+ Misses 11130 66 -11064
+ Partials 203 1 -202 |
execution/client/helpers.go
Outdated
// NewPayload -- | ||
// FCU -- | ||
return nil, engineerrors.ErrUnknownPayloadStatus |
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.
in this case, probably want to return REJECT ProcessProposal (as is) and also error in FinalizeBlock
cc @rezbera
No description provided.