Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

feat: switch to boxo and fix CAR fetch timeouts #68

Merged
merged 4 commits into from
Mar 30, 2023

Commits on Mar 29, 2023

  1. refactor: go-libipfs → boxo

    Context: ipfs/boxo#215
    We use commit from ipfs/boxo#176 (comment)
    to unblock work on ipfs-inactive/bifrost-gateway#61
    lidel committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    83577ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4cc708 View commit details
    Browse the repository at this point in the history
  3. fix: DefaultSaturnCarRequestTimeout

    19s is not enough for fetching CAR stream of unknown length,
    every bigger request was failing.
    
    If we need to pick some ceiling, 30m sound like a good starting point
    (this is when CAR stream got timeouted on the old ipfs.io).
    lidel committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    5b37545 View commit details
    Browse the repository at this point in the history
  4. fix: meaningful ErrCoolDown

    Undef cid was displayed as "b" (multibase prefix)
    lidel committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    7c08345 View commit details
    Browse the repository at this point in the history