ipfs / helia-verified-fetch

A fetch-like API for obtaining verified & trustless IPFS CIDs on the web
https://npmjs.com/package/@helia/verified-fetch
Other
11 stars 1 forks source link

fix: prevent interop timeouts with fast fixture loading #72

Closed SgtPooki closed 2 months ago

SgtPooki commented 2 months ago

Title

fix: quicker fixture loading to prevent timeouts

Description

Fixes issues where CI in https://github.com/ipfs/helia-verified-fetch/pull/70 are failing due to timeouts.

Related https://github.com/ipfs/helia-verified-fetch/pull/70

Changes

  1. Loads fixtures in aegir's before test setup
  2. Uses a single kubo node setup for browser/node tests
  3. updates ipfsd-ctl to latest
  4. updates kubo-rpc-client to latest

Notes & open questions

Change checklist

SgtPooki commented 2 months ago

why did 3654a28 (#72) cause tests to start passing.... wth

SgtPooki commented 2 months ago

Now that tests passed in https://github.com/ipfs/helia-verified-fetch/actions/runs/8943916715?pr=72, I reverted 3654a28 (#72) in 7cd56db (#72)

let's see if we're still good to go...