ipfs / go-graphsync

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

Get rid of RunTraversal, merge with query executor #264

Closed hannahhoward closed 2 years ago

hannahhoward commented 2 years ago

once https://github.com/ipfs/go-graphsync/issues/232 is done, I think it's time to examine whether we can move RunTraversal into the query executor.

I started a hack on this -- https://github.com/ipfs/go-graphsync/pull/263

Maybe someone can finish it off (will require a lot of test rejiggering 👎 )

rvagg commented 2 years ago

all completed in #244's merge