From 6320c165ec43ea92339073c26bb33f25edf334d3 Mon Sep 17 00:00:00 2001 From: Hanno Cornelius <68783915+jm-clius@users.noreply.github.com> Date: Mon, 13 Mar 2023 16:33:24 +0200 Subject: [PATCH] chore: update submodules (#1601) * chore: update submodules * fix: fix peer store test * fix: legacy build requires Nim binary deps --- Makefile | 2 +- tests/v2/test_peer_store_extended.nim | 6 +++--- vendor/nim-bearssl | 2 +- vendor/nim-chronicles | 2 +- vendor/nim-chronos | 2 +- vendor/nim-confutils | 2 +- vendor/nim-eth | 2 +- vendor/nim-faststreams | 2 +- vendor/nim-json-rpc | 2 +- vendor/nim-libp2p | 2 +- vendor/nim-metrics | 2 +- vendor/nim-presto | 2 +- vendor/nim-secp256k1 | 2 +- vendor/nim-serialization | 2 +- vendor/nim-sqlite3-abi | 2 +- vendor/nim-stew | 2 +- vendor/nim-stint | 2 +- vendor/nim-toml-serialization | 2 +- vendor/nim-unittest2 | 2 +- vendor/nim-web3 | 2 +- vendor/nim-websock | 2 +- vendor/nim-zlib | 2 +- vendor/nimbus-build-system | 2 +- 23 files changed, 25 insertions(+), 25 deletions(-) diff --git a/Makefile b/Makefile index 68f966f20..393f1e236 100644 --- a/Makefile +++ b/Makefile @@ -202,7 +202,7 @@ wakunode1: | build deps echo -e $(BUILD_MSG) "build/$@" && \ $(ENV_SCRIPT) nim wakunode1 $(NIM_PARAMS) waku.nims -example1: | build +example1: | build deps echo -e $(BUILD_MSG) "build/$@" && \ $(ENV_SCRIPT) nim example1 $(NIM_PARAMS) waku.nims diff --git a/tests/v2/test_peer_store_extended.nim b/tests/v2/test_peer_store_extended.nim index 39a3acd39..59893d7c7 100644 --- a/tests/v2/test_peer_store_extended.nim +++ b/tests/v2/test_peer_store_extended.nim @@ -23,7 +23,7 @@ suite "Extended nim-libp2p Peer Store": setup: # Setup a nim-libp2p peerstore with some peers - let peerStore = PeerStore.new(capacity = 50) + let peerStore = PeerStore.new(nil, capacity = 50) var p1, p2, p3, p4, p5, p6: PeerId # create five peers basePeerId + [1-5] @@ -287,7 +287,7 @@ suite "Extended nim-libp2p Peer Store": test "del() successfully deletes waku custom books": # Given - let peerStore = PeerStore.new(capacity = 5) + let peerStore = PeerStore.new(nil, capacity = 5) var p1: PeerId require p1.init("QmeuZJbXrszW2jdT7GdduSjQskPU3S7vvGWKtKgDfkDvW" & "1") peerStore[AddressBook][p1] = @[MultiAddress.init("/ip4/127.0.0.1/tcp/1").tryGet()] @@ -320,7 +320,7 @@ suite "Extended nim-libp2p Peer Store": peerStore[DirectionBook][p1] == default(PeerDirection) asyncTest "canBeConnected() returns correct value": - let peerStore = PeerStore.new(capacity = 5) + let peerStore = PeerStore.new(nil, capacity = 5) var p1: PeerId require p1.init("QmeuZJbXrszW2jdT7GdduSjQskPU3S7vvGWKtKgDfkDvW" & "1") diff --git a/vendor/nim-bearssl b/vendor/nim-bearssl index a64799491..acf9645e3 160000 --- a/vendor/nim-bearssl +++ b/vendor/nim-bearssl @@ -1 +1 @@ -Subproject commit a647994910904b0103a05db3a5ec1ecfc4d91a88 +Subproject commit acf9645e328bdcab481cfda1c158e07ecd46bd7b diff --git a/vendor/nim-chronicles b/vendor/nim-chronicles index 7631f7b2e..1e6350870 160000 --- a/vendor/nim-chronicles +++ b/vendor/nim-chronicles @@ -1 +1 @@ -Subproject commit 7631f7b2ee03398cb1512a79923264e8f9410af6 +Subproject commit 1e6350870855541b381d77d4659688bc0d2c4227 diff --git a/vendor/nim-chronos b/vendor/nim-chronos index 945c30419..f7835a192 160000 --- a/vendor/nim-chronos +++ b/vendor/nim-chronos @@ -1 +1 @@ -Subproject commit 945c304197a0e34b1126cb073df64d2df7ce57dd +Subproject commit f7835a192b45c37e97614d865141f21eea8c156e diff --git a/vendor/nim-confutils b/vendor/nim-confutils index 56f4db90f..38dfeaaab 160000 --- a/vendor/nim-confutils +++ b/vendor/nim-confutils @@ -1 +1 @@ -Subproject commit 56f4db90f7923a4d6814837dda9f44c8955c52a4 +Subproject commit 38dfeaaabdc6792d0f4d701621cbe34001978456 diff --git a/vendor/nim-eth b/vendor/nim-eth index 0807378e7..72c985892 160000 --- a/vendor/nim-eth +++ b/vendor/nim-eth @@ -1 +1 @@ -Subproject commit 0807378e7f6c1038ead7ea53405d4f0f980ac9d7 +Subproject commit 72c98589278aec949c13435d9bcacdb306faa5a8 diff --git a/vendor/nim-faststreams b/vendor/nim-faststreams index b42daf41d..814f8927e 160000 --- a/vendor/nim-faststreams +++ b/vendor/nim-faststreams @@ -1 +1 @@ -Subproject commit b42daf41d8eb4fbce40add6836bed838f8d85b6f +Subproject commit 814f8927e1f356f39219f37f069b83066bcc893a diff --git a/vendor/nim-json-rpc b/vendor/nim-json-rpc index c0ecb4261..af1276443 160000 --- a/vendor/nim-json-rpc +++ b/vendor/nim-json-rpc @@ -1 +1 @@ -Subproject commit c0ecb426131ebc2c3d11c085d749f55884f6fea6 +Subproject commit af1276443618974a95dd3c83e57a1ecd70df2c5e diff --git a/vendor/nim-libp2p b/vendor/nim-libp2p index 444b83792..8d5ea43e2 160000 --- a/vendor/nim-libp2p +++ b/vendor/nim-libp2p @@ -1 +1 @@ -Subproject commit 444b837923ea2252db9aaa1240ed817c5fe2e3df +Subproject commit 8d5ea43e2bbd9efdb34703fe6249efe2a88cc00f diff --git a/vendor/nim-metrics b/vendor/nim-metrics index 21e99a2e9..08a93c4e1 160000 --- a/vendor/nim-metrics +++ b/vendor/nim-metrics @@ -1 +1 @@ -Subproject commit 21e99a2e9d9f80e68bef65c80ef781613005fccb +Subproject commit 08a93c4e168e74ad93f14b3cc7d6f280bcde879e diff --git a/vendor/nim-presto b/vendor/nim-presto index a6c32794b..18837545f 160000 --- a/vendor/nim-presto +++ b/vendor/nim-presto @@ -1 +1 @@ -Subproject commit a6c32794bf9ac04989764f2b5242fb76e4232c9c +Subproject commit 18837545f3234f2eae187b2fd1ea24477398775e diff --git a/vendor/nim-secp256k1 b/vendor/nim-secp256k1 index fd173fdff..4c41c5029 160000 --- a/vendor/nim-secp256k1 +++ b/vendor/nim-secp256k1 @@ -1 +1 @@ -Subproject commit fd173fdff863ce2e211cf64c9a03bc7539fe40b0 +Subproject commit 4c41c5029ffc73b732233f06018cd52f3ed47dce diff --git a/vendor/nim-serialization b/vendor/nim-serialization index d77417cba..5b7cea55e 160000 --- a/vendor/nim-serialization +++ b/vendor/nim-serialization @@ -1 +1 @@ -Subproject commit d77417cba6896c26287a68e6a95762e45a1b87e5 +Subproject commit 5b7cea55efeb074daa8abd8146a03a34adb4521a diff --git a/vendor/nim-sqlite3-abi b/vendor/nim-sqlite3-abi index 398c6dae0..362e1bd9f 160000 --- a/vendor/nim-sqlite3-abi +++ b/vendor/nim-sqlite3-abi @@ -1 +1 @@ -Subproject commit 398c6dae0353eee0702a8dd5be9c7bf50a59e64a +Subproject commit 362e1bd9f689ad9f5380d9d27f0705b3d4dfc7d3 diff --git a/vendor/nim-stew b/vendor/nim-stew index f2f9685ec..e18f5a62a 160000 --- a/vendor/nim-stew +++ b/vendor/nim-stew @@ -1 +1 @@ -Subproject commit f2f9685ec904868bbb48485e72ddc026ed51b230 +Subproject commit e18f5a62af2ade7a1fd1d39635d4e04d944def08 diff --git a/vendor/nim-stint b/vendor/nim-stint index f36623998..eb1f32c67 160000 --- a/vendor/nim-stint +++ b/vendor/nim-stint @@ -1 +1 @@ -Subproject commit f36623998fdc20349b887b319ca12d8b5a056459 +Subproject commit eb1f32c6752478e18dff9256ea45538ab3312cd3 diff --git a/vendor/nim-toml-serialization b/vendor/nim-toml-serialization index a243648f2..b189c104f 160000 --- a/vendor/nim-toml-serialization +++ b/vendor/nim-toml-serialization @@ -1 +1 @@ -Subproject commit a243648f241c205b5b7fc72abb0f9c14a2812b3a +Subproject commit b189c104f7eeb2c8c2cdc9d103415dc7a6a36037 diff --git a/vendor/nim-unittest2 b/vendor/nim-unittest2 index da8398c45..883c7a50a 160000 --- a/vendor/nim-unittest2 +++ b/vendor/nim-unittest2 @@ -1 +1 @@ -Subproject commit da8398c45cafd5bd7772da1fc96e3924a18d3823 +Subproject commit 883c7a50ad3b82158e64d074c5578fe33ab3c452 diff --git a/vendor/nim-web3 b/vendor/nim-web3 index 33586798e..bf6c24dba 160000 --- a/vendor/nim-web3 +++ b/vendor/nim-web3 @@ -1 +1 @@ -Subproject commit 33586798eae94f2c5bc543089b426769809549e1 +Subproject commit bf6c24dba5c808ac570b8602d3b2f748da6a1aae diff --git a/vendor/nim-websock b/vendor/nim-websock index 691f069b2..fea05cde8 160000 --- a/vendor/nim-websock +++ b/vendor/nim-websock @@ -1 +1 @@ -Subproject commit 691f069b209d372b1240d5ae1f57fb7bbafeaba7 +Subproject commit fea05cde8b123b38d1a0a8524b77efbc84daa848 diff --git a/vendor/nim-zlib b/vendor/nim-zlib index 6a6670afb..826e2fc01 160000 --- a/vendor/nim-zlib +++ b/vendor/nim-zlib @@ -1 +1 @@ -Subproject commit 6a6670afba6b97b29b920340e2641978c05ab4d8 +Subproject commit 826e2fc013f55b4478802d4f2e39f187c50d520a diff --git a/vendor/nimbus-build-system b/vendor/nimbus-build-system index c488f87b0..47052a3fc 160000 --- a/vendor/nimbus-build-system +++ b/vendor/nimbus-build-system @@ -1 +1 @@ -Subproject commit c488f87b09591e509c5c7da998e466df4a4b0a5f +Subproject commit 47052a3fcc5553c03e67332895b6b68faded7181