filecoin-project / lassie

A minimal universal retrieval client library for IPFS and Filecoin
Other
107 stars 17 forks source link

Test graphsync byte ranges within boost #392

Closed rvagg closed 1 year ago

rvagg commented 1 year ago

Filling here so it doesn't get lost and I can put it on the board. https://github.com/filecoin-project/boost-graphsync/pull/3 got merged to properly support our byte range work on the Boost side of graphsync, but I've committed to look at adding some testing in boost. There's currently a 7mb file download test in itests/markets_v1_deal_test.go that could be used to piggy back into byte range retrieval.

rvagg commented 1 year ago

https://github.com/filecoin-project/boost/pull/1652