This release fixes a few bugs and enables the Cancun upgrade for the Sepolia and Holesky networks; Sepolia will upgrade on Jan 31, and Holesky on Feb 7, and naturally this is a required upgrade if you intend to follow either chain.
- Enable Cancun on Sepolia and Holesky, plus Cancun-related changes (#28834, #28246, #28230, #28827)
- Support EIP-4844 transactions in API-methods (#28786)
- Change how transaction indexing operates. As of 1.13.11, the behaviour of
eth_syncing
is slightly changed, so that it now
does reportstrue
until transaction indexing is finished. (#28703) rlpdump
: add-pos
flag for displaying byte positions (#28785)- Fixes logging configuration (#28801)
For a full rundown of the changes please consult the Geth 1.13.11 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.