Phaistos (v1.13.2)
karalabe
released this
28 Sep 07:24
·
362 commits
to release/1.13
since this release
Geth v1.13.2 is a bugfix release for the 1.13 family as well as contains the Holesky testnet relaunch.
Note, if you have previously ran Geth with the old Holesky testnet configs, the new version will probably fail to start with a genesis hash mismatch error. You will need to manually delete your holesky/chaindata
folder and restart. Geth did not implement special code for cleaning up the failed launch of the testnet.
- Fix various pathdb corruption corner-cases during snap sync node restart (#28171, #28163).
- Reconfigure the Holesky testnet with an updated genesis (#28191, #28192, #28193).
- Remove the rollback mechanism from snap sync, unneeded post-merge (#28147).
- Make the
block
parameter ineth_call
optional, defaulting tolatest
(#28165). - Forget transactions previously marked underpriced after 5 minutes (#28097).
- Fix JSON marshalling issue from
ethclient
retrieving block receipts (#28087). - Fix
--bootnodes
flag if the list is also configured in the toml file (#28095).
For a full rundown of the changes please consult the Geth 1.13.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.