v1.13.1
版本发布时间: 2023-09-17 22:56:46
ethereum/go-ethereum最新发布版本:v1.14.12(2024-11-19 21:53:28)
Geth v1.13.1 is a hotfix release for v1.13.0.
It fixes the following issues:
- Fix the active fork detection on the engine API, causing the signer to create invalid blocks (#28135).
- Fix a db corruption in
path
scheme caused by a weirdly restarted snap sync (#28124, #28126). - Fix
geth db inspect
command running against oldhash
scheme databases (#28108). - Fix an effective gas price calculation regression on the RPC APIs (#28130).
Apart from the fixes, v1.13.1 introduces support for configuring Geth via environmental variables (#28103, #28119)!
For a full rundown of the changes please consult the Geth 1.13.1 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.