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

bug: gateway-conformance tests failing on main #79

Closed SgtPooki closed 1 month ago

SgtPooki commented 1 month ago

gateway conformance tests are failing when run on main currently, which is also blocking CI for https://github.com/ipfs/helia-verified-fetch/pull/45

When running gateway-conformance tests on main with @helia/verified-fetch@1.3.13 though, they pass.

I've tried updating the latest gateway-conformance code to use allowLocal and allowInsecure, as well as turning sessions off completely, and still run into failures.

This will likely require some adjustments in @helia/block-brokers, Helia's abstract-session (incl. trustless gateway session), and networked-storage to get things to work properly.

i'm still investigating

SgtPooki commented 1 month ago

this seems related to https://github.com/ipfs/helia/issues/501