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

Track Eth2 clients #389

Closed
pablomendezroyo opened this issue Feb 17, 2022 · 2 comments
Closed

Track Eth2 clients #389

pablomendezroyo opened this issue Feb 17, 2022 · 2 comments
Assignees

Comments

@pablomendezroyo
Copy link
Contributor

pablomendezroyo commented Feb 17, 2022

Eth2 clients have been progressing their support on the web3signer. This issue aims to track the web3signer support in each Eth2 client as well as the main features required to make them work

Eth2 client web3signer Remote keymanager API Checkpoint sync Fee recipient API ref Separated services Gnosis-chain
Prysm ✔️ ✔️ ref 🚀 ref 🚀 ref ✔️ ✔️
Teku ✔️ 🚀 ✔️ ref ✔️ ✔️ ✔️ early-stage
Lighthouse ✔️ ✔️ *Not following standard ref ✔️ ref ✔️ ✔️ ✔️
Nimbus ✔️ 🚀 ref ref ✔️
Lodestar ✔️
web3signer - ✔️ - - - 🚀

DAppNode needs

  • web3signer: would allow to easily switch between clients, letting users switch the client they are using to validate and not rely just on Prysm.
  • Remote keymanager API: would allow to import/delete keystores on validator services on the fly without having to restart the service.
  • Checkpoint sync: this path is very important for dappnode users due to the high host resources consumption when syncing from genesis.
  • Fee recipient API: something to be implemented for the Bellatrix merge.
  • Separated services: to avoid spamming web3signer is very important to have beacon and validator as separated services, allowing to keep syncing beacon while having validator stopped.
  • Gnosis-chain: the gnosis chain support is crucial for dappnode and dappnode users and clients should be pushed to support it.

References

cc: dapplion mgarciate eduadiez @Pol-Lanski

┆Issue is synchronized with this Basecamp todo by Unito

@pablomendezroyo pablomendezroyo changed the title Track Eth2 clients + web3signer status Track Eth2 clients + web3signer + remote keymanager API + checkpoint sync Apr 5, 2022
@pablomendezroyo pablomendezroyo changed the title Track Eth2 clients + web3signer + remote keymanager API + checkpoint sync Track Eth2 clients Apr 5, 2022
@james-prysm
Copy link

@pablomendezroyo
Copy link
Contributor Author

Implemented

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

2 participants