Skip to content

Commit 09f1f6f

Browse files
authored
notices: Add Jovian (#2136)
1 parent e0c372b commit 09f1f6f

2 files changed

Lines changed: 34 additions & 0 deletions

File tree

docs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,7 @@
396396
{
397397
"group": "Notices",
398398
"pages": [
399+
"infra-partners/notices/jovian-upgrade",
399400
"infra-partners/notices/jello-upgrade",
400401
"infra-partners/notices/l1-fusaka-upgrade",
401402
"infra-partners/notices/celo-sepolia-launch",
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: "Jovian Hardfork"
3+
---
4+
5+
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.
33+
</Tip>

0 commit comments

Comments
 (0)