1. 23 Apr, 2024 11 commits
  2. 22 Apr, 2024 14 commits
  3. 19 Apr, 2024 12 commits
  4. 18 Apr, 2024 3 commits
    • Kevin Z Chen's avatar
      99598729
    • PO's avatar
      fault-proofs: add test cases for defending claims (#9986) · 77584749
      PO authored
      * fault-proofs: add test cases for defending claims
      
      * fault-proofs: fix linting
      77584749
    • clabby's avatar
      feat(ctb): Clock extensions (#10182) · d0a63191
      clabby authored
      * feat(ctb): Clock extensions
      
      * Add configurable clock extension immutable
      
      locks,bindings,etc.
      
      comment fixes
      
      x
      
      * `clockExtension` config checks
      
      * feat(ctb): Enforce max supported depth in `FaultDisputeGame` constructor
      
      ## Overview
      
      Enforces the max supported depth of the `LibPosition` library's
      implemented functionality on the `Position` type in the
      `FaultDisputeGame`'s constructor
      
      * use clock dur * 2 in bond monitor
      d0a63191