1. 21 Mar, 2025 3 commits
  2. 20 Mar, 2025 3 commits
  3. 13 Mar, 2025 1 commit
  4. 11 Mar, 2025 3 commits
  5. 07 Mar, 2025 3 commits
  6. 28 Feb, 2025 3 commits
  7. 27 Feb, 2025 2 commits
  8. 26 Feb, 2025 1 commit
  9. 25 Feb, 2025 1 commit
  10. 24 Feb, 2025 2 commits
  11. 22 Feb, 2025 1 commit
  12. 14 Feb, 2025 1 commit
  13. 08 Feb, 2025 2 commits
  14. 07 Feb, 2025 3 commits
  15. 06 Feb, 2025 1 commit
  16. 05 Feb, 2025 1 commit
  17. 27 Jan, 2025 1 commit
  18. 24 Jan, 2025 6 commits
  19. 23 Jan, 2025 2 commits
    • Maurelian's avatar
      feat: Upgrade OPContractsManager to deploy new ASR and dispute games · 47c00f99
      Maurelian authored
       (#13803)
      
      * feat: upgrade ASR to new proxy and impl
      
      * feat: semgrep fix for _ prefixed args
      
      * feat: simplify vm.expectCommit call
      
      * save newly deployed contracts in ForkLive
      
      * self review changes
      
      * feat: re-skip tests (unskip moved to later PR)
      
      * feat: Check ImplemenationSet events
      
      * feat: Add dispute game version assertions to check the upgrade
      
      * fix unused imports
      
      * review suggestions
      
      * feat: Avoid some casting
      
      * update snapshots
      
      * refactor dispute game changes into deployAndSetNewGameImpl
      
      * lint
      
      * feat: Deploy using DeployUtils vm.getCode() instead of new
      
      * feat: remove concrete contract imports
      
      * semver lock
      
      * feat: fix non-upgrader test
      
      * lint
      47c00f99
    • Lucas's avatar
      op-node: Fix stop sequencer deadlock in op-conductor deployments (#13806) · 969382a3
      Lucas authored
      * op-node: Fix stop sequencer deadlock
      
      * fix lint
      969382a3