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

feat: Sepolia `op-contracts/v1.4.0-rc.3` upgrade

Open clabby opened this issue 1 year ago • 3 comments

Overview

Upgrades OP Sepolia to op-contracts/v1.4.0-rc.3

clabby avatar May 15 '24 01:05 clabby

Are the changes to the submodules deliberate? (Just checking because its so easy to accidentally change them)

ajsutton avatar May 15 '24 03:05 ajsutton

Are the changes to the submodules deliberate? (Just checking because its so easy to accidentally change them)

Yep - deliberate. Pulled in changes to support using the dispute contracts / FP deployment on OP Sepolia from the registry in the NestedSignFromJson script so that we can make post-checks.

The changes to script/DeployRehearsalContracts.s.sol are to make that script compatible with the new version of these dependencies.

clabby avatar May 15 '24 03:05 clabby

Needs a new just simulate job added to CI.

maurelian avatar May 21 '24 21:05 maurelian

Needs a new just simulate job added to CI.

@maurelian Note that unlike SC actions, this isn't a task that will always work across upgrades. Every time we upgrade FPs on sepolia, we'll need to update the CI task. There aren't any CI tasks for other sepolia operations. Any particular reason why we need one for this op-contracts upgrade?

Inphi avatar May 23 '24 16:05 Inphi