From 2a262f4da94af732f59d323fbd7b60f384cca323 Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Wed, 16 Apr 2025 09:55:21 -0400 Subject: [PATCH] chore: update impl status for nim --- data/implementations/discovery.json | 2 +- data/implementations/nat_traversal.json | 5 +++-- data/implementations/stream_muxers.json | 2 +- data/implementations/transports.json | 3 ++- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/data/implementations/discovery.json b/data/implementations/discovery.json index 635d1fe..bb0efb4 100644 --- a/data/implementations/discovery.json +++ b/data/implementations/discovery.json @@ -149,7 +149,7 @@ "status": "Missing" }, "Nim": { - "status": "Unstable", + "status": "Done", "url": "https://github.com/status-im/nim-libp2p/blob/unstable/libp2p/protocols/rendezvous.nim" }, "C++": { diff --git a/data/implementations/nat_traversal.json b/data/implementations/nat_traversal.json index a84f853..cfa5def 100644 --- a/data/implementations/nat_traversal.json +++ b/data/implementations/nat_traversal.json @@ -67,7 +67,7 @@ "url": "https://github.com/libp2p/js-libp2p/tree/master/packages/libp2p/src/autonat" }, "Nim": { - "status": "Unstable", + "status": "Usable", "url": "https://github.com/status-im/nim-libp2p/blob/unstable/libp2p/protocols/connectivity/autonat.nim" }, "C++": { @@ -114,7 +114,8 @@ "url": "https://github.com/libp2p/js-libp2p/tree/master/packages/transport-webrtc" }, "Nim": { - "status": "Missing" + "status": "Done", + "url": "https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/protocols/connectivity/dcutr" }, "C++": { "status": "Missing" diff --git a/data/implementations/stream_muxers.json b/data/implementations/stream_muxers.json index 2ac68a8..d3f3c2c 100644 --- a/data/implementations/stream_muxers.json +++ b/data/implementations/stream_muxers.json @@ -23,7 +23,7 @@ "url": "https://github.com/Chainsafe/js-libp2p-yamux" }, "Nim": { - "status": "Usable", + "status": "Done", "url": "https://github.com/status-im/nim-libp2p/blob/unstable/libp2p/muxers/yamux/yamux.nim" }, "C++": { diff --git a/data/implementations/transports.json b/data/implementations/transports.json index 95f12d7..e1d5170 100644 --- a/data/implementations/transports.json +++ b/data/implementations/transports.json @@ -69,7 +69,8 @@ "status": "Unimplementable" }, "Nim": { - "status": "Missing" + "status": "Usable", + "url": "https://github.com/vacp2p/nim-libp2p/blob/master/libp2p/transports/quictransport.nim" }, "C++": { "status": "Missing"