boost icon indicating copy to clipboard operation
boost copied to clipboard

Boost is a tool for Filecoin storage providers to manage data storage and retrievals on Filecoin.

Results 120 boost issues
Sort by recently updated
recently updated
newest added

I noticed some SP's are interested in limiting simultaneous retrievals at once on a per peer basis. This capability has existed in GraphSync for a while: https://github.com/ipfs/go-graphsync/blob/main/impl/graphsync.go#L136 It might be...

area/ux
area/retrieval
area/config

## Summary Tooling is currently limited with contract deals to make an itest easy, however we should eventually get an itest together around this to make regression testing of releases...

kind/test
area/deals
area/dev-ux

## Summary When a piece is flagged for an SP to review, it's not clear why (see screenshot below) it was flagged. We should include a reason when a piece...

area/ux
kind/enhancement
area/indexing
area/ui

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

Lotus has released raft consensus in v1.19.0-rc1 with https://github.com/filecoin-project/lotus/pull/9294 We need to update Boost to be able to use this feature.

kind/enhancement
P3
area/lotus-compatibility

In case `removed` event logs get support in Lotus, we should account for these type of messages in the Contract Deals monitor. If a re-org happens on chain, the default...

kind/enhancement
P2

This is part of the `Enabling clients to unseal data` enhancement: https://github.com/filecoin-project/lotus/issues/10355. Clients can't trust that what the SP has sent is data that contains the CID, so we can...

area/retrieval

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

## Summary SP's can now leverage our prebuilt monitoring stack in their environment per, https://boost.filecoin.io/tutorials/setting-up-a-monitoring-stack-for-boost#dns-resolution-for-prometheus. As mentioned in those docs, SP's may make configuration updates to those files locally. The...

area/ux
area/build

EDIT: see https://github.com/filecoin-project/boost/issues/609#issuecomment-1430377900 . I suggest to move the `dealfilter` component in a separate repo (only the types that generate the JSON). ## Current situation Third-parties that want to integrate...

kind/enhancement
area/cli