1. 06 Oct, 2022 3 commits
    • Matthew Slipper's avatar
      indexer: Test preparation (#3657) · 3db2436c
      Matthew Slipper authored
      Prepares the repo to land the indexer changes by mocing some additional utilities to `op-e2e` and moving `backoff` from `op-node` into `op-service`.
      3db2436c
    • Joshua Gutow's avatar
      op-node: Simplify Receipts Fetching API (#3639) · c3afadb1
      Joshua Gutow authored
      * op-node: Simplify Receipts Fetching API
      
      The previous API would return a receipts fetcher that the caller
      was responsible for iterating through and then calling `Result` on.
      This moves this inside the `Fetch` function. This simplifies usage
      of the API and does not result in performance regression because
      the receipts hash check requires all receipts to be fetched before
      
      * Cache receipts fetcher rather than receipts
      
      This modifies the refactor to be equivalent to the previous code.
      Caching the receipts fetcher is actually critical for performance
      because the fetcher caches intermediate results. The fetcher typically
      makes lots of calls to fetch all the receipts so if all work is thrown
      out on a single failure it will be very hard for the node to make progress.
      
      * Rename Fetch -> FetchReceipts
      c3afadb1
    • Mark Tyneway's avatar
      ctp: mainnet nft bridge deployments (#3654) · ffa5297e
      Mark Tyneway authored
      * ctp: mainnet nft bridge deployments
      
      * Create mighty-planets-pump.md
      Co-authored-by: default avatarmergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
      ffa5297e
  2. 05 Oct, 2022 5 commits
  3. 04 Oct, 2022 12 commits
  4. 03 Oct, 2022 2 commits
  5. 01 Oct, 2022 8 commits
  6. 30 Sep, 2022 4 commits
  7. 29 Sep, 2022 6 commits