From e871859a969cad2d23933880da6509ae7b409cf9 Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Mon, 27 Nov 2023 11:23:25 -0600 Subject: [PATCH] Bump dht (#628) * rename nim-libp2p-dht to nim-codex-dht * bump dht * update .gitmodules * bump --------- Co-authored-by: Jaremy Creechley --- .gitmodules | 6 +++--- vendor/nim-codex-dht | 1 + vendor/nim-libp2p-dht | 1 - 3 files changed, 4 insertions(+), 4 deletions(-) create mode 160000 vendor/nim-codex-dht delete mode 160000 vendor/nim-libp2p-dht diff --git a/.gitmodules b/.gitmodules index c155a04c..a7222ec6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -164,9 +164,9 @@ [submodule "vendor/nim-leopard"] path = vendor/nim-leopard url = https://github.com/status-im/nim-leopard.git -[submodule "vendor/nim-libp2p-dht"] - path = vendor/nim-libp2p-dht - url = https://github.com/status-im/nim-libp2p-dht.git +[submodule "vendor/nim-codex-dht"] + path = vendor/nim-codex-dht + url = https://github.com/codex-storage/nim-codex-dht.git ignore = untracked branch = master [submodule "vendor/nim-datastore"] diff --git a/vendor/nim-codex-dht b/vendor/nim-codex-dht new file mode 160000 index 00000000..a7f14bc9 --- /dev/null +++ b/vendor/nim-codex-dht @@ -0,0 +1 @@ +Subproject commit a7f14bc9b783f1b9e2d02cc85a338b1411058095 diff --git a/vendor/nim-libp2p-dht b/vendor/nim-libp2p-dht deleted file mode 160000 index 3c940ea8..00000000 --- a/vendor/nim-libp2p-dht +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 3c940ea8901ae6118e66cc4df423b8ff53699eb4