v1.11.2
版本发布时间: 2023-02-22 20:26:30
ethereum/go-ethereum最新发布版本:v1.14.11(2024-10-01 21:25:38)
Geth 1.11.2 (Kite's Nest) is a patch-release, fixing a couple of issues with the 1.11 release family.
- Fix a few small engine API discordances with the spec post-Shanghai (#26696, #26722).
- Fix unmarshalling JSON
null
values as a proper result instead ofnil
(#26723). - Fix
dumpgenesis
which failed due to a bad database key write (#26747). - Fix pending tx filter to return hashes, not full txs by default (#26757).
- Fix
eth_feeHistory
to accept decimal blocks again (#26758). - Fix Ubuntu PPA builds after the Go 1.20 fallout.
Feature wise there's one change in this release: the downloader's chain sync messages are aggregated into periodic (8s) outputs instead of a log line for every batch of data imported (#26676).
For a full rundown of the changes please consult the Geth 1.11.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.