boost
boost copied to clipboard
Boost is a tool for Filecoin storage providers to manage data storage and retrievals on Filecoin.
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...
## 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...
## 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...
### 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**...
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.
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...
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...
### 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...
## 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...
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...