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.
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.