Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support remote signer EIP-3030 #2948

Closed
dapplion opened this issue Oct 4, 2021 · 2 comments
Closed

Support remote signer EIP-3030 #2948

dapplion opened this issue Oct 4, 2021 · 2 comments

Comments

@dapplion
Copy link
Contributor

dapplion commented Oct 4, 2021

Implementing EIP-3030 would allow Nimbus to connect to a Web3Signer remote signer to obtain signatures.

This is very relevant in the effort to support non-technical solo stakers that require a UI to operate. Since implementor teams have very limited bandwidth attaching a UI to an external remote signer is the shortest path to a universal keymanager API for all client. Please check this issue for a readiness analysis of other potential solutions dappnode/DAppNode#329.

A remote signer also allows both solo stakers and staking pools to safely switch between clients safely with zero downtime. It also abstracts managing the slashing protection data since it's computed and stored inside the remote signer.

The standard is currently adopted by Teku and Lighthouse, Prysm and Lodestar pending. The Web3Signer linked above developed by Teku has been stress tested in production for long and is usable immediately. To support the UI the Web3Signer should be extended to include some basic routes potentially adhering to ethereum/beacon-APIs#151, and there's already potential funding available to make it happen.

I highly encourage the Nimbus team to consider this feature's priority since it can be very beneficial for both Nimbus adoption and the health of the network as a whole.

@james-prysm
Copy link

can confirm, team is working on this and starting designs, implementation should be in a flag for execution

@tersec
Copy link
Contributor

tersec commented Jun 19, 2023

Web3Signer support has been implemented and documented by #3077 #3640 #4912 among other PRs.

This has become an interoperable approach of a remote signer, also adopted by other clients in the ecosystem.

@tersec tersec closed this as completed Jun 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants