This is a bug fix release. We are putting is out specifically to address a critical issue that could break archive node databases.
- Fixed an issue for
--state.scheme=hash
where the log indexer would accidentally delete trie nodes. (#31525) - Fixed an issue with tx submission, where the local pool didn't track pending nonces correctly. (#31496)
- The log indexer will now disable itself when hitting missing receipts in the database. (#31500)
- Another txpool issue reorg issue in
ethclient/simulated.Backend
is fixed in this release. (#31228) - Memory allocation for trie operations has been reduced significantly. (#30932)
eth_createAccessList
now supports state overrides likeeth_call
. (#31497)eth_createAccessList
will now exclude 7702 authorities from the result. (#31336)- The abigen library now correctly forwards access lists to
eth_estimateGas
. (#31394)
For a full rundown of the changes please consult the Geth 1.15.7 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.