Skip to content

ethrex: v24.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Aug 17:26
2fea1b8

Note

What's new

  • Groundwork for deep-reorg support: a state-history journal, an overlay read cascade, and a new --max-reorg-depth flag.
  • Fixed eth_getLogs to accept optional topics and honour blockHash.
  • L2 nodes upgrading from previous versions now transparently handle blocks stored in the older body format.
  • Performance improvements in mempool prewarming, block building, and memory use during chain re-execution.
  • Spec-conformance and robustness fixes across block validation, transaction handling, RPC, and networking.

No resync is needed.

Installation and running instructions can be found in our docs

✨ New Features

🐛 Bug Fixes

⚡ Performance Improvements

  • a0b762e - l1: execute precondition transactions during mempool prewarming (PR #6999 by @iovoid)

♻️ Refactors