-
Notifications
You must be signed in to change notification settings - Fork 938
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Description
ethdo adds the name key to the keystore when it creates an account. Lighthouse throws an error trying to read this file:
Failed to init validator client: unable to decrypt all validator directories: ValidatorDirError(UnableToReadKeystore(ReadError("unknown field `name`, expected one of `crypto`, `uuid`, `path`, `pubkey`, `version` at line 1 column 469")))
Version
670672265e59
Present Behaviour
When trying to use a validator keystore generated from ethdo the lighthouse validator throws an error, complaining about the name key in the keystore.
Expected Behaviour
Lighthouse validator should simply ignore extra keys...
Steps to resolve
I deleted the name key from the JSON and everything worked. So the obvious solution is to ignore extra keys in the keystore JSON.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request