Note
What's new
- Fixes a memory leak some long-running nodes were experimenting
- Hardens the P2P stack
- zkEVM-related perf improvements
No resync is needed
Installation and running instructions can be found in our docs
🐛 Bug Fixes
1a55752- l1: make ethrex-rlp bench dev-deps path-only so the first crates.io publish succeeds (PR #6897 by @ilitteri)3b700ee- l1: fix the crates.io publish failure and make the workflow re-runnable (PR #6899 by @ilitteri)cafd13d- l1: reject forkchoice v3 payload attributes after Amsterdam (PR #6761 by @emirongrr)↘️ fixes issue #6874 opened by @emirongrr
ec66d68- l1: clamp snap GetAccountRange/GetStorageRanges response_bytes to server limit (PR #6833 by @ElFantasma)b63585e- l1: align mempool intrinsic-gas and EIP-7702 auth-list validation with execution (PR #6892 by @ElFantasma)↘️ fixes issue #6889 opened by @ElFantasma
5fbbfa1- l1: accept v1 blob sidecars pre-osaka and relax pooled-tx size check (PR #6919 by @ElFantasma)68b2f4f- l1: stop unbounded P2P connection memory growth (bounded mailbox, lifecycle timeouts, admission cap, map pruning) (PR #6900 by @ilitteri)