-
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
app/eth2wrap: sign domain for VOLUNTARY_EXIT
#3035
Conversation
Instead of returning the latest Domain available when the DomainName requested is VOLUNTARY_EXIT, returns the Capella one as detailed in EIP-7044. Doing so fixes both `exit` commands generating wrong signatures and voluntary exits sent over the VC.
Quality Gate passedIssues Measures |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3035 +/- ##
==========================================
- Coverage 54.80% 54.75% -0.06%
==========================================
Files 206 207 +1
Lines 28837 28932 +95
==========================================
+ Hits 15805 15842 +37
- Misses 11213 11269 +56
- Partials 1819 1821 +2 ☔ View full report in Codecov by Sentry. |
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 may be hard to merge this with the v3 endpoint branch...
@pinebit why do you think that? Do you believe we should hold off this PR until V3 is merged? |
VOLUNTARY_EXIT
VOLUNTARY_EXIT
Okay then, merging! |
Instead of returning the latest Domain available when the DomainName requested is VOLUNTARY_EXIT, returns the Capella one as detailed in EIP-7044.
Doing so fixes both
exit
commands generating wrong signatures and voluntary exits sent over the VC.category: bug
ticket: #2981
Closes #2981.