-
Notifications
You must be signed in to change notification settings - Fork 462
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libp2p DHT work #351
Comments
Also, anyone feeling like cleaning up the DHT code in general should feel free to do so. |
This put value issue is worse than I thought initially (libp2p/go-libp2p-kad-dht#139). If anyone wants to take a stab at it very soon, please do. Caution: It might get complicated, so be prepared, you will learn a lot about libp2p. |
@whyrusleeping I just split this out into two independent stories: DHT Pipelining: https://app.zenhub.com/workspace/o/filecoin-project/go-filecoin/issues/433 DHT Put: https://app.zenhub.com/workspace/o/filecoin-project/go-filecoin/issues/437 |
Since we will be needing to use the DHT for several parts of filecoin, we should put some work into fixing up a few things. This issue will serve to track the different improvements we will be helping out with. I'll add new issues here as they come up
The text was updated successfully, but these errors were encountered: