This is an optional release with new features and bug fixes
Breaking changes
- Breaks if
ext-network.ymlwas changed. In this case pleasemv ext-network.yml ~it out to your home directory, try./ethd updateagain, and thennano ext-network.ymland re-apply the changes that were made, likely just the network name asname: rocketpool_netfor reverse hybrid. - Drops support for Docker Compose V1
- Drops support for automatically converting pre-merge (before September 2022) configurations
- Requires Nethermind
v1.25.4or later
New features
- Changed Lighthouse default max peers to 100, to match their 5.0.0 release
- Lodestar flags updated to use the current convention. Thankls @nflaig!
Bug fixes
- Works more consistently on macOS. Thanks to @alindsilva and @toraonion for raising the issue and testing!
- Fixed
prometheus-traefik.yml - Fixed the jwt secret that
./ethd configqueries for not being saved. Thanks @victorelec14!