From a62ab1e7b13ee5dcd52708952b910b61345396fc Mon Sep 17 00:00:00 2001 From: Darshan <35736874+darshankabariya@users.noreply.github.com> Date: Mon, 11 May 2026 19:02:25 +0530 Subject: [PATCH] chore: add nim-sds (no runtime integration yet) (#3820) --- nimble.lock | 20 ++++++++++++++++++++ waku.nimble | 2 ++ 2 files changed, 22 insertions(+) diff --git a/nimble.lock b/nimble.lock index 7c76f7fa9..0a76565c4 100644 --- a/nimble.lock +++ b/nimble.lock @@ -587,6 +587,26 @@ "sha1": "09e1b2fdad55b973724d61227971afc0df0b7a81" } }, + "sds": { + "version": "#2e9a7683f0e180bf112135fae3a3803eed8490d4", + "vcsRevision": "2e9a7683f0e180bf112135fae3a3803eed8490d4", + "url": "https://github.com/logos-messaging/nim-sds.git", + "downloadMethod": "git", + "dependencies": [ + "nim", + "chronos", + "libp2p", + "chronicles", + "stew", + "stint", + "metrics", + "results", + "taskpools" + ], + "checksums": { + "sha1": "d13f1bf8d1b90b27e9edfc063b043831242cda19" + } + }, "ffi": { "version": "0.1.3", "vcsRevision": "06111de155253b34e47ed2aaed1d61d08d62cc1b", diff --git a/waku.nimble b/waku.nimble index 591307c23..f944aaae1 100644 --- a/waku.nimble +++ b/waku.nimble @@ -61,6 +61,8 @@ requires "nim >= 2.2.4", # Packages not on nimble (use git URLs) requires "https://github.com/logos-messaging/nim-ffi" +requires "https://github.com/logos-messaging/nim-sds.git#2e9a7683f0e180bf112135fae3a3803eed8490d4" + requires "https://github.com/vacp2p/nim-lsquic" requires "https://github.com/vacp2p/nim-jwt.git#057ec95eb5af0eea9c49bfe9025b3312c95dc5f2"