Engineering Kit (v1.15.1)
This release enables the Prague fork for the Holesky and Sepolia testnets.
It is a required upgrade if you want to participate in these networks.
The fork is set to activate at
- Holesky slot: 3710976, timestamp: Mon, Feb 24 at 21:55:12 UTC
- Sepolia slot: 7118848, timestamp: Wed, Mar 5 at 07:29:36 UTC
Other user-facing changes in this release:
- Support for EIP-7702 transactions has been enabled in the transaction pool. (#31073)
- A v1.15.0 regression was identified in genesis handling for custom networks, related to the new
blobSchedule
setting. Geth v1.15.1 has been updated no longer crash in this case, and we will have an improved fix in v1.15.2 (#31171) - A v1.15.0 regression in the
evm
command related to state dumps has been fixed. (#31158) - A v1.15.0 regression with the ancient store in read-only mode has been fixed. (#31173)
- A crash in
debug_getRaw*
RPC methods has been fixed. (#31157) - The supranational/blst dependency has been upgraded to v0.3.14 in order to allow building Geth with Go 1.24. (#31165)
For a full rundown of the changes please consult the Geth 1.15.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.