filecoin-project / lassie

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

Deal with bitswap connection race & boxo dependency #459

Open rvagg opened 1 year ago

rvagg commented 1 year ago

This is blocking a release currently.

https://github.com/filecoin-project/lassie/pull/456#issuecomment-1827020432

We've been stuck on a particular boxo commit that got into main but was subsequently reverted. I outlined the situation @ https://github.com/ipfs/boxo/issues/432#issuecomment-1827014834; unfortunately we're going to need to deal with this now in order to get other dependencies updated because of the tight coupling that everything has to boxo. The bug isn't trivial, it shows up very regularly in CI and will likely be experienced a lot in the wild.

Likely action that needs to be taken is to fork bitswap out of boxo and maintain it in a separate repo.