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
test test
initial dns discovery integration
:grey_question: | Commit | :hash: | Finished (UTC) | Duration | Platform | Result |
---|---|---|---|---|---|---|
:heavy_multiplication_x: | 4c81ce93 | #2 | 2024-10-31 10:03:37 | ~1 min | tests |
:page_facing_up:log |
:heavy_multiplication_x: | 4c81ce93 | #2 | 2024-10-31 10:09:23 | ~4 min | tests-rpc |
:page_facing_up:log |
:heavy_check_mark: | 4c81ce93 | #2 | 2024-10-31 10:09:28 | ~4 min | macos |
:package:zip |
:heavy_check_mark: | 4c81ce93 | #2 | 2024-10-31 10:10:48 | ~5 min | macos |
:package:zip |
:heavy_check_mark: | 4c81ce93 | #2 | 2024-10-31 10:11:23 | ~5 min | ios |
:package:zip |
:heavy_check_mark: | 4c81ce93 | #2 | 2024-10-31 10:11:28 | ~5 min | linux |
:package:zip |
:heavy_check_mark: | 4c81ce93 | #2 | 2024-10-31 10:12:42 | ~6 min | android |
:package:aar |
:heavy_multiplication_x: | 4c81ce93 | #2 | 2024-10-31 10:21:11 | ~10 min | windows |
:package:zip |
:heavy_multiplication_x: | f4eae163 | #3 | 2024-10-31 14:41:49 | ~2 min | tests |
:page_facing_up:log |
:heavy_multiplication_x: | f4eae163 | #3 | 2024-10-31 14:43:37 | ~4 min | tests-rpc |
:page_facing_up:log |
:heavy_check_mark: | f4eae163 | #3 | 2024-10-31 14:44:33 | ~4 min | macos |
:package:zip |
:heavy_check_mark: | f4eae163 | #3 | 2024-10-31 14:45:06 | ~5 min | linux |
:package:zip |
:heavy_check_mark: | f4eae163 | #3 | 2024-10-31 14:45:16 | ~5 min | macos |
:package:zip |
:heavy_check_mark: | f4eae163 | #3 | 2024-10-31 14:45:37 | ~6 min | android |
:package:aar |
:heavy_check_mark: | f4eae163 | #3 | 2024-10-31 14:46:40 | ~7 min | ios |
:package:zip |
:heavy_multiplication_x: | f4eae163 | #3 | 2024-10-31 14:50:10 | ~10 min | windows |
:package:zip |
All modified and coverable lines are covered by tests :white_check_mark:
Please upload report for BASE (
feature/nwaku-in-status@6ac236d
). Learn more about missing BASE report.
Same PR as https://github.com/status-im/status-go/pull/6000 but over the updated base branch (rebase is not working properly in this case)
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).Important changes:
waku_dns_discovery
procedurediscoverAndConnectPeers
Issue https://github.com/waku-org/nwaku/issues/3076