1. 15 Jan, 2025 4 commits
  2. 14 Jan, 2025 20 commits
  3. 13 Jan, 2025 10 commits
  4. 12 Jan, 2025 2 commits
  5. 11 Jan, 2025 4 commits
    • Adrian Sutton's avatar
      op-challenger: run-trace now picks a random block in the span batch (#13715) · 3d3deab1
      Adrian Sutton authored
      Previously it always picked the first block which was the worst case pre-holocene.
      Now it biases towards the first and last blocks as they hit more corner cases but
      can pick a random block in the middle of the batch as well.
      3d3deab1
    • Adrian Sutton's avatar
      op-program: Support agreed prestate hint in host (#13703) · 9881eda4
      Adrian Sutton authored
      * op-program: Support agreed prestate hint in host
      
      * op-program: Fix transition state serialization in test
      
      * op-program: Fix prefetcher_test.go
      
      * op-program: Prevent specifying both --l2.outputroot and --l2.agreed-prestate flags
      
      Check config is consistent
      
      * op-program: Return safe or local safe head from derivation
      
      Avoids relying on the safe label which won't be updated on interop chains.
      
      * op-program: Only stop derivation if local safe reaches the target block.
      
      * op-program: Fix safe head trace extension
      
      * op-program: Remove unused field.
      9881eda4
    • Adrian Sutton's avatar
      op-program: Enable interop fault proofs mode in action test (#13677) · e86cc35a
      Adrian Sutton authored
      * op-program: Enable interop fault proofs mode in action test
      
      * op-program: Use the right chain output.
      
      Won't handle the padding yet, but we have tests covering that we'll need to do further work to address later anyway.
      
      * op-program: Tweak name and fix exec mode.
      e86cc35a
    • Adrian Sutton's avatar
      op-program: Implement initial block derivation step for interop fault proofs (#13675) · 7719c5a5
      Adrian Sutton authored
      * op-service: Define the SuperRoot type
      
      * op-program: Add chain ID to super chain output roots
      
      * Rename
      
      * op-e2e: Add interop fault proofs actions test
      
      * op-program: Update to include chain ID
      
      * op-program: Implement initial block derivation step for interop fault proofs
      
      * op-program: Update to include chain ID
      
      * op-program: Use validate flag correctly.
      Rename interop env var.
      7719c5a5