Skip to content

Releases: celo-org/optimism

Celo optimism Release celo-v2.0.0

14 Mar 17:21
30b66c8
Compare
Choose a tag to compare

First Mainnet release for Celo 2

Changes from the rc4

  • Migration fixes and optimizations
    • Fix migration script failure to delete frozen canonical blocks (#330)
    • Add continuity script to pre-migration (#347)
    • Improve check-db memory use (#348)
    • Deterministic L1 starting block selection (Config in advance) (#342)
    • Remove --checksum from migration script (#351)
    • Fix migration script early exit (#355)
    • Use correct l2 timestamp (#356)
    • change default batch size to 5000 (#360)
  • Cel2 configurations
    • Update mainnet migrate allowlist (#341)
    • Add optional Celo fields for strict deploy-config parsing (#362)
    • Add Treasury address (#346)
  • Cherry pick batcher fixes (#344)
  • Corresponding op-geth release: celo-v2.0.0

Docker Images

Celo op-node client: us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-node:celo-v2.0.0

Celo optimism Release celo-v2.0.0-rc4

14 Feb 19:33
db2da13
Compare
Choose a tag to compare
Pre-release

This is a "release candidate" of the future celo-v2.0.0-stable that we are going to release for Mainnet.

L1 Pectra Readiness

This release updates the OP Stack to the version v1.11.0 to handle L1 chains activating Pectra.
The op-geth dependency is updated to celo-v2.0.0-rc4, which contains a subset of the upstream go-ethereum v1.15.0 changes, in particular support for the new SetCode transaction type 4 (ethereum-optimism#13958).

Also see OP Stack's docs for more background information regarding the upcoming Ethereum Pectra activation.

Changes

  • Update the op-geth version that supports Pectra on the L1
  • Improvements and more validations in the migration script for creating the initial state of the L2 (#315 , #282 , #292 , #283 )
  • Allow altDa to use multi-frames per channel (#310 )
  • Op Batcher failover mechanism to use ethDa if the altDa is down (#311 ) (Thanks @samlaf from EigenLayer's team for both improvements for the altDa)

Docker Images

Celo op-node client: us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-node:celo-v2.0.0-rc4