Compatible versions:
Changelog
RPC
- New RPC endpoint for Etherscan that helps them sync faster (#2411)
- Fix web sockets eth_logs endpoint when filter for a specific topic (#2412)
- Fix RPC finalize block to consider also L1 block is finalized (#2447)
Synchronizer
- Store fork ids intervals in DB and get it using chunks of X L1 blocks (#2404). The value for the chunk size (20.000 by default) can be defined in the following config parameter:
[Etherman]
ForkIDChunkSize = 20000
- Halt Synchronizer if trusted StateRoot differs from calculated StateRoot (#2428)