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

See https://github.com/filecoin-project/lotus/issues/10122 We will need to think through performance and privacy applications, but seems likely to enable some useful use cases.

kind/feature
area/retrieval
area/data-transfer

## Summary Building off of #721 we want the ability to pass parent tracing ID's to the Boost RPC API. This will enable us to perform traces across the various...

area/metrics

## Summary We want to perform random sample tracing of the [Boost RPC](https://github.com/filecoin-project/boost/blob/main/node/rpc.go) api to be able to understand the performance of RPC calls and report those to a local...

area/metrics

It would be helpful for debugging and improvements if we were able to collect metrics from Boost, such as deal success rates, errors, system information, etc. This should be opt...

area/metrics

Retrieval types to track * [x] Bitswap * [x] HTTP * [ ] Graphsync Metrics to Track: * Successes * Failures where not found * Other failures

area/retrieval
area/metrics

PiKNiK reported that indexing for renewed deals (the old format deals using graphsync) seem to be failing, while the new boost format deals seem to be working fine with indexing....

kind/bug
area/retrieval
area/indexing

To improve the user experience when viewing deal states on Boost, show the logs in reverse chronological order to reduce the need to scroll.

area/ux
kind/enhancement
area/dogfooding

When running Boost devnet, one can easily run into port conflicts. A few conflicts that would be great to have a warning for, or set a different default port, would...

area/dogfooding
area/docker

## Summary While doing some retrieval testing I was generating random, dense DAG car files to store. The default tooling resulted in these being CARv2 files, instead of Boosts preferred...

kind/bug
P2
area/deals

It should be possible to change the state of a Boost deal manually, so that we can go back in the state machine if necessary. For example if a Publish...

area/ux
kind/enhancement
area/deals