1. 23 Aug, 2024 11 commits
  2. 22 Aug, 2024 11 commits
  3. 21 Aug, 2024 5 commits
  4. 20 Aug, 2024 11 commits
  5. 19 Aug, 2024 2 commits
    • protolambda's avatar
      op-chain-ops: forge script cheatcodes (#11465) · ddeb96b4
      protolambda authored
      * op-chain-ops: forge script cheatcodes, work in progress
      
      incl prank cheatcodes
      incl env var handling
      incl serialize utils
      incl some json/toml utils
      incl go.mod: tidy
      
      * op-chain-ops: fix state dumping
      
      * op-chain-ops: remove debug print line
      ddeb96b4
    • Michael Amadi's avatar
      Interop: Add new role for dependency set management (#11407) · 30b3cddf
      Michael Amadi authored
      * add role based auth for dependency related setters with tests
      
      * support systemConfig initialize, rename foundation multisig to dependency manager
      
      * use dependency manager role only, update SystemConfigInterop and Specs tests
      
      * rebase to current develop head, run pre-pr script
      
      * use constant hash with comments over computing at compile time, update semver-lock
      
      * use dependencyManager() fn internally, import directly not indirectly in SystemConfigInterop
      30b3cddf