1. 11 Apr, 2024 2 commits
    • Mark Tyneway's avatar
      contracts-bedrock: update solady imports (#10103) · 842ed1dd
      Mark Tyneway authored
      * contracts-bedrock: update solady imports
      
      Without this commit, there are import issues based on some
      solady imports being prefixed with `@` and some not. `lib-keccak`
      has a remapping for solady with the `@` prefix and this commit
      updates `contracts-bedrock` to use a remapping with `@` prefix
      to solady imports.
      
      Without a recursive git submodule init, it is not possible to
      build without this change. We should also be sure of the exact version
      of solady that we are using if we are running it in production code.
      
      * op-bindings: update
      
      * ctb: semver lock
      
      * ctb: cleanup, bump fdg version
      
      * op-bindings: regen
      
      * semver: update
      842ed1dd
    • Mark Tyneway's avatar
      op-e2e: use deposit method on weth (#10090) · 2d1063d8
      Mark Tyneway authored
      Move away from using the fallback function on weth9 towards instead
      using the explicit deposit method. This is to reduce diff with the
      custom gas token project, just a very small change.
      
      The weth98 contract doesn't have a fallback function, if it did
      then this change would not be required.
      2d1063d8
  2. 10 Apr, 2024 6 commits
  3. 09 Apr, 2024 3 commits
  4. 08 Apr, 2024 3 commits
  5. 06 Apr, 2024 3 commits
  6. 05 Apr, 2024 5 commits
  7. 04 Apr, 2024 5 commits
  8. 03 Apr, 2024 11 commits
  9. 02 Apr, 2024 2 commits