@helia/verified-fetch 7.2.2 → 7.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -838,7 +838,7 @@ follow.
838
838
  A full header might look like:
839
839
 
840
840
  ```
841
- i;dur=0,p;dur=0;desc="h,bagqbeaawn",p;dur=0;desc="h,bagqbeaawn",p;dur=1;desc="h,bagqbeaa7n",p;dur=1;desc="h,bagqbeaa7n",f;dur=1;desc="h,4",f;dur=1;desc="h,4",f;dur=144;desc="l,0",f;dur=144;desc="l,0",c;dur=206;desc="t,bagqbeaa7n,h",b;dur=1;desc="t,bagqbeaa7n,bafybeigoc"
841
+ i;dur=0,p;dur=0;desc="h,bagqbeaawn",p;dur=0;desc="h,bagqbeaawn",p;dur=1;desc="h,bagqbeaa7n",p;dur=1;desc="h,bagqbeaa7n",f;dur=1;desc="h,4",f;dur=1;desc="h,4",f;dur=144;desc="l,0",f;dur=144;desc="l,0",c;dur=206;desc="t,bagqbeaa7n,h",b;dur=1000;desc="t,bagqbeaa7n,bafybeigoc"
842
842
  ```
843
843
 
844
844
  Here resolving a CID to a CID+path took less than a millisecond (e.g. a bare
@@ -881,6 +881,12 @@ All PeerIDs and CIDs above are truncated to 10 characters.
881
881
  | b | WebTransport |
882
882
  | u | Unknown |
883
883
 
884
+ If you seen an `Unknown` transport type, it's likely a PR needs to be filled
885
+ in [@multiformats/multiaddr-matcher](https://github.com/multiformats/js-multiaddr-matcher)
886
+ to be able to detect the multiaddr type - please [open an issue](https://github.com/ipfs/helia-verified-fetch/issues)
887
+ with the provider details if you have them, or the `CID` you are trying to
888
+ fetch if not.
889
+
884
890
  # Install
885
891
 
886
892
  ```console