Zakros (v1.13.1)
karalabe
released this
17 Sep 14:56
·
395 commits
to release/1.13
since this release
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.