Results 165 issues of Will

current low watermark causes the deamon to not accept any additional deals

workstream/general
P2

### Checklist - [X] This is **not** a question or a support request. If you have any boost related questions, please ask in the [discussion forum](https://github.com/filecoin-project/boost/discussions). - [X] This is...

kind/enhancement
need/triage

### Boost component - [X] boost daemon - storage providers ### Improvement Suggestion Currently boost indexes pieces using go-car to generate a local index of CIDs contained in the piece...

kind/enhancement
need/triage

### Checklist - [X] This is **not** a new feature or an enhancement to the Filecoin protocol. If it is, please open an [FIP issue](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0001.md). - [X] This is **not**...

kind/feature
need/triage

A deal may, rather than a single car, be a series of concatinated car files with a segment index at the end containing an inclusion proof. When such an index...

Currently, the inverted index uses a [datastore interface](https://github.com/filecoin-project/dagstore/blob/master/index/inverted_index_impl.go#L11) for storing shard information. This index would be well served using [storethehash](https://github.com/ipld/go-storethehash) There was an initial attempt at doing this, but the...

Rather than copying / realizing a local carv2 for blockstore access, it would be good to be able to have the blockstore interface with the `ReaderAt` of the underlying carv1...

needs updated graphsync to be linked against

https://github.com/libp2p/go-libp2p/releases/tag/v0.22.0 refactors libp2p into a monorepo. This repo will need at some point to support the refactor of dependencies on `go-libp2p-core` to `go-libp2p/core`

There may be cases where the sending side of a data transfer encounters a block of data encoded with a codec that is not known to it. Currently, as it...