sigp / lighthouse

Ethereum consensus client in Rust
https://lighthouse.sigmaprime.io/
Apache License 2.0
2.89k stars 736 forks source link

Validator Exit needs --reuse-password like account import #4670

Open bitstr3am opened 1 year ago

bitstr3am commented 1 year ago

For more than a few validators it's quite the convenience to enter the keystore password once and for each validator.

Since --reuse-password is supported when adding validators (account import) it makes sense to have parity behavior in validator exit.

mrabino1 commented 1 year ago

fair. until that is ready, just use ethdo that has that built in. fwiw.

bitstr3am commented 4 months ago

fair. until that is ready, just use ethdo that has that built in. fwiw.

Thanks. Although it's not forked for all EVM chains.

Adding reuse-password (this issue) would be best if combined with an option to pass a keystore path so it can exit all keystore.json vs having to iterate over them which would defeat the purpose and require specifying the password esch time.

Would be nice parity with Prysm.