Skip to content

Version 2.7.0.0

Compare
Choose a tag to compare
@yorickdowne yorickdowne released this 24 Feb 15:04
· 82 commits to main since this release
fe73d7c

This is an optional release with new features and bug fixes

Breaking changes

  • Breaks if ext-network.yml was changed. In this case please mv ext-network.yml ~ it out to your home directory, try ./ethd update again, and then nano ext-network.yml and re-apply the changes that were made, likely just the network name as name: rocketpool_net for reverse hybrid.
  • Drops support for Docker Compose V1
  • Drops support for automatically converting pre-merge (before September 2022) configurations
  • Requires Nethermind v1.25.4 or 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 config queries for not being saved. Thanks @victorelec14!