superchain-ops icon indicating copy to clipboard operation
superchain-ops copied to clipboard

Prevalidations should be possible and not hindered by when the address registry is available

Open blmalone opened this issue 1 year ago • 1 comments

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 address registry is not yet ready shouldn't stop us. Perhaps we need the address registry to be ready sooner.

blmalone avatar Feb 21 '25 17:02 blmalone

This might mean adding another step after task setup so we have access to the task registry.

blmalone avatar Feb 25 '25 16:02 blmalone

Closing this, we can perform necessary prevalidations in any tasks _templateSetup function.

blmalone avatar Jun 26 '25 18:06 blmalone