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 -dWhat's Changed
- Bump to latest stack for v1.11.0 by @KaloyanTanev in #329
Full Changelog: v0.3.8...v0.3.9-rc1