Summary
Recommended update for hoodi and mainnet operators. This release bumps Charon to v1.10.3, Lido DV Exit to v0.5.0, adds the Obol 2+3.relay.obol.dev p2p relay, adds MEV scraping, and ships Claude skills for common cluster operations.
Breaking changes
None. If you are already running v0.3.5 (or any recent version with ALERT_DISCORD_IDS= set), there are no additional action items beyond the normal update flow below.
What's Changed
- Add Claude skills by @KaloyanTanev in #319
- Add MEV scraping by @KaloyanTanev in #320
- Charon v1.10.1 by @KaloyanTanev in #321
- feat: add 2+3.relay.obol.dev to charon p2p relays (keep partners) by @apham0001 in #322
- Bump Charon to v1.10.2 by @KaloyanTanev in #323
- Bump Lido DV Exit v0.5.0 by @KaloyanTanev in #324
- Bump Charon v1.10.3 by @KaloyanTanev in #325
To update to this version, please run the following commands:
# Stop the node
docker compose down
# Save your local .env / custom overrides
git stash
# Update your local copy of this repo
git pull
# Checkout this release
git checkout v0.3.7
# Re-apply your stashed changes
git stash apply
# Restart the node
docker compose up -dNote
lido-charon-distributed-validator-node is a repo intended as a deployment guide and is not intended to be the canonical way to deploy a distributed validator.
Operators are encouraged to use this repository to build and maintain their own configurations that work for their individual use case. Please work with your squad to have your cluster exposed to no single point of failure on three or more nodes.
Full Changelog: v0.3.5...v0.3.7