blaine
blaine
As it stands, we can make code changes that break Tenderly simulations and we don't have any tests to tell us. We only find this out when we manually check...
This is discussed here: https://discord.com/channels/1244729134312198194/1345058837748777080/1352055905755070524 We should pause on implementing these until we get the feature in the hands of the user. Then we can get more requirements.
At the moment, the new superchain-ops flow provides generic functionality to allow users to supply state overrides. This functionality was introduced in this [PR](https://github.com/ethereum-optimism/superchain-ops/pull/727). As it stands, to override a...
https://github.com/ethereum-optimism/superchain-ops/pull/622/files#r1963533681 The focus of this issue should be to refactor the `MultisigTask.sol` with readability and maintainability in mind. Following the flow of the file right now is not as intuitive...
An approach here could be to further narrow the comparison. Instead of hashing the whole file. We could check if specific chain ids (that we care about) have changed compared...
This issue was made from a discord conversation [here](https://discord.com/channels/1244729134312198194/1348735037754839113/1349516049757765653). > I think a nice overload of tryStorageLayoutLookup would be to take a monorepo tag, and look up the snapshots from...
As discussed in this thread: https://github.com/ethereum-optimism/superchain-ops/pull/640#discussion_r1970599045 - we should have more test coverage for various commands that are available to be executed in `single.just` and `nested.just`. > Yes I think...
Please see this pr for why we need to do this: https://github.com/ethereum-optimism/superchain-ops/pull/650 Right now, OPCM is not deployed to mainnet so we don't have an OPCM address that we can...
See this discussion: https://github.com/ethereum-optimism/superchain-ops/pull/624#discussion_r1963583989 Sometimes you will want to validate something is as it should be _before_ executing. We should be able to do this and the fact that the...