boost
boost copied to clipboard
Boost is a tool for Filecoin storage providers to manage data storage and retrievals on Filecoin.
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.
## 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...
## 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...
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...
Retrieval types to track * [x] Bitswap * [x] HTTP * [ ] Graphsync Metrics to Track: * Successes * Failures where not found * Other failures
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....
To improve the user experience when viewing deal states on Boost, show the logs in reverse chronological order to reduce the need to scroll.
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...
## 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...
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...