• refcell.eth's avatar
    feat(op-e2e): Large Preimage Test (#9296) · a6ec5b02
    refcell.eth authored
    * feat(op-e2e): large preimage e2e output cannon test
    
    * fix: Attempt to wait until leaves are uploaded (finalized) and then time travel past the challenge period
    
    * fix: remove args in callback constructor
    
    * op-e2e: Make batch size configurable via an option instead of always using large batches.
    
    * fix: defend step
    
    * op-e2e: Wait for preimage instead of immediate check and some tidy ups.
    
    * op-e2e: Reduce keccak challenge period in devnet
    
    * op-e2e: Make timings self-consistent.
    
    * Use errors.Is
    
    * feat(op-challenger): simple clock with accessor and mutator
    
    * fix(op-service): make simple clock concurrent
    
    * fix(op-service): simple clock lock free atomics
    
    * op-challenger: Use state matrix matching the prestate leaf instead of poststate when calling squeeze.
    
    * fix(op-service): move simple clock interfaces to their usage
    
    * op-e2e: Skip test until insertion is fixed.
    
    * op-e2e: Fix typo
    
    ---------
    Co-authored-by: default avatarAdrian Sutton <adrian@oplabs.co>
    a6ec5b02
monitor.go 5.08 KB