lighthouse icon indicating copy to clipboard operation
lighthouse copied to clipboard

Validator manager commands for the Keymanager APIs

Open chong-he opened this issue 6 months ago • 1 comments

Issue Addressed

  • #4854

Proposed Changes

Add commonds to lighthouse vm to support the Keymanager API to manage local keystores, i.e., list, import and delete

Additional Info

Building on top of @pahor167 PR: https://github.com/sigp/lighthouse/pull/5347

Some other modifications:

  • modify the import logging where only successful import will display the log (previously it will display the log once the HTTP API is called even though the import is not successful, e.g., incorrect password)
  • added logging for successful delete

chong-he avatar Aug 15 '24 05:08 chong-he