v1.10.15
版本发布时间: 2022-01-06 00:18:35
ethereum/go-ethereum最新发布版本:v1.14.11(2024-10-01 21:25:38)
This release resolves a few regressions introduced by the previous release. Most importantly, it fixes an issue that could cause peer-to-peer 'eth' connections to lock up.
Please upgrade ASAP if you are running geth v1.10.12 / .13 / .14.
- A hang in ancient data serving caused by double-locking is fixed. (#24189)
- A crash in the LES server related to reorg handling is resolved. (#24189)
- The SyncProgress method of ethclient.Client works again. (#24199)
- Several inconsistencies in the GraphQL API are also fixed in this release. (#24190, #24188, #24191)
For a full rundown of the changes please consult the Geth 1.10.15 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.