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

Markets - add piece location retry in `onProviderEventDealPublished` if piece location is not found. It is an error handling - just wait and retry.

Implement deal completion or expiration waiting. Deal record must be slashed in markets after deal is expired. See `[WaitForDealCompletion](https://github.com/filecoin-project/go-fil-markets/blob/master/storagemarket/impl/providerstates/provider_states.go#L536)`.

[Previously #420](https://soramitsu.atlassian.net/jira/software/projects/FIL/boards/71?selectedIssue=FIL-420). A cache in the system could be infinite. Need to check structures with cache and find the right behavior to invalidate old data or don’t add new. Market...

All tasks related to Snap Deals support by the miner

Epic

The situation when worker fallen with assigned task is now producing problem. The point is that Task was already removed from task queue and scheduler thinks that task is in...

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

KeyStore need to have filesystem independent encryption

For Statistic calculation we need to get deal_creation_time in case we want to get statistic since some time point.

enhancement

Every deal have as argument creation time, for now we are hardcoding it as 0, it should be changed and parsed in json encode/decode

enhancement