ethereum-optimism / design-docs

MIT License
27 stars 20 forks source link

Add design doc for ChainConfigRegistry #161

Closed ajsutton closed 2 days ago

ajsutton commented 1 week ago

Description

Proposes a ChainConfigRegistry contract to move the chain configuration out of op-program.

ControlCplusControlV commented 2 days ago

153 With the new Creator pattern will likely make this irrelevant / solve the need for this

ajsutton commented 2 days ago

Yep going to close this as I think being able to just call a setter for the absolute prestate in the new creator pattern will solve this well enough and we can then avoid the complexity and risks associated with having to hash the rollup json and defining a cross-fault-proof-program compatible way of specifying the full chain config.