- Many fixes for CL (Consensus Layer) integration in preparation for the merge.
- Experiment feature to support side forks for the merge (
--experimental.overlay
) - Fixes for WebSocket subscriptions and
eth_newFilter
and other RPC methods. - Added terminal total difficulty for Sepolia POS transition
- Added
--no-download
flag that allows using block snapshots obtained without BitTorrent and not launch embedded BitTorrent client - for users who are unable to run BitTorrent in their networks. - Various stability and integrity fixes for downloading block snapshot files.
- New block snapshot files for Görli and BSC
- New RPC methods
eth_callMany
anddebug_traceCallMany
(thanks to external contributorhrthaowang
)