This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
The resolve command should work even if the path ends in the middle of an object #1763
Labels
exp/novice
Someone with a little familiarity can pick up
P2
Medium: Good to have, but can wait until someone steps up
Being able to path into objects, not just to objects is a crucial feature of IPLD.
Given:
ipfs resolve /ipld/cidOf(a)/b/c
should return/ipld/cidOf(b)/c
. That is, it should resolve the path as much as it can.Currently, this simply fails with an error.
See: ipfs/kubo#5704
The text was updated successfully, but these errors were encountered: