1. 10 Nov, 2023 1 commit
  2. 09 Nov, 2023 33 commits
  3. 08 Nov, 2023 6 commits
    • Mark Tyneway's avatar
      op-chain-ops: fix error formatting · d84ab9e9
      Mark Tyneway authored
      d84ab9e9
    • Mark Tyneway's avatar
      op-node: flexible L2 genesis generation · 14d0ece7
      Mark Tyneway authored
      Allow for the `op-node` L2 genesis generation to use either
      hardhat artifacts or the `.deploy` L1Deployments JSON file
      that is created by the solidity deployment script. While adding
      extra logic, this makes genesis generation much easier to be
      consumed by the solidity scripts. It also sets up the ability
      to deprecate the need for maintaining hardhat deploy style
      artifacts. This will allow us to remove a lot of solidity code
      and remove the need to call `sync()` to generate the artifacts.
      The artifacts make less sense now, especially since it is planned
      to have one set of implementation contracts for the entire superchain.
      There isn't as much of a need to keep around artifacts for many
      contracts separated by network when they are shared between
      different L2s.
      14d0ece7
    • inphi's avatar
      feat(ctb): reusable post-deploy checks · 1baf691e
      inphi authored
      Adds a post-deploy function to check that L1 contracts were deploy
      correctly. This allows both the Multichain upgrade and the devnet
      Deploy scripts to reuse the same checks.
      1baf691e
    • Mark Tyneway's avatar
      Merge pull request #8100 from ethereum-optimism/ctb/dead-upgrade-script · 122f041d
      Mark Tyneway authored
      contracts-bedrock: delete dead script
      122f041d
    • Mark Tyneway's avatar
      contracts-bedrock: fix snapshot · b28023e5
      Mark Tyneway authored
      b28023e5
    • Mark Tyneway's avatar
      op-bindings: regenerate · a78b4c76
      Mark Tyneway authored
      a78b4c76