Mark Tyneway

Results 574 comments of Mark Tyneway

Going to close this since its the source of truth for the hint docs

Looks like there is a merge conflict now @colman-mbuya, sorry about that

The [following functionality](https://github.com/ethereum-optimism/optimism/blob/363c5d7f4fb14180a0e2a28cc948fe2146f03dce/packages/contracts-bedrock/src/universal/Proxy.sol#L26) is consensus critical: ```solidity modifier proxyCallIfNotAdmin() { if (msg.sender == _getAdmin() || msg.sender == address(0)) { _; } else { // This WILL halt the call frame...

@omahs Thank you for your contribution, it would be easier to get this merged if it was more PRs with less changes as the codeowners policy is difficult getting review...

I believe there has been a lot of progress on this that has not yet been specified

This would also enable the development of a based rollups using the OP Stack

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