1. 15 Jan, 2025 6 commits
  2. 14 Jan, 2025 20 commits
  3. 13 Jan, 2025 10 commits
  4. 12 Jan, 2025 2 commits
  5. 11 Jan, 2025 2 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