This repository has been archived by the owner on Sep 28, 2021. It is now read-only.
Replace manual traversal with ipfs.resolve #14
Labels
exp/expert
Having worked on the specific codebase is important
help wanted
Seeking public contribution on this issue
P2
Medium: Good to have, but can wait until someone steps up
status/ready
Ready to be worked
AFAIK at the time this project was created ipfs.resolve was not present in js-ipfs, and we had to do the traversal manually.
Since then
ipfs.resolve
landed in js-ipfs so this may be worth checking.js-ipfs-http-response/src/resolver.js
Lines 56 to 57 in 076fde3
Things to check:
resolve
work the same in go-ipfs and js-ipfs (eg. how HAMT directories are handled)The text was updated successfully, but these errors were encountered: