Skip to content
This repository was archived by the owner on Aug 12, 2020. It is now read-only.
This repository was archived by the owner on Aug 12, 2020. It is now read-only.

exporter: unable to use IPLDResolver .get(path) for inexistent paths #177

@pgte

Description

@pgte

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...

Metadata

Metadata

Assignees

Labels

P0Critical: Tackled by core team ASAPdif/hardHaving worked on the specific codebase is importantkind/bugA bug in existing code (including security flaws)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions