From 38b22c9104378defea69534ff7f483b73d38f988 Mon Sep 17 00:00:00 2001 From: Joonas Koivunen Date: Mon, 3 Feb 2020 18:17:38 +0200 Subject: [PATCH] survey: even more links, more obscure relative dates --- open-grants/ipfs-rust/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/open-grants/ipfs-rust/README.md b/open-grants/ipfs-rust/README.md index 3ed729ae..26be0735 100644 --- a/open-grants/ipfs-rust/README.md +++ b/open-grants/ipfs-rust/README.md @@ -87,10 +87,10 @@ and here is what we found to be some of the top projects on this list. #### rust-libp2p -* secio: fast moving, even this week `ed25519` compatbile PeerId inlining was merged +* secio: fast moving, recently `ed25519` compatible [PeerId inlining was merged](https://github.com/libp2p/rust-libp2p/pull/1413) * protocol selection with yamux or mplex multiplexing * dht: cannot comment at this time on completeness or interoperability -* floodsub should now be compatible, gossipub was merged in the last weeks +* floodsub [should now be compatible](https://github.com/libp2p/rust-libp2p/pull/1395), [gossipub was merged in recently](https://github.com/libp2p/rust-libp2p/pull/898) * ongoing work on QUIC support, probably out of scope for now but something to keep an eye on * swarm management, id, ping and support for building bitswap, as demonstrated by @dvc94ch's work on [rust-ipfs](https://github.com/ipfs-rust/rust-ipfs/)