❗ Mandatory update for Base Mainnet nodes to support the Jovian upgrade on December 2nd.
Operators of Base Mainnet nodes must upgrade to this release before December 2nd at UTC 16:00:01 UTC (unix timestamp 1764691201).
⚠️ Breaking Changes (same as v0.14.1)
Similar to v0.14.1 which was a mandatory upgrade for Base Sepolia node operators, this release also contains the following change and will be applied to mainnet node operators now as well.
op-reth Binary Removed, Consolidated into base-reth-node
The separate op-reth binary has been removed and is no longer available.
All functionality previously provided by op-reth has been consolidated into the existing base-reth-node binary.
- Impact: If your deployment or scripts explicitly called the
op-rethbinary, you must update them to callbase-reth-nodeinstead. - Parameters & Operation: The
base-reth-nodebinary is designed to be identical in its command-line parameters and operational behavior to the removedop-reth. No parameter changes should be necessary other than the binary name itself. - Reasoning: This consolidation allows us to more easily introduce and manage Base-specific features within a single, unified client binary.
What's Changed
- chore: updated node-reth, reth by @github-actions[bot] in #661
Full Changelog: v0.14.2...v0.14.3