You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EIP-7044 mandates exit messages to be signed on Capella's domain. In Charon, exit messages aren't signed, but their validity is verified, typically using the last available domain. It's crucial to ensure the domain from Capella is used for this purpose.
🛠️ Proposed solution
Implement a mechanism to identify and use Capella's domain for signing exit messages in compliance with EIP-7044.
Update the validity verification process in Charon to prioritize Capella's domain when checking exit messages.
The text was updated successfully, but these errors were encountered:
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: #2981Closes#2981.
🎯 Problem to be solved
EIP-7044 mandates exit messages to be signed on Capella's domain. In Charon, exit messages aren't signed, but their validity is verified, typically using the last available domain. It's crucial to ensure the domain from Capella is used for this purpose.
🛠️ Proposed solution
The text was updated successfully, but these errors were encountered: