1. 01 Dec, 2023 3 commits
    • Mark Tyneway's avatar
      contracts-bedrock: delete state diff json · 8312012c
      Mark Tyneway authored
      Removes the `deploy.json` state diff artifact. We don't necessarily
      need to commit the state diff of the deploy script to the repo. We
      should utilize the state diff of the deploy script when doing major
      refactors of the deploy script to ensure that no bugs are being
      introduced.
      
      Adding in CI checks that the artifact has been updated is too much
      overhead and not really worth the benefit. Certain changes to the deploy
      script would result in huge diffs to the artifact without it being
      particularly legible. This tooling is more useful for `superchain-ops`
      where we should have every single storage slot diff fully accounted for.
      8312012c
    • Mark Tyneway's avatar
      Merge pull request #8332 from ethereum-optimism/inphi/robust-snapshot-gen · d1ff2c66
      Mark Tyneway authored
      fix(ctb): fix abi/storage snapshot script
      d1ff2c66
    • inphi's avatar
      lint · eadfec6b
      inphi authored
      eadfec6b
  2. 30 Nov, 2023 37 commits