1. 19 Apr, 2024 4 commits
    • Inphi's avatar
      2f632e31
    • clabby's avatar
      chore(ctb): Expose ASR + mappings in FDG (#10211) · 6837780f
      clabby authored
      6837780f
    • Joshua Gutow's avatar
      op-service: Return ethereum.NotFound on 404 (#10210) · 3f297b65
      Joshua Gutow authored
      The beacon API returns HTTP Status Not Found (Code 404) when it is
      not able to find the resource. This should be disambiguated from
      transient errors. This commit has the HTTP client return the
      ethereum.NotFound error when the status code is 404. This is a
      commonly used sentinel error and the BlobDataSource was expecting
      this error.
      
      This will fix a bug that occurs when a block is reorged out after
      it is opened in derivation, but before blobs are fetched. The blob
      fetcher assumed that all errors where transient and would try to
      keep fetching the data even though the status code reported it as
      not found. This will return the right sentinel error to force a
      reset and exit this loop.
      
      I have added a unit test in op-e2e and confirmed that the test does
      not pass without this fix.
      3f297b65
    • clabby's avatar
      chore(ctb): Cleanup `FaultDisputeGame` (#10208) · f1fd2a38
      clabby authored
      f1fd2a38
  2. 18 Apr, 2024 13 commits
  3. 17 Apr, 2024 12 commits
  4. 16 Apr, 2024 8 commits
  5. 15 Apr, 2024 3 commits