celo-org / optimism

Optimism is Ethereum, scaled.
https://optimism.io
MIT License
3 stars 2 forks source link

Implement Cel2 migration tool #110

Closed palango closed 2 months ago

palango commented 3 months ago

Part of https://github.com/celo-org/optimism/issues/108 Resolves https://github.com/celo-org/optimism/issues/36

This PR lays the foundation for the Cel2 migration tool.

It works on an existing Celo L1 state database and deploys the OP L2 contracts based on given configuration and L1 contract deployment. The resulting state changes are added in a new block on top of the existing chain, which can then be loaded by op-geth in a rollup setting.