From b0875f97a81ee17d1042b6d21bbfd04efc1bf12e Mon Sep 17 00:00:00 2001 From: Arnaud Date: Fri, 17 Apr 2026 09:10:55 +0400 Subject: [PATCH] Trying something --- codexdht.nimble | 2 +- nimble.lock | 376 ------------------------------------------------ 2 files changed, 1 insertion(+), 377 deletions(-) delete mode 100644 nimble.lock diff --git a/codexdht.nimble b/codexdht.nimble index d013df4..18662a7 100644 --- a/codexdht.nimble +++ b/codexdht.nimble @@ -15,7 +15,7 @@ requires "chronicles >= 0.11.2 & < 0.13.0" requires "chronos >= 4.0.4 & < 4.1.0" requires "libp2p >= 1.14.1 & < 1.15.0" requires "metrics >= 0.1.0 & < 0.2.0" -requires "stew >= 0.4.2" +requires "stew >= 0.4.2 < 0.5.0" requires "stint >= 0.8.1 & < 0.9.0" requires "https://github.com/logos-storage/nim-datastore >= 0.2.1 & < 0.3.0" requires "questionable >= 0.10.15 & < 0.11.0" diff --git a/nimble.lock b/nimble.lock deleted file mode 100644 index 74d9a12..0000000 --- a/nimble.lock +++ /dev/null @@ -1,376 +0,0 @@ -{ - "version": 2, - "packages": { - "asynctest": { - "version": "0.5.4", - "vcsRevision": "572c897a4e1177e905105a3bafe8c5573d9bae83", - "url": "https://github.com/markspanbroek/asynctest", - "downloadMethod": "git", - "dependencies": [], - "checksums": { - "sha1": "ab8360f8ab96af781b1bdd09a5f9d44d93aeeab7" - } - }, - "unittest2": { - "version": "0.2.3", - "vcsRevision": "845b6af28b9f68f02d320e03ad18eccccea7ddb9", - "url": "https://github.com/status-im/nim-unittest2", - "downloadMethod": "git", - "dependencies": [], - "checksums": { - "sha1": "6936b4e4676c9b37537d93f31cb8fc46f4ebaacb" - } - }, - "bearssl": { - "version": "0.2.8", - "vcsRevision": "22c6a76ce015bc07e011562bdcfc51d9446c1e82", - "url": "https://github.com/status-im/nim-bearssl", - "downloadMethod": "git", - "dependencies": [ - "unittest2" - ], - "checksums": { - "sha1": "da4dd7ae96d536bdaf42dca9c85d7aed024b6a86" - } - }, - "bearssl_pkey_decoder": { - "version": "0.1.0", - "vcsRevision": "21dd3710df9345ed2ad8bf8f882761e07863b8e0", - "url": "https://github.com/vacp2p/bearssl_pkey_decoder", - "downloadMethod": "git", - "dependencies": [ - "bearssl" - ], - "checksums": { - "sha1": "21b42e2e6ddca6c875d3fc50f36a5115abf51714" - } - }, - "results": { - "version": "0.5.1", - "vcsRevision": "df8113dda4c2d74d460a8fa98252b0b771bf1f27", - "url": "https://github.com/arnetheduck/nim-results", - "downloadMethod": "git", - "dependencies": [], - "checksums": { - "sha1": "a9c011f74bc9ed5c91103917b9f382b12e82a9e7" - } - }, - "stew": { - "version": "0.4.2", - "vcsRevision": "b66168735d6f3841c5239c3169d3fe5fe98b1257", - "url": "https://github.com/status-im/nim-stew", - "downloadMethod": "git", - "dependencies": [ - "results", - "unittest2" - ], - "checksums": { - "sha1": "928e82cb8d2f554e8f10feb2349ee9c32fee3a8c" - } - }, - "faststreams": { - "version": "0.3.0", - "vcsRevision": "2b08c774afaafd600cf4c6f994cf78b8aa090c0c", - "url": "https://github.com/status-im/nim-faststreams", - "downloadMethod": "git", - "dependencies": [ - "stew", - "unittest2" - ], - "checksums": { - "sha1": "ec2d92793e7d1bd0c30ab29c0d20548a054cfa8e" - } - }, - "serialization": { - "version": "0.2.6", - "vcsRevision": "2086c99608b4bf472e1ef5fe063710f280243396", - "url": "https://github.com/status-im/nim-serialization", - "downloadMethod": "git", - "dependencies": [ - "faststreams", - "unittest2", - "stew" - ], - "checksums": { - "sha1": "26deca68e1a027be90e2bf2856e25aa819101d1e" - } - }, - "json_serialization": { - "version": "0.2.9", - "vcsRevision": "6eadb6e939ffa7882ff5437033c11a9464d3385c", - "url": "https://github.com/status-im/nim-json-serialization", - "downloadMethod": "git", - "dependencies": [ - "serialization", - "stew", - "results" - ], - "checksums": { - "sha1": "4062dc791d268930701bdef55b5cc35f82303ad3" - } - }, - "testutils": { - "version": "0.5.3", - "vcsRevision": "4d37244f9f5e1acd8592a4ceb5c3fc47bc160181", - "url": "https://github.com/status-im/nim-testutils", - "downloadMethod": "git", - "dependencies": [ - "unittest2" - ], - "checksums": { - "sha1": "2841517f3891ab396cb78d98d46ffd2551176f4b" - } - }, - "chronicles": { - "version": "0.12.2", - "vcsRevision": "27ec507429a4eb81edc20f28292ee8ec420be05b", - "url": "https://github.com/status-im/nim-chronicles", - "downloadMethod": "git", - "dependencies": [ - "faststreams", - "serialization", - "json_serialization", - "testutils" - ], - "checksums": { - "sha1": "02febb20d088120b2836d3306cfa21f434f88f65" - } - }, - "httputils": { - "version": "0.3.0", - "vcsRevision": "79cbab1460f4c0cdde2084589d017c43a3d7b4f1", - "url": "https://github.com/status-im/nim-http-utils", - "downloadMethod": "git", - "dependencies": [ - "stew", - "results", - "unittest2" - ], - "checksums": { - "sha1": "cd92ac3eaa067eb641429d4325d926bc0f7786a9" - } - }, - "chronos": { - "version": "4.0.5", - "vcsRevision": "785fcf4ddec1101a3df1f044d6331504d7ab95c6", - "url": "https://github.com/status-im/nim-chronos", - "downloadMethod": "git", - "dependencies": [ - "results", - "stew", - "bearssl", - "httputils", - "unittest2" - ], - "checksums": { - "sha1": "e4bebd7e32b9027ef08a47c4cdee223fd9aa9c48" - } - }, - "questionable": { - "version": "0.10.15", - "vcsRevision": "82d90b67bcfb7f2e918b61dace2ff1a4ced60935", - "url": "https://github.com/logos-storage/questionable", - "downloadMethod": "git", - "dependencies": [], - "checksums": { - "sha1": "3238ff637c7b44d2fa8fcb839a8ded968e389de3" - } - }, - "sqlite3_abi": { - "version": "3.53.0.0", - "vcsRevision": "8240e8e2819dfce1b67fa2733135d01b5cc80ae0", - "url": "https://github.com/arnetheduck/nim-sqlite3-abi", - "downloadMethod": "git", - "dependencies": [], - "checksums": { - "sha1": "fb7a6e6f36fc4eb4dfa6634dbcbf5cd0dfd0ebf0" - } - }, - "leveldbstatic": { - "version": "0.2.1", - "vcsRevision": "5a0cd8de6b2363827c43cafd3ed346ecee427e1e", - "url": "https://github.com/codex-storage/nim-leveldb", - "downloadMethod": "git", - "dependencies": [], - "checksums": { - "sha1": "590cb318e370701795f0974a7c8c275774f04965" - } - }, - "datastore": { - "version": "0.2.3", - "vcsRevision": "1d22c623250da2fcb2e8d4d899a06abd0ae2df24", - "url": "https://github.com/logos-storage/nim-datastore", - "downloadMethod": "git", - "dependencies": [ - "asynctest", - "chronos", - "questionable", - "sqlite3_abi", - "leveldbstatic", - "stew", - "unittest2" - ], - "checksums": { - "sha1": "115f2aede1ac40867d8dd76a5a1f5d263f37e78f" - } - }, - "dnsclient": { - "version": "0.3.4", - "vcsRevision": "23214235d4784d24aceed99bbfe153379ea557c8", - "url": "https://github.com/ba0f3/dnsclient.nim", - "downloadMethod": "git", - "dependencies": [], - "checksums": { - "sha1": "65262c7e533ff49d6aca5539da4bc6c6ce132f40" - } - }, - "jwt": { - "version": "0.2", - "vcsRevision": "18f8378de52b241f321c1f9ea905456e89b95c6f", - "url": "https://github.com/vacp2p/nim-jwt.git", - "downloadMethod": "git", - "dependencies": [ - "bearssl", - "bearssl_pkey_decoder" - ], - "checksums": { - "sha1": "bcfd6fc9c5e10a52b87117219b7ab5c98136bc8e" - } - }, - "nimcrypto": { - "version": "0.6.2", - "vcsRevision": "dc07e3058c6904eef965394493b6ea99aa2adefc", - "url": "https://github.com/cheatfate/nimcrypto", - "downloadMethod": "git", - "dependencies": [], - "checksums": { - "sha1": "8e3e42530f54c8c312942a89640b7e0f687f33a5" - } - }, - "metrics": { - "version": "0.1.2", - "vcsRevision": "11d0cddfb0e711aa2a8c75d1892ae24a64c299fc", - "url": "https://github.com/status-im/nim-metrics", - "downloadMethod": "git", - "dependencies": [ - "chronos", - "results", - "stew" - ], - "checksums": { - "sha1": "5cdac99d85d3c146d170e85064c88fb28f377842" - } - }, - "secp256k1": { - "version": "0.6.0.3.2", - "vcsRevision": "b526c4b436809aa1cfe650026d796cf7b8328b91", - "url": "https://github.com/status-im/nim-secp256k1", - "downloadMethod": "git", - "dependencies": [ - "stew", - "results", - "nimcrypto" - ], - "checksums": { - "sha1": "e6e50bd4a29cb473b070eb5359d87d8946d96075" - } - }, - "zlib": { - "version": "0.1.0", - "vcsRevision": "3f7998095264d262a8d99e2be89045e6d9301537", - "url": "https://github.com/status-im/nim-zlib", - "downloadMethod": "git", - "dependencies": [ - "stew" - ], - "checksums": { - "sha1": "7033fe964f174dccd20dcbd71a8150e30e5651fb" - } - }, - "websock": { - "version": "0.2.1", - "vcsRevision": "35ae76f1559e835c80f9c1a3943bf995d3dd9eb5", - "url": "https://github.com/status-im/nim-websock", - "downloadMethod": "git", - "dependencies": [ - "chronos", - "httputils", - "chronicles", - "stew", - "nimcrypto", - "bearssl", - "results", - "zlib" - ], - "checksums": { - "sha1": "1cb5efa10cd389bc01d0707c242ae010c76a03cd" - } - }, - "ngtcp2": { - "version": "0.39.0", - "vcsRevision": "791eb859145f9f268eb23eb9cbe777bdd7699c4d", - "url": "https://github.com/status-im/nim-ngtcp2", - "downloadMethod": "git", - "dependencies": [], - "checksums": { - "sha1": "48fa97d200e6d4213ae389a2a6e0677f5d8795a5" - } - }, - "quic": { - "version": "0.5.2", - "vcsRevision": "6d8678a159bfb902f9725f0081d542134cd93916", - "url": "https://github.com/vacp2p/nim-quic", - "downloadMethod": "git", - "dependencies": [ - "stew", - "chronos", - "nimcrypto", - "ngtcp2", - "unittest2", - "chronicles", - "bearssl" - ], - "checksums": { - "sha1": "a32e3d6a43b2552ebe8f27457094feb9bf3f6651" - } - }, - "libp2p": { - "version": "1.14.3", - "vcsRevision": "e82080f7b1aa61c6d35fa5311b873f41eff4bb52", - "url": "https://github.com/vacp2p/nim-libp2p", - "downloadMethod": "git", - "dependencies": [ - "nimcrypto", - "dnsclient", - "bearssl", - "chronicles", - "chronos", - "metrics", - "secp256k1", - "stew", - "websock", - "unittest2", - "results", - "quic", - "jwt" - ], - "checksums": { - "sha1": "3c089f3ccd23aa5a04e5db288cb8eef524938487" - } - }, - "stint": { - "version": "0.8.1", - "vcsRevision": "1a2c661e3f50ff696b0b6692fab0d7bb2abf10cc", - "url": "https://github.com/status-im/nim-stint", - "downloadMethod": "git", - "dependencies": [ - "stew", - "unittest2" - ], - "checksums": { - "sha1": "fe3c8b7b0484135294b8fb3dab5b1a030a08bddc" - } - } - }, - "tasks": {} -}