net-p2p/go-ethereum: upgrade to 1.11.2
ChangeLog: https://github.com/ethereum/go-ethereum/releases/tag/v1.11.2
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
- Fix unmarshalling JSON null values as a proper result instead of nil
- Fix dumpgenesis which failed due to a bad database key write
- Fix pending tx filter to return hashes, not full txs by default
- Fix eth_feeHistory to accept decimal blocks again
- 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.
PR: 269783
Reported by: me@enriquefynn.com (maintainer)