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

For batched funds management lotus uses FundManager to manage situations when many deals are going on with one account, we also may need that module to be able to get...

enhancement

- [x] Window PoSt block - Blocks with window post should be accepted by others nodes. It means that our sectors are accepted by the net. - [x] Winning PoSt...

testing

1. Pledge first sector 2. Add deal

testing

Miner and Remote worker are working. Than the worker is down and up. The worker register in miner second time. The Miner should reconnect this worker without creating second one.

testing

Node and Miner are up. The Miner mine blocks. Then the Node is down and up imedeatly. Miner should try reconnect to Node and after succesfull reconect the miner continue...

testing

## Description of the Change Because what would be cooler than filecoin for embedded systems? Porting something as complex as filecoin and all dependencies to embedded is not a small...

- [x] node and miner - [x] api proxy - [x] faucet - [ ] encoding guide

The task was present in [sector-storage](https://github.com/filecoin-project/sector-storage/blob/eac70842d8e09b5f37d045dbaaa4d9766193b8ad/sealtasks/task.go#L16) repo. But it was removed when sector-storage became the part of Lotus. Fuhon code contains the task [TTReadUnsealed](https://github.com/filecoin-project/cpp-filecoin/blob/f3bbd702c5a7c847e71443f3c3d0829ca53ba80b/core/primitives/seal_tasks/task.hpp#L32). The task is to check that...

Add the ability to Read and Add piece The problem is that we need to transmit large amounts of data via jsonrpc Possible solution: do that via HTTP when PieceData...

enhancement