1. 18 May, 2023 29 commits
  2. 17 May, 2023 3 commits
    • Mark Tyneway's avatar
      deploy-config: use checksummed addresses · 810e111f
      Mark Tyneway authored
      810e111f
    • Mark Tyneway's avatar
      contracts-bedrock: mainnet deploy config fee vault recipients · 08889686
      Mark Tyneway authored
      Update the fee vault recipients to their final value
      before the upgrade. The value can be changed through an
      L2 contract upgrade. The values were previously set to
      a hardhat test account. We never need to recycle the ether
      back to the test accounts because they already have so
      much ether that it is fine to set it to its final value.
      08889686
    • Mark Tyneway's avatar
      op-chain-ops: better rollover checks · de608e74
      Mark Tyneway authored
      Improve the rollover script for waiting for the final deposits
      to be ingested into `l2geth` by ensuring that it handles the case
      that not all deposits have been ingested in a safe way. Previously
      the error message was ominous, which leads to confusion when running
      the script. Now instead of erroring, reset the loop and attempt to
      look for the final deposit again. Also add a bunch of comments
      to make the code easier to understand.
      
      This script is used as part of the upgrade to bedrock.
      de608e74
  3. 16 May, 2023 8 commits