Geth v1.13.14 is a small maintenance release with a handful of polishes to the blob pool:
- Disallow blob transactions below the protocol minimum of 1 wei to enter the pool (#29081).
- Reduce the blob pool's max capacity to 2.5GB for the rollout. (#29090).
- Fix gas estimation for blob transactions (#29085).
This release is NOT critical for the Cancun fork, but recommended to make Geth lighter in anticipation to unknown blob load.
Other fixes:
- Support overriding the basefee during tracing (#29051).
- Fix call tracers missing top level logs in top-only mode (#29068).
- Support unlimited gas for
eth_createAccessList
if--gascap=0
(#28846).
For a full rundown of the changes please consult the Geth 1.13.14 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.