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
Lighthouse validator exits are failing with Charon, showing a "signature not verified" error. This issue persists even though the same keystore works with Teku. The problem might relate to the validator's private key not being recognized by Charon, or it could be due to an undocumented process for Lighthouse exits.
🛠️ Proposed solution
Verify if the keystore-1.json used for signing the exit is listed in cluster-lock.json.
Cross-check the public key in keystore-1.json against the pubshare in the lock file.
Test the Lighthouse validator exit command on a core team node using Docker
Check why voluntary exits with Lighthouse are not documented, and update the documentation if necessary.
The text was updated successfully, but these errors were encountered:
🎯 Problem to be solved
Lighthouse validator exits are failing with Charon, showing a "signature not verified" error. This issue persists even though the same keystore works with Teku. The problem might relate to the validator's private key not being recognized by Charon, or it could be due to an undocumented process for Lighthouse exits.
🛠️ Proposed solution
keystore-1.json
used for signing the exit is listed incluster-lock.json
.keystore-1.json
against the pubshare in the lock file.The text was updated successfully, but these errors were encountered: