blaine

Results 48 issues of blaine

Tracking issues for superchain-ops improvements. You'll find issues are broken down into broad categories. The order in which these issues get addressed will depend on our priorities. ## To Do...

Discussed [here](https://github.com/ethereum-optimism/superchain-ops/pull/972#discussion_r2096452997). > good safety feature to track is to assert this. Implementation could be something like: > > vm.dumpState() -> filter for storage in address(this) > do the build...

The simulate command right now looks something like: Nested: ``` SIMULATE_WITHOUT_LEDGER=1 just --dotenv-path $(pwd)/.env --justfile ../../../nested.just simulate foundation ``` Single: ``` SIMULATE_FROM_LEDGER=1 just --dotenv-path $(pwd)/.env --justfile ../../../single.just simulate ``` this...

This is an attempt to fix merge conflicts on: https://github.com/ethereum-optimism/superchain-ops/pull/758/files and get it merged.

This PR speeds up the circle CI job `template_regression_tests` by ~2 minutes see [here](https://app.circleci.com/pipelines/github/ethereum-optimism/superchain-ops/6175/workflows/f9115aab-8b3d-4448-8e8d-083cb62f3812/jobs/88150). In total it's a 25% speed up. - Before: 7 minutes 58 seconds - After: 6...

Right now to perform an upgrade with the superchain-ops repo your corresponding chain must exist in the superchain-registry. If it doesn't users will either 1) have to add it to...

> We should make whatever decoding approach we come up with mirror what it looks like in tenderly. Right now the `tryStorageLayoutLookup` function has the following function signature: ```solidity function...

We agreed that template developers should be responsible for implementing StandardValidator checks when writing their templates (except for templates like FinanceTemplate). This encourages developers to explicitly define what a valid...

See this commit for more information: https://github.com/ethereum-optimism/superchain-ops/pull/784/commits/2e666a6f899381d1688e4aa18a16cf8abd9a7e48 Because we simulate locally and increase the parent/child safe nonces, we always get the nonce added as a state override. We should revert...

In CI we should sim tasks and check that the domain and message hash matches what's in the validations file. This assumes that we have already added hashes to the...