cpp-filecoin icon indicating copy to clipboard operation
cpp-filecoin copied to clipboard

C++17 implementation of Filecoin

Results 49 cpp-filecoin issues
Sort by recently updated
recently updated
newest added

Signed-off-by: ortyomka ### Description of the Change ### Benefits ### Possible Drawbacks ### Usage Examples or Tests *[optional]* ### Alternate Designs *[optional]*

The reason is CLang compiler since 13 version interprets unused variables as errors, not as warnings. Our Libarchive from Hunter has some unused variables that leads to build fail on...

https://github.com/filecoin-project/go-fil-markets/pull/694 The task is to change type of label field from `bytes` to `union(bytes, string)`.

enhancement
small

Creation time was added to `ClientDeal` in [#373](https://github.com/filecoin-project/go-fil-markets/pull/373). That part is missing in fielcoin,we use mock instead. the task is to add the field.

enhancement
small

Scheduler should be updated. Several Problems: - Two resources(active and planning) should be union, because we don’t have twice the resources. - Current implementation theoretically prone to starvation - We...

``` // throws std::length_error vector::reserve TsLoadIpld::load ... BlockValidator::validate ```

### Description of the Change ### Benefits ### Possible Drawbacks ### Usage Examples or Tests *[optional]* ### Alternate Designs *[optional]*

Remote worker should have next features: - [ ] Ping Miner or Miner should ping Workers - [ ] Processing Incoming request AddPiece - [ ] Configuration - [ ]...