filclient
filclient copied to clipboard
A minimal filecoin client library
Given that there are a lot of contributors to this project, should the main branch be protected?
Its possible to build'n'release windows binary?
`doRpc` sometimes hangs temporarily, followed by a stream reset several seconds later. during this time, context cancellations do nothing. `doRpc` takes a context but all it does with it is...
Currently when I try filc deal, the option is limited. ``` OPTIONS: --miner value, -m value --verified (default: false) --announce value the public multi-address from which to download the data...
@dkkapur needs the following from filc: - track retrieval failures to a central database - client address - piece CID - payload CID - timestamp of retrieval finished - storage...
If a retrieval starts and then fails, we still want to know how long we spent, how much FIL we paid, how much was received, etc. Right now, we just...
I've been noticing some retrievals finishing instantly without error, without actually ever receiving any data. I think some important events from datatransfer are not being handled properly in some cases....
When the boost PR merges, filc users will need to fill the `--announce` flag with `/ip4/[public ip]/tcp/6755` when making deals. This is pretty un-discoverable for general users, and I don't...