1. 12 Mar, 2024 12 commits
  2. 11 Mar, 2024 2 commits
  3. 09 Mar, 2024 2 commits
  4. 08 Mar, 2024 11 commits
  5. 07 Mar, 2024 10 commits
  6. 06 Mar, 2024 3 commits
    • dependabot[bot]'s avatar
      dependabot(npm): bump vite from 5.0.12 to 5.1.5 (#9750) · 3d48d2dd
      dependabot[bot] authored
      Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.12 to 5.1.5.
      - [Release notes](https://github.com/vitejs/vite/releases)
      - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
      - [Commits](https://github.com/vitejs/vite/commits/v5.1.5/packages/vite)
      
      ---
      updated-dependencies:
      - dependency-name: vite
        dependency-type: direct:development
        update-type: version-update:semver-minor
      ...
      Signed-off-by: default avatardependabot[bot] <support@github.com>
      Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
      3d48d2dd
    • Mark Tyneway's avatar
      contracts-bedrock: cleanup scripts (#9755) · cf978534
      Mark Tyneway authored
      * contracts-bedrock: cleanup scripts
      
      Modularize and cleanup the deploy scripts. Breaks out functionality
      into reusable libraries to enable more reuse of code. This sort
      of refactor has been necessary for some time, now it is much easier
      that there is no need for hardhat deploy artifacts. Deletes a bunch
      of dead code meant to handle the hh deploy artifacts and generally
      simplifies the deploy scripts. Now it is much easier to read them
      without having to go in circles or deal with understanding
      spaghetti code.
      
      * contracts-bedrock: lint
      
      * contracts-bedrock: lint
      
      * contracts-bedrock: lint
      cf978534
    • George C. Knee's avatar
      Remove hardfork activation time overrides (#9642) · eac79900
      George C. Knee authored
      * go get github.com/ethereum-optimism/superchain-registry/superchain@1203fe7 && go mod tidy
      
      * update op-geth dependency
      
      * remove hardfork activation time overrides
      
      * remove unused consts
      
      * Revert "remove hardfork activation time overrides"
      
      This reverts commit 34b761f267aa3bbeaaa16f4d328ad91dec20d4e9.
      
      * update superchain
      
      * Revert "remove unused consts"
      
      This reverts commit d1fca170f24f608f75d0d9ca8c12597bffd9df83.
      
      * get Canyon,Delta and EcotoneTime fron superchain chain config
      
      * remove sepolia devnet specialcase (will be moved to superchain registry)
      
      * update op-geth
      
      * add oplabs-devnet-0-sepolia-dev-0 to chains_test
      
      * fix correct DeltaTime for sepoliaDev0Cfg
      
      * go get github.com/ethereum-optimism/superchain-registry/superchain@2dcb036 && go mod tidy
      
      * remove TODO
      
      * go get github.com/ethereum-optimism/superchain-registry/superchain@c2e25cc && go mod tidy
      
      * update dependency on op-geth
      
      * update expected CanyonTime for oplabs-devnet-0-sepolia-dev-0
      
      * update dependency on superchain and op-geth
      
      * make mod-tidy
      
      * go get github.com/ethereum-optimism/superchain-registry/superchain@c557df8 && go mod tidy
      
      * update op-geth to v1.101308.3-rc.1 && go mod tidy
      
      * make mod-tidy
      eac79900