This release adds the worldchain-sepolia Isthmus activation time and improves robustness in the L1 beacon client.
It also allows L2 chain configs to be passed to NewL1ChainConfig, which was previously preventing L3s from upgrading to a Fusaka compatible release.
The corresponding op-geth release is v1.101603.2
What's Changed
- go: update op-geth import to include worldchain-sepolia isthmus time in #17987
- update jovian upgrade transactions by @geoknee in #17971
- op-node: revive async block processing timing log by @bitwiseguy in #17915
- op-service: improve beacon client robustness by @joshklop in #17866
- op-node: Fix gossip validation for Jovian blocks by @sebastianst in #17940
- all: Update op-geth to use blobGasUsed field for DA footprint by @sebastianst in #17861
- feat: implement Operator Fee Fix (Jovian) by @fakedev9999 in #17366
- jovian: DA footprint block limit by @joshklop in #17466
- op-node: allow for L2 chain configs to be passed to NewL1ChainConfig by @geoknee in #17799
- op-node: Initialization Control Refactor by @axelKingsley in #17766
- op-stack: Interfaced CLI Context by @axelKingsley in #17759
Full Changelog: op-node/v1.14.1...op-node/v1.14.3
🚢 Docker Image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:v1.14.3
New Contributors
- @fakedev9999 made their first contribution in #17366