You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This page outlines changes related to the Jovian Upgrade for node operators.
6
+
7
+
<Note>
8
+
This page will be kept updated with key information about the upgrade. Activation dates are TBD.
9
+
10
+
- Celo Sepolia testnet activation: TBD (Q1 2026)
11
+
-**Mainnet** activation: TBD (Q1 2026)
12
+
</Note>
13
+
14
+
## What is the Jovian Hardfork?
15
+
16
+
The Jovian Hardfork adopts features from [Optimism's Jovian hardfork](https://specs.optimism.io/protocol/superchain-upgrades.html) along with Celo-specific improvements focused on gas accounting and base fee alignment.
17
+
18
+
Key changes include:
19
+
20
+
-**Transfer Precompile Address Warming**: The transfer precompile now warms `from` and `to` addresses during execution, aligning with standard EVM behavior and ensuring correct gas accounting for subsequent operations on the same address.
21
+
-**Minimum Base Fee Transition**: Celo moves from its own gas price floor mechanism to Optimism's configurable Minimum Base Fee standard, maintaining a cost floor while aligning with OP Stack conventions.
22
+
For the full technical specification, see the [Jovian upgrade spec](https://specs.celo.org/upgrades/jovian.html).
23
+
-**L1 Fusaka Upgrade**: Celo now includes improvements to handle the L1 Fusaka upgrade, leading to better compatibility with the Optimism stack. For more details see [OP Fusaka upgrade notice](https://docs.optimism.io/notices/archive/fusaka-notice).
24
+
25
+
## For Node Operators
26
+
27
+
Software versions will be announced ahead of the activation date. Check back for updates.
28
+
29
+
<Tip>
30
+
**Docker Compose**
31
+
32
+
The required configuration for each service can be found in our [Docker Compose Setup](https://github.com/celo-org/celo-l2-node-docker-compose), where every network has a corresponding `<network>.env` file.
0 commit comments