mirror of https://github.com/waku-org/nwaku.git
chore: update submodules (#1601)
* chore: update submodules * fix: fix peer store test * fix: legacy build requires Nim binary deps
This commit is contained in:
parent
6584b58593
commit
11c19a3751
2
Makefile
2
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
|
||||
|
||||
|
|
|
@ -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")
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit a647994910904b0103a05db3a5ec1ecfc4d91a88
|
||||
Subproject commit acf9645e328bdcab481cfda1c158e07ecd46bd7b
|
|
@ -1 +1 @@
|
|||
Subproject commit 7631f7b2ee03398cb1512a79923264e8f9410af6
|
||||
Subproject commit 1e6350870855541b381d77d4659688bc0d2c4227
|
|
@ -1 +1 @@
|
|||
Subproject commit 945c304197a0e34b1126cb073df64d2df7ce57dd
|
||||
Subproject commit f7835a192b45c37e97614d865141f21eea8c156e
|
|
@ -1 +1 @@
|
|||
Subproject commit 56f4db90f7923a4d6814837dda9f44c8955c52a4
|
||||
Subproject commit 38dfeaaabdc6792d0f4d701621cbe34001978456
|
|
@ -1 +1 @@
|
|||
Subproject commit 0807378e7f6c1038ead7ea53405d4f0f980ac9d7
|
||||
Subproject commit 72c98589278aec949c13435d9bcacdb306faa5a8
|
|
@ -1 +1 @@
|
|||
Subproject commit b42daf41d8eb4fbce40add6836bed838f8d85b6f
|
||||
Subproject commit 814f8927e1f356f39219f37f069b83066bcc893a
|
|
@ -1 +1 @@
|
|||
Subproject commit c0ecb426131ebc2c3d11c085d749f55884f6fea6
|
||||
Subproject commit af1276443618974a95dd3c83e57a1ecd70df2c5e
|
|
@ -1 +1 @@
|
|||
Subproject commit 444b837923ea2252db9aaa1240ed817c5fe2e3df
|
||||
Subproject commit 8d5ea43e2bbd9efdb34703fe6249efe2a88cc00f
|
|
@ -1 +1 @@
|
|||
Subproject commit 21e99a2e9d9f80e68bef65c80ef781613005fccb
|
||||
Subproject commit 08a93c4e168e74ad93f14b3cc7d6f280bcde879e
|
|
@ -1 +1 @@
|
|||
Subproject commit a6c32794bf9ac04989764f2b5242fb76e4232c9c
|
||||
Subproject commit 18837545f3234f2eae187b2fd1ea24477398775e
|
|
@ -1 +1 @@
|
|||
Subproject commit fd173fdff863ce2e211cf64c9a03bc7539fe40b0
|
||||
Subproject commit 4c41c5029ffc73b732233f06018cd52f3ed47dce
|
|
@ -1 +1 @@
|
|||
Subproject commit d77417cba6896c26287a68e6a95762e45a1b87e5
|
||||
Subproject commit 5b7cea55efeb074daa8abd8146a03a34adb4521a
|
|
@ -1 +1 @@
|
|||
Subproject commit 398c6dae0353eee0702a8dd5be9c7bf50a59e64a
|
||||
Subproject commit 362e1bd9f689ad9f5380d9d27f0705b3d4dfc7d3
|
|
@ -1 +1 @@
|
|||
Subproject commit f2f9685ec904868bbb48485e72ddc026ed51b230
|
||||
Subproject commit e18f5a62af2ade7a1fd1d39635d4e04d944def08
|
|
@ -1 +1 @@
|
|||
Subproject commit f36623998fdc20349b887b319ca12d8b5a056459
|
||||
Subproject commit eb1f32c6752478e18dff9256ea45538ab3312cd3
|
|
@ -1 +1 @@
|
|||
Subproject commit a243648f241c205b5b7fc72abb0f9c14a2812b3a
|
||||
Subproject commit b189c104f7eeb2c8c2cdc9d103415dc7a6a36037
|
|
@ -1 +1 @@
|
|||
Subproject commit da8398c45cafd5bd7772da1fc96e3924a18d3823
|
||||
Subproject commit 883c7a50ad3b82158e64d074c5578fe33ab3c452
|
|
@ -1 +1 @@
|
|||
Subproject commit 33586798eae94f2c5bc543089b426769809549e1
|
||||
Subproject commit bf6c24dba5c808ac570b8602d3b2f748da6a1aae
|
|
@ -1 +1 @@
|
|||
Subproject commit 691f069b209d372b1240d5ae1f57fb7bbafeaba7
|
||||
Subproject commit fea05cde8b123b38d1a0a8524b77efbc84daa848
|
|
@ -1 +1 @@
|
|||
Subproject commit 6a6670afba6b97b29b920340e2641978c05ab4d8
|
||||
Subproject commit 826e2fc013f55b4478802d4f2e39f187c50d520a
|
|
@ -1 +1 @@
|
|||
Subproject commit c488f87b09591e509c5c7da998e466df4a4b0a5f
|
||||
Subproject commit 47052a3fcc5553c03e67332895b6b68faded7181
|
Loading…
Reference in New Issue