Skip to content

ethrex: v24.0.0-rc.3

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 04 Aug 20:09
· 77 commits to main since this release
566e605

Installation and running instructions can be found in our docs

✨ New Features

🐛 Bug Fixes

  • 82c5d0d - l1: eth_call/eth_estimateGas tolerate a missing header slot_number (PR #6961 by @ilitteri)
  • e34ee9a - l1: relax the nonce check for eth_call-family simulation RPCs (PR #6953 by @ilitteri)
  • 09c40fb - l1: don't pay for a full extra block build in engine_getPayload under sustained mempool inflow (PR #7019 by @ilitteri)
  • 0045449 - l1: bound single-canonical-chain re-execution memory via depth-gated commit (PR #7018 by @ElFantasma)
  • 138c1f5 - l1: evict deterministically-invalid transactions during block building (PR #6996 by @ilitteri)
  • 1dc262a - l1: catch EIP-8141 up to the current spec revision (PR #7004 by @ilitteri)
  • 2f1593f - l1: reject post-Shanghai block bodies missing the withdrawals field (PR #7033 by @ilitteri)
  • 998be59 - l2: regenerate state-reconstruction blob fixtures for the new body schema (PR #7063 by @ilitteri)
  • 79954db - l1: add reachable sepolia bootnodes (PR #7079 by @ilitteri)
  • 673b3be - l2: normalize legacy omitted-withdrawals bodies read from trusted history (commit by @ilitteri)
  • 566e605 - l2: cover the remaining committer trusted-history re-execution paths (commit by @ilitteri)

⚡ Performance Improvements

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

♻️ Refactors