1. 16 Feb, 2024 8 commits
  2. 15 Feb, 2024 22 commits
  3. 14 Feb, 2024 8 commits
  4. 13 Feb, 2024 2 commits
    • clabby's avatar
      feat(ctb): Set L1 head hash in DGF rather than the FDG (#9499) · cbb7c3b2
      clabby authored
      * Set L1 head in dispute game factory
      
      * semver
      cbb7c3b2
    • Adrian Sutton's avatar
      op-challenger: Fix prestate checks (#9478) · 70bd6234
      Adrian Sutton authored
      * op-challenger: Fix prestate validation
      
      Validators were not added to players created for active games, only inactive
      Both the VM and output root prestates were validated against the challenger's output root prestate
      
      * op-challenger: Add option to ignore prestate validation failures
      
      * op-e2e: Allow invalid prestates for devnet
      
      Also update the op-proposer options to account for a recent rename.
      
      * op-e2e: Revert setting cannon prestate in devnetL1.json - its actually the alphabet prestate.  Deploy script dynamically loads the cannon prestate.
      
      * op-challenger: Fix block number included in error message.
      
      * op-challenger: Tweak error message
      
      * op-challenger: Only ignore prestate mismatches, not RPC failures.
      70bd6234