Import DAG reader tests involving NodePromise
s to actually test NavigableIPLDNode
#50
Labels
exp/novice
Someone with a little familiarity can pick up
help wanted
Seeking public contribution on this issue
The node prefetching mechanism has been abstracted away from the DAG reader in
go-unixfs
into theNavigableIPLDNode
here, so the PR ipfs/go-unixfs#12 which employs theWalker
(that relies onNavigableIPLDNode
) had to remove the related tests that acted directly on the internalNodePromise
structure,https://github.com/ipfs/go-unixfs/pull/12/files#diff-5a645da404e1845b770b90d1c81e71c6
Those tests should be recreated here (possibly without involving the DAG reader now, just testing the
FetchChild
and related methods ofNavigableIPLDNode
to actually create theNodePromise
s following the spirit of the original test).The text was updated successfully, but these errors were encountered: