This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
Enable preload on MFS commands that accept IPFS paths #2335
Labels
kind/bug
A bug in existing code (including security flaws)
P1
High: Likely tackled by core team if no one steps up
status/ready
Ready to be worked
Some MFS commands accept IPFS paths as input. When IPFS paths are passed, we should send a preload request so that the content can be retrieved.
Notably, the CID resolver in
ipfs-http-response
switched to usingipfs.files.stat
instead ofipfs.object.stat
(ipfs/js-ipfs-http-response#19). This means that a JS IPFS gateway currently does not send preload requests and so is useful only for fetching content the node or the preload nodes already have in their repo.cc @lidel @achingbrain @vasco-santos
The text was updated successfully, but these errors were encountered: