ipfs / go-graphsync

Initial Implementation Of GraphSync Wire Protocol
Other
100 stars 38 forks source link

fix: wire up proper linksystem to traverser #411

Closed rvagg closed 1 year ago

rvagg commented 1 year ago

Was missed in https://github.com/ipfs/go-graphsync/pull/356

This doesn't break anything obvious because the loader isn't used from the traverser's linksystem, and the traverser sets up defaults where the provided linksystem is missing them. But, we don't get certain things, like KnownReifiers, which are kind of important.