This release enforces a per-transaction gas limit (EIP-7825, 16,777,216) at both tx pool admission and block packing to prevent oversized transactions from impacting network security. It also adds essential logging to the bundle pool for production debugging, and adjusts MaxBundleAliveBlock to 240 to align with the current 250ms block time.
What's Changed
BUGFIX
- #315 fix: add bundle logs
- #318 feat: set default max tx gas limit to 16777216
- #319 fix: adjust MaxBundleAliveBlock to 240
Docker Images
ghcr.io/bnb-chain/op-geth:v0.5.10
Full Changelog: v0.5.9...v0.5.10