github ObolNetwork/lido-charon-distributed-validator-node v0.3.9-rc1

pre-release5 hours ago

Summary

This is a release candidate recommended for hoodi operators. It bumps Charon to v1.11.0 and the rest of the stack (consensus, execution and validator clients, MEV middleware, and the monitoring stack) to their latest versions.

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.

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.9-rc1
# Re-apply your stashed changes
git stash apply
# Restart the node
docker compose up -d

What's Changed

Full Changelog: v0.3.8...v0.3.9-rc1

Don't miss a new lido-charon-distributed-validator-node release

NewReleases is sending notifications on new releases.