From 672840520e542e20bbb3d4272c00acd5aa7c853e Mon Sep 17 00:00:00 2001 From: Ivan Folgueira Bande Date: Fri, 13 Feb 2026 21:50:36 +0100 Subject: [PATCH] fetch custom websock to allow higher chronos versions --- nimble.lock | 14 +++++++------- waku.nimble | 4 +++- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/nimble.lock b/nimble.lock index 8a325be26..3a2ed3dc7 100644 --- a/nimble.lock +++ b/nimble.lock @@ -169,8 +169,8 @@ } }, "chronos": { - "version": "4.0.4", - "vcsRevision": "0646c444fce7c7ed08ef6f2c9a7abfd172ffe655", + "version": "4.2.0", + "vcsRevision": "0d00279e67ad9fadeb944944449adc89f052b8bd", "url": "https://github.com/status-im/nim-chronos", "downloadMethod": "git", "dependencies": [ @@ -182,7 +182,7 @@ "unittest2" ], "checksums": { - "sha1": "455802a90204d8ad6b31d53f2efff8ebfe4c834a" + "sha1": "add14e711abc98b2203e7c5a35c860c7b86f15b5" } }, "metrics": { @@ -414,9 +414,9 @@ } }, "websock": { - "version": "0.2.1", - "vcsRevision": "35ae76f1559e835c80f9c1a3943bf995d3dd9eb5", - "url": "https://github.com/status-im/nim-websock", + "version": "#allow-high-chronos-versions", + "vcsRevision": "21a7c1982d1524081f29f7fcfab0850b80708db5", + "url": "https://github.com/status-im/nim-websock.git", "downloadMethod": "git", "dependencies": [ "nim", @@ -430,7 +430,7 @@ "zlib" ], "checksums": { - "sha1": "1cb5efa10cd389bc01d0707c242ae010c76a03cd" + "sha1": "50744c55ca69a01332d38825a478e3cb13935b60" } }, "json_rpc": { diff --git a/waku.nimble b/waku.nimble index c81074d26..6c5a9b5c3 100644 --- a/waku.nimble +++ b/waku.nimble @@ -27,7 +27,6 @@ requires "nim >= 2.2.4", "libp2p >= 1.15.1", "eth", "nat_traversal", - "websock", "dnsdisc", "dnsclient", "httputils", @@ -57,6 +56,9 @@ requires "nim >= 2.2.4", "testutils", "unittest2" +# We use a custom branch to allow higher chronos versions +requires "https://github.com/status-im/nim-websock.git#allow-high-chronos-versions" + # Packages not on nimble (use git URLs) requires "https://github.com/vacp2p/nim-lsquic" requires "https://github.com/logos-messaging/nim-ffi"