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
Adds the `use_remote_signer` flag, outsourcing validator key management
to a remote signer, which validator clients connect to.
Supported by all VCs except Lighthouse through this PR.
Slashing protection DB is not enabled for web3signer since that would
require adding significantly more complexity - creating a separate
postgres DB and running migrations.
I was thinking a lot what to call the remote signer service, in the end
went with `signer-1-geth-lodestar` (this is the remote signer for
`vc-1-geth-lodestar`).
Addresses #263 / #758
Prerequisite for adding [Vero](https://github.com/serenita-org/vero) as
a validator client - it exclusively uses a remote signer
---------
Co-authored-by: Barnabas Busa <[email protected]>
It would be a great addition to be able to configure external-signers in a kurtosis network then have VC's or BN's configured to call those signers...
The text was updated successfully, but these errors were encountered: