github morph-l2/go-ethereum morph-v2.2.6

5 hours ago

The headline change is raising the per-block transaction payload budget from 120KB to 720KB, so a single L2 block can carry more calldata without exceeding batch blob capacity.

Highlights

  • Larger blocks (720KB payload): the per-block tx payload budget is now 720 * 1024 bytes and is enforced by the binary, not genesis/chain config.
  • Trie metrics on L2 paths: chain/account|storage/hashes and chain/account|storage|snapshot/commits now actually get samples on sequencer assemble and L2 commit, instead of staying at zero.
  • Auth WS JWT: the authenticated Engine API WebSocket path now requires JWT, same as HTTP.
  • Txpool blacklist removed: --txpool.blacklist and the related RPC/storage are gone. It was off by default; leftover eth/db/blacklist/ data can be deleted manually.

What's Changed

Full Changelog: morph-v2.2.4...morph-v2.2.6

Don't miss a new go-ethereum release

NewReleases is sending notifications on new releases.