Mark Tyneway
Mark Tyneway
We will shortly be rewriting the L2 genesis generation in solidity to decouple releases of the predeploys from releases of `op-node`. You are correct that our storage setting library doesn't...
Previous work for this can be found [here](https://github.com/ethereum-optimism/optimism/pull/6903). We considered having a ring buffer instead of a mapping that grows forever. We decided to not merge this due to the...
Blobs have no impact on this because L2 outputs are not posted to L1, it is the L2 inputs that are posted to L1. Meaning L2 txs (inputs) are posted...
The op stack batch submits inputs to L1, not state diffs. You can make as many modifications to L2 state as you want in a given L2 transaction and the...
Adding new variable to L2 predeploys only increase L2 state
I think its worth pursuing this feature through the Rollup Improvement Process see https://github.com/ethereum/RIPs/issues/16
Is there a doc someplace that describes this service?
Where there is code, the nonce really should be 1 in the genesis. I think we should stick with it being 0 though as to not create issues between old...
This has conflicts and needs a rebase