Omni-Capacitors (v1.15.10)
This is a bug-fix release that corrects an issue with the new log indexer and configures the beacon chain light client for the Electra fork on mainnet (we forgot about this in v1.15.9).
This release is also suitable for following the Pectra fork on Mainnet.
All changes
- A deadlock condition in the log indexer is resolved. This only affected deployments of Geth in archive mode, and old databases still using LevelDB. (#31708)
- The beacon chain light client is now configured for the Pectra fork on mainnet. (#31706)
- The default block gas limit has been increased to 36M. (#31705)
- ethclient now allows passing an EIP-7702
authorizationList
to calls. (#31198) - A new RPC endpoint
debug_setMemoryLimit
has been added for tweaking Go garbage collector behavior. We do not recommended using this, it's just a facility for debugging Geth. (#31441)
For a full rundown of the changes please consult the Geth 1.15.10 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.