Celo v2.1.0 release for Mainnet
Overview
This release adds support for the Holocene, "Pectra Blob Schedule" and Isthmus upgrades on Celo. For more information see the documentation.
- The Mainnet activation timestamp is 1752073200: Wed Jul 09 2025 15:00:00 UTC
What's Changed
Due to our rebasing process it's difficult to provide a complete list of commits that have been added since the last release, however a complete diff since the last release can be seen here.
This release updates the op-node's derivation pipeline to support all the features activated in Holecene, "Pectra Blob Schedule" and Isthmus
What's included in Isthmus
Isthmus contains these main changes:
- Implement Prague features on the OP Stack: This includes the EIPs that are relevant to the L2 that are being added to Ethereum with its Pectra activation. Learn more about this here.
Notable EIP's included:
- EIP-7702: Set code transaction
- EIP-2537: BLS12-381 precompiles
- EIP-7623: Increase calldata cost
- L2 Withdrawals Root in Block Header: This lowers the lift for chain operators by allowing them to run a full node to operate op-dispute-mon, making it easier to guarantee the security of the fault proofs for the chains in the Superchain as the number of chains scales. Learn more about this here.
For more information on the Isthmus implementation details, please review OP's Isthmus specification.
Isthmus additionally enables the Holocene hardfork with the following changes:
- Holocene block derivation: A set of changes that render the derivation pipeline stricter and simpler, improving worst-case scenarios for the Fault Proof System and Interoperability.
- EIP-1559 configurability: The elasticity and denominator EIP-1559 parameters become configurable via the SystemConfig L1 contract, allowing the gas target and gas limit to be configured independently.
For more information on the Holocene details, please review OP's Holocene specification.
Isthmus also enables the Pectra Blob Schedule hardfork(https://docs.optimism.io/notices/pectra-changes) with the following changes:
For more information on the Pectra Blob Schedule implementation details, please review OP's Pectra Blob Schedule specification.
Op-geth
- Corresponding op-geth release: celo-v2.1.0
Docker Images
Celo op-node client: us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-node:celo-v2.1.0