Summary
Recommended update for hoodi and mainnet operators. This release bumps the stack to its latest versions. Charon version has not changed. Includes a change on Teku VC's config that may improve performance on clusters running many keys.
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.8
# Re-apply your stashed changes
git stash apply
# Restart the node
docker compose up -dWhat's Changed
- Increase max threads Teku VC can keep to Charon to 50 by @KaloyanTanev in #326
- Bump the stack to latest versions by @KaloyanTanev in #327
Full Changelog: v0.3.7...v0.3.8