-
To support transfer resumption, a Graphsync requestor sends a `DoNotSendCids` message to the responder with ALL the CIDs received so far. This solution does NOT scale as sending ALL cids recieved for …
-
Currently, graphsync supports an extension for [`doNotSendCIDs`](https://github.com/ipfs/go-graphsync/blob/master/graphsync.go#L40), which provides a list of CIDs that should not be sent during a tran…
-
### Checklist
- [X] This is **not** a security-related bug/issue. If it is, please follow please follow the [security policy](https://github.com/filecoin-project/lotus/security/policy).
- [X] This…
raulk updated
3 years ago
-
# What
Add an option to limit the number of in progress outgoing requests.
# Why
Currently, we have a limit on the number of incoming requests processed at the same time in the Responder impl…
-
# Filecoin Core Devs Meeting 28 Agenda
* **Meeting Date & Time:** Thursday, October 7 @ [16:00 UTC](https://www.timeanddate.com/worldclock/converter.html?iso=20210903T180000&p1=1440)
* Meeting will …
-
We should implement and test a few different approaches to Set Reconciliation problem.
White paper provided by @abacabadabacaba
https://www.ics.uci.edu/~eppstein/pubs/EppGooUye-SIGCOMM-11.pdf
…
-
Upon initiating a new storage deal, the client does the following as part of `ProposeDeal`:
1. Opens a deal stream to the Miner.
2. Sends the deal proposal over the above stream.
3. Waits to read…
-
Filecoin writes proofs into CAR files which are hashed, so we need their contents to be deterministic.
The way Filecoin currently generates those CARv1 files is via v1's selective writer API, which…
mvdan updated
3 years ago
-
Originally posted by @brendalee, edited by @jennijuju December 13, 2021
Starting this issue to get additional feedback from the community on proposed updates to the storage AsksProtocol [v1.1.0](htt…
-
@dirkmc when running from commit `e69af103f5f9a249883ab8c9e46cae63b581a58b` a basic data transfer test with -race flag returns:
(Doesn't happen all the time but running with higher `GOMAXPROCS` helps…