-
Notifications
You must be signed in to change notification settings - Fork 222
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
Lido Community Staking integration #1754
Conversation
Couple preliminary comments while you continue to work on this PR
|
@yorickdowne thank you for your comments!
Acked 👀
This directory only stores cluster info such as
I would be very grateful if you could write which dockerfiles you mean exactly 🙏 I'd look into what we can do here |
# Conflicts: # prysm-vc-only.yml # prysm.yml
chore: fix typo
Chore/sync
Fix/export vars
# Conflicts: # ethd
Chore/sync
# Conflicts: # ethd
Chore/sync
@yorickdowne Hello there! cc: @dgusakov |
Thanks for preparing it @vgorkavenko! From my side, I can add that there is a potential to create vanilla Obol integration based on the implemented Lido<>Obol integration. But this is definitely a separate topic. @yorickdowne your comment and review are very welcome! CSM is expected to go live on the mainnet in Nov 2024. It is a good time to merge Lido fork to upstream now. |
* fix: remove env vars * fix: remove unused operator-sample * feat: reuse deposit-cli * fix: remove unused file from gitignore * fix: lidofinance -> eth-educators * fix: add `--uid` flag for keys creation * fix: message * fix: MEV_BOOST should be enabled for Lido configs * fix: reuse attention message * fix: add `OBOL_CL_NODE` and `OBOL_EL_NODE` env vars * fix: misleading msg * fix: add env vars to `ALL_VARS` * chore: bump `ENV_VERSION`
# Conflicts: # ethd # grafana/provision.sh # prysm-vc-only.yml # prysm.yml
Chore/sync
I think I can merge this, and then iterate on it. I'm not sure Then there's the attestation VC parameters for Obol, which could be detected by presence of Obol, instead of having an And, those are all minor quibbles and can be tackled later, if and as desired. Great work, and thank you! |
Congrats, your important contribution to this open-source project has earned you a GitPOAP! GitPOAP: 2024 eth-docker Contributor: Head to gitpoap.io & connect your GitHub account to mint! Learn more about GitPOAPs here. |
Description
The integration includes a new kind of deployment - Lido-compatible node:
General
FEE_RECIPIENT
isLido Execution Layer Rewards Vault
contractMEV_RELAYS
consists of values fromLido MEV Boost Relay Allowed List
contractWITHDRAWAL_CREDENTIALS
isLido Withdrawal Vault
contractSSV node for Simple DVT
Integration uses the current implementation that already exists in
eth-docker
Obol node for Simple DVT
There was no integration between Obol and
eth-docker
before, so this is a new option.The integration contains: