1. 23 Feb, 2024 5 commits
    • Mark Tyneway's avatar
      contracts-bedrock: modularize config (#9475) · 3b8933d3
      Mark Tyneway authored
      * contracts-bedrock: modularize config
      
      All env var based config for the deploy scripts is centralized
      into a single library called `Config`. Any `vm.env` or `vm.envOr`
      calls should be added here so that it is easy to track the full
      set of configuration options. Having this library makes configuration
      much more self documenting for the deploy scripts.
      
      This modularization is meant to make the migration away the old
      hardhat deploy style architecture much easier. Now that we have
      a canonical set of config values, we can be sure that anything
      behind the abstraction is applied properly across the codebase
      when it is changed.
      
      There is a bunch of deprecated config, that will be able to
      be deleted after https://github.com/ethereum-optimism/optimism/pull/9315
      is merged along with some changes around where the default output
      location for deploy artifacts is. Right now it is in the deployment
      context directory, which the entire concept of deployment context
      comes from hardhat deploy, which doesn't necessarily make sense
      anymore. Right now it ends up in `deployments/<deploy-context>/.deploy`.
      In the future, it will likely end up in the root of the contracts
      directory by default and then an override can be provided where
      the override is expected to be the absolute path to the desired
      output location. This will greatly improve the devex and maintainability
      of the deploy script.
      
      * lint: fix
      3b8933d3
    • refcell's avatar
      fix(op-dispute-mon): Pointer Argument Optimization (#9584) · 71b9ba6d
      refcell authored
      * fix(op-challenger): Packed Claim Clock
      
      * fix(op-dispute-mon): port types to pointers
      71b9ba6d
    • Joshua Gutow's avatar
      op-node: Add flag categories (#9629) · f7078830
      Joshua Gutow authored
      * op-node: Add flag categories
      
      * op-node: Order categories & move some beacon flags to L1 RPC
      f7078830
    • Matt Solomon's avatar
      ci: use ci-builder image for slither (#9624) · af1d4829
      Matt Solomon authored
      * ci: use ci-builder image for slither
      
      * Update slither.yml
      
      ---------
      Co-authored-by: default avatarRaffaele <151576068+raffaele-oplabs@users.noreply.github.com>
      af1d4829
    • refcell's avatar
      fix(op-challenger): Packed Claim Clock (#9582) · c0a7e5fc
      refcell authored
      c0a7e5fc
  2. 22 Feb, 2024 15 commits
  3. 21 Feb, 2024 8 commits
  4. 20 Feb, 2024 2 commits
  5. 19 Feb, 2024 1 commit
  6. 17 Feb, 2024 6 commits
  7. 16 Feb, 2024 3 commits