Skip to content

v0.3.7

Latest

Choose a tag to compare

@pinebit pinebit released this 09 Jul 17:45
3b27992

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

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 -d

Note

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