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

Support for cat'ing and get'ing subtrees. #174

Closed
daviddias opened this issue Jun 3, 2017 · 1 comment
Closed

Support for cat'ing and get'ing subtrees. #174

daviddias opened this issue Jun 3, 2017 · 1 comment

Comments

@daviddias
Copy link
Contributor

daviddias commented Jun 3, 2017

unixfs-engine needs to support:

  • export('/ipfs/QmHash', ipldResolver)
  • export('/ipfs/QmHash/a', ipldResolver)
  • export('/ipfs/QmHash/b.txt', ipldResolver)
  • export('/ipfs/QmHash/a/b/c.txt', ipldResolver)
  • export('QmHash/a/b/c.txt', ipldResolver)
  • export('QmHash/a/b/c.txt', ipldResolver)
  • It also needs to support a subtree that starts on a non protobuf node, but the path leads to the start of a file that is a protobuf.

This is blocking ipfs/js-ipfs#875

@daviddias
Copy link
Contributor Author

daviddias commented Jun 3, 2017

Happening on #175. Track there -> #175

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant