Closed gabrielmer closed 3 weeks ago
We require commits to follow the Conventional Commits, but with _
for non-breaking changes.
Please fix these commit messages:
implement discoverandConnectPeers
adding dns discovery test
test test
initial dns discovery integration
:grey_question: | Commit | :hash: | Finished (UTC) | Duration | Platform | Result |
---|---|---|---|---|---|---|
:heavy_multiplication_x: | 3a03c446 | #1 | 2024-10-28 16:43:08 | ~1 min | tests |
:page_facing_up:log |
:heavy_check_mark: | 3a03c446 | #1 | 2024-10-28 16:46:18 | ~4 min | ios |
:package:zip |
:heavy_check_mark: | 3a03c446 | #1 | 2024-10-28 16:46:31 | ~5 min | linux |
:package:zip |
:heavy_check_mark: | 3a03c446 | #1 | 2024-10-28 16:46:47 | ~5 min | android |
:package:aar |
:heavy_multiplication_x: | 3a03c446 | #1 | 2024-10-28 16:48:07 | ~6 min | tests-rpc |
:page_facing_up:log |
Tests completed | Failed | Passed | Skipped |
---|---|---|---|
23 | 1 | 22 | 0 |
To view individual test run time comparison to the main branch, go to the Test Analytics Dashboard
Closing this PR in favor of https://github.com/status-im/status-go/pull/6017
Integrating libwaku's on-demand DNS discovery functionality and implementing
discoverAndConnectPeers
Notice that for
discoverAndConnectPeers
, we have to do it sequentially and not with goroutines, as libwaku doesn't work properly with goroutines for now (because of goroutines spinning up multiple threads and Nim being set up only in one).This PR will work properly once https://github.com/waku-org/nwaku/pull/3155 is merged, will update the nwaku submodule here once the fix is in master
Important changes:
waku_dns_discovery
procedurediscoverAndConnectPeers
Issue https://github.com/waku-org/nwaku/issues/3076