You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
When JS IPFS requests content not stored locally it needs to ask the peers it knows about to provide it if they have it. The peers are not relays so if they don't have it, they won't find it and provide it to JS IPFS. However, if we issue a preload request prior to these requests we prompt the preload nodes to fetch the content using their DHT and they can then provide it to JS IPFS.
License: MIT
Signed-off-by: Alan Shaw <[email protected]>
* chore: update dependencies (#1473)
* chore: update libp2p and is-ipfs dependencies
License: MIT
Signed-off-by: Alan Shaw <[email protected]>
* chore: update all the deps
* fix: rm non used boostrappers from tests
* test: increase mfs preload timeout
* test: pin-set timeout increase
* test: add preload tests for content retrieval
License: MIT
Signed-off-by: Alan Shaw <[email protected]>
* fix: GET request not HEAD
License: MIT
Signed-off-by: Alan Shaw <[email protected]>
0 commit comments