1. 17 Apr, 2024 12 commits
  2. 16 Apr, 2024 8 commits
  3. 15 Apr, 2024 5 commits
  4. 13 Apr, 2024 4 commits
  5. 12 Apr, 2024 10 commits
  6. 11 Apr, 2024 1 commit
    • Mark Tyneway's avatar
      contracts-bedrock: update optimism portal guardian usage (#10108) · 62c41869
      Mark Tyneway authored
      * contracts-bedrock: update optimism portal guardian usage
      
      Migrate to the modern `guardian()(address)` instead of using
      `GUARDIAN()(address)`  which is deprecated. This will make
      a future removal of the ABI easier to manage by reducing the
      diff required when the legacy methods are removed.
      
      * contracts-bedrock: more GUARDIAN usage
      
      rm
      62c41869