1. 27 Aug, 2024 6 commits
  2. 26 Aug, 2024 2 commits
  3. 25 Aug, 2024 4 commits
  4. 24 Aug, 2024 1 commit
  5. 23 Aug, 2024 12 commits
  6. 22 Aug, 2024 11 commits
  7. 21 Aug, 2024 4 commits
    • mbaxter's avatar
      cannon: Run common evm tests across all implementations (#11333) · 5212c4db
      mbaxter authored
      * cannon: Prep test utils to handle Mips2.sol
      
      * cannon: Add metadata struct to hold all contract-related metadata
      
      * cannon: Add forge debug test for mips2
      
      * cannon: Fix path to mips2 artifacts in testutil
      
      * cannon: Rework evm tests to run across both cannon impls
      
      * cannon: Skip failing test for now, add todo
      
      * cannon: Rename FPVMState.GetRegisters to GetRegistersMutable
      
      * cannon: Run linter
      
      * cannon: Fix skipped claim test
      
      * cannon: Rename FPVMState registers getter to follow convention
      
      * cannon: Rename cpu getter to match naming convention
      
      * cannon: Fix bad merge - elf paths, versioned references
      5212c4db
    • Matt Solomon's avatar
      ctb(proofs): switch to running OptimismPortal2 proofs, since that portal is... · 7c83398b
      Matt Solomon authored
      ctb(proofs): switch to running OptimismPortal2 proofs, since that portal is used in production (#11545)
      
      7c83398b
    • cui's avatar
      refactor: using maps.Copy (#11544) · f16e725b
      cui authored
      f16e725b
    • Matt Solomon's avatar
      OPSM: Deploy Superchain, alternate approach (#11480) · 185fb80d
      Matt Solomon authored
      * feat: initial DeloySuperchain script
      
      * chore: scaffold file-based interfaces
      
      * test: additional assertions
      
      * chore: appease semgrep
      
      * scaffold alternate approach
      
      * incorporate feedback
      
      * refactor based on feedback
      
      * fix tests
      
      * test: more robust testing
      
      * refactor: dedupe etching of IO contracts and add getter method
      185fb80d