1. 01 Oct, 2024 12 commits
  2. 30 Sep, 2024 4 commits
  3. 29 Sep, 2024 1 commit
    • Matthew Slipper's avatar
      feat: Rewrite natspec checker in Go (#12191) · cd7e9d40
      Matthew Slipper authored
      * feat: Rewrite natspec checker in Go
      
      Rewrites the `semver-natspec-check-no-build` Just command in Go to reduce runtime. This PR reduces runtime for this check from ~1m30s to about 3 seconds post-compilation.
      
      * remove old script
      
      * add unit tests
      
      * rename test
      
      * review updates
      cd7e9d40
  4. 28 Sep, 2024 6 commits
    • Maurelian's avatar
      Interfaces in OPCM and OPCMInterop (#12188) · 6ba2ac0d
      Maurelian authored
      * Updates to OPCM and OPCMInterop
      
      * Update DeployImpls and OPCM Tests
      
      * remove some unused imports
      
      * Undo mapping type change
      
      * Undo DeployOutput type change
      
      * Semver and snapshots
      6ba2ac0d
    • smartcontracts's avatar
      maint(ct): remove Kontrol interfaces (#12178) · 5eaac1de
      smartcontracts authored
      We no longer need these interfaces now that we have the actual
      interfaces.
      5eaac1de
    • Matt Solomon's avatar
      OPCM: Adds a test, cleans up some TODOs, new justfile command (#12182) · b1dfd743
      Matt Solomon authored
      * add missing assertion and remove unneeded todo comments
      
      * chore: semver lock + pre-pr-no-build
      
      * chore: rename function
      b1dfd743
    • Axel Kingsley's avatar
      Supervisor: Safety Index (#12154) · 289cd71b
      Axel Kingsley authored
      * fixes
      
      * op-supervisor: head db init fix, logging, op-node debug logging
      
      * interop: track recent safety data
      
      * Early integration and refactor of Views and SafetyIndex
      
      * update for rebase
      
      * rename RecentSafetyIndex ; reorganize
      
      * refactor Pointer method on iterator
      
      * logging
      
      * Delete unused Tracking Code ; New ChainsDB.Safest
      
      * fix naming miss
      
      * fix mistaken line deletion
      
      * Update op-supervisor/supervisor/backend/safety/safety.go
      Co-authored-by: default avatarprotolambda <proto@protolambda.com>
      
      * Add issue numbers to TODO ; Address Proto Comments
      
      ---------
      Co-authored-by: default avatarprotolambda <proto@protolambda.com>
      289cd71b
    • Matthew Slipper's avatar
      Cleanups for production, add standard addresses (#12169) · 644dc2b5
      Matthew Slipper authored
      * Cleanups for production, add standard addresses
      
      This PR:
      
      - Cleans up the intent file to be more suitable for production deployments
      - Fixes various bugs encountered while preparing `op-deployer` for use against predeployed OPCM contracts
      - Adds a new CLI command to bootstrap a new OPCM deployment against an existing set of implementation contracts
      
      Note on Solidity changes:
      
      - Since the code for custom gas tokens is in the monorepo but isn't included in an official contracts release yet, we had to add interfaces for the pre-CGT contracts to the Solidity codebase.
      - The `DeployImplementations` script looks at the release identifier to determine whether or not it should use the pre- or post-CGT interfaces.
      
      * goimports
      
      * lints
      
      * fix tests
      
      * revert tx manger changes
      
      * Update packages/contracts-bedrock/src/L1/interfaces/IL1StandardBridgeV160.sol
      Co-authored-by: default avatarMaurelian <john@oplabs.co>
      
      * Update packages/contracts-bedrock/src/L1/interfaces/IL1CrossDomainMessengerV160.sol
      Co-authored-by: default avatarMaurelian <john@oplabs.co>
      
      * use new opcm
      
      * fix test
      
      * semver
      
      * semver
      
      * bump semver
      
      * update manager deployment
      
      * natspec
      
      * SEMVER
      
      ---------
      Co-authored-by: default avatarMaurelian <john@oplabs.co>
      644dc2b5
    • Hamdi Allam's avatar
  5. 27 Sep, 2024 17 commits