Skip to content

v0.3.0

Compare
Choose a tag to compare
@int-bot int-bot released this 28 Aug 15:14
· 563 commits to develop since this release
4257f3f

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)

Sequencer

  • Handling new executor errors (fix unspecified executor error) (#2438)
  • Add forced batches transactions to worker/addrQueue (#2398)
  • Reprocess full batch (sanity check) in parallel (#2425)