1. 12 Sep, 2024 1 commit
  2. 11 Sep, 2024 9 commits
  3. 10 Sep, 2024 17 commits
  4. 09 Sep, 2024 5 commits
    • smartcontracts's avatar
      ci: update contracts tests to split by file (#11797) · 8404e91b
      smartcontracts authored
      Contracts tests were being split by test name which meant that
      Circle CI wouldn't be able to (eventually) be able to properly
      split these files by timings. Updates the CI job to split by
      file instead.
      8404e91b
    • Adrian Sutton's avatar
      op-program: Add recent op-program versions to reproducibility check (#11560) · c05f5add
      Adrian Sutton authored
      * op-program: Add recent op-program versions to reproducibility check
      
      * Add 1.3.1-rc.2
      c05f5add
    • Matthew Slipper's avatar
      Allow cheatcodes on DeploySuperchain.s.sol (#11802) · e0f85896
      Matthew Slipper authored
      We need to add these calls otherwise calling `DeploySuperchain.s.sol` as a script with input/output files fails.
      e0f85896
    • Matthew Slipper's avatar
      Remove hardcoded entrypoint (#11801) · c27aead5
      Matthew Slipper authored
      Removes the `ENTRYPOINT` directive in the `contracts-bedrock` image. While convenient, using `ENTRYPOINT` makes building tooling on top of the image much harder since the entrypoint cannot be overridden without providing special flags to Docker. It is easier to use a dummy `CMD` instead that directs users to call specific tools when running the container. Functionally, this means users will run `docker run just <cmd>` instead of `docker run <cmd>` if they want to use the Justfile.
      c27aead5
    • Adrian Sutton's avatar
      op-challenger: Support binary and JSON snapshots (#11754) · 40750a58
      Adrian Sutton authored
      * op-challenger: Support loading json or binary cannon states.
      
      * op-challenger: Use binary cannon snapshots
      
      * op-challenger: Support downloading prestates in multiple formats.
      
      * op-challenger: Verify newly downloaded snapshots.
      
      * op-e2e: Update test to handle binary snapshots correctly.
      
      * op-e2e: Remove unused parameter
      
      * op-challenger: Add more varied data to the test cannon state.
      
      * op-challenger: Add more varied data to the test cannon state.
      40750a58
  5. 08 Sep, 2024 2 commits
  6. 07 Sep, 2024 6 commits