celo-org / optimism

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

Governable Block Size #105

Closed carterqw2 closed 1 month ago

carterqw2 commented 3 months ago
### Tasks
- [ ] https://github.com/celo-org/celo-blockchain-planning/issues/314
- [ ] https://github.com/celo-org/optimism/issues/132
- [ ] https://github.com/celo-org/celo-blockchain-planning/issues/192
tynes commented 1 month ago

Right now the L2 gas limit is set in the SystemConfig contract, its an Ownable contract. Curious if this works for you? We could consider adding a more RBAC based solution where different accounts can modify different variables, or this could be done via an external contract that owns the SystemConfig

soloseng commented 1 month ago

Currently works as is. We don't really have anything that would depend on this and consider it purely informational.