This release fixes a few regressions. In particular, it restores block building on mainnet, which was broken in v1.15.1.
All changes in this release:
- Block building on mainnet works again. (#31191)
- Discv5 and DNS peer discovery has been restored. It was accidentally disabled in v1.14.9. (#31185)
- An edge-case for
geth dumpconfig
related to theP2P.NAT
setting in TOML is fixed. (#31192)
For a full rundown of the changes please consult the Geth 1.15.2 release milestone
As with all our previous releases, you can find the:
- Pre-built binaries for all platforms on our downloads page.
- Docker images published under
ethereum/client-go
. - Ubuntu packages in our Launchpad PPA repository.
- OSX packages in our Homebrew Tap repository.