Matt Solomon
Matt Solomon
> feedback on nested task: this log is a little confusing where it says `signer: [not my address]`. I think it’s just because it’s nested because it simulates from my...
We should streamline and simplify the `Validation.md` process. From https://github.com/ethereum-optimism/superchain-ops/pull/76/files#r1516550867 > What i would really like is for us to implement a `post` hook that is given the foundry state...
From https://github.com/ethereum-optimism/superchain-ops/pull/55#discussion_r1480554452 > The PR calls this upgrade 4 but this file is called `2-*`, which feels confusing. Should those match at all? Or are the 0/1/2 number prefixes for...
Currently the interop spec allows 256 bit chain IDs. The current convention (not requirement) for the batch inbox address is `0xFF00...{chainId}`. These are not compatible, as the batch inbox address...
The Pause functionality described on https://docs.optimism.io/stack/security/pause is outdated, as it predates recent expansion of the pause functionality. More info can be found here: - https://gov.optimism.io/t/upgrade-proposal-4/7534 - https://blog.oplabs.co/improved-superchain-incident-response/
### Component Forge ### Describe the feature you would like This issue tracks general cheatcode improvements. Items are roughly ordered by my opinion of priority, both at the header-level and...
> nit: it would be more ideal to have a spec for `Proxy.sol` and point to that, not sure if we do Additionally, link to it from the OP Stack...
We have `ProxyAdminOwner` which the owner of the ProxyAdmin on L1, but it would be nice to also document the owner of the ProxyAdmin on L2. For standard chains, this...
Right now I find the addresses section hard to read because it's a bit cluttered and there's nothing separating semantically different addresses: https://github.com/ethereum-optimism/superchain-registry/blob/c92ef420eec2eaa83001f1fa13dd852bde3bbbf4/superchain/configs/mainnet/op.toml#L31-L53 I would suggest splitting this into `addresses.roles`...
Data to include - The 21,000 intrinsic gas cost, calldata costs, etc - Opcode gas cost differences. We already have their gas costs are in the opcode section, but differences...