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 Aug 12, 2020. It is now read-only.
While developing the subtree support feature, I tried using the IPLD resolver to solve paths inside CBOR / non-UnixFS nodes, and it hanged, never returning. This line should be something like:
dag.get(cid,path.rest,(err,node)=>{// now we should have node.remainderPath to resolve further...