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:
implementing feedback
fix flaky test
integrating waku_get_connected_peers and fixing test
changing function name to specify that only connected relay peers are returned
initial dialPeer implementation
implementing PeerCount and DropPeer
:grey_question: | Commit | :hash: | Finished (UTC) | Duration | Platform | Result |
---|---|---|---|---|---|---|
:heavy_multiplication_x: | e1ab9d37 | #2 | 2024-10-28 11:45:12 | ~1 min | tests |
:page_facing_up:log |
:heavy_check_mark: | e1ab9d37 | #2 | 2024-10-28 11:45:38 | ~2 min | android |
:package:aar |
:heavy_check_mark: | e1ab9d37 | #2 | 2024-10-28 11:46:12 | ~2 min | linux |
:package:zip |
:heavy_check_mark: | e1ab9d37 | #2 | 2024-10-28 11:46:49 | ~3 min | ios |
:package:zip |
:heavy_check_mark: | e1ab9d37 | #2 | 2024-10-28 11:49:12 | ~5 min | tests-rpc |
:page_facing_up:log |
:heavy_multiplication_x: | a87b625c | #3 | 2024-10-28 15:51:48 | ~1 min | tests |
:page_facing_up:log |
:heavy_check_mark: | a87b625c | #3 | 2024-10-28 15:52:24 | ~2 min | android |
:package:aar |
:heavy_check_mark: | a87b625c | #3 | 2024-10-28 15:52:48 | ~2 min | linux |
:package:zip |
:heavy_check_mark: | a87b625c | #3 | 2024-10-28 15:53:25 | ~3 min | ios |
:package:zip |
:heavy_multiplication_x: | a87b625c | #3 | 2024-10-28 15:55:55 | ~5 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/6013 , as there are big conflicts with the base branch
Integrating and implementing features to dial, drop and retrieve connected peers.
Important changes:
PeerCount()
functionsGetNumConnectedRelayPeers
This PR depends on the new libwaku procedures exposed in https://github.com/waku-org/nwaku/pull/3149 Once the nwaku PR is merged, I will update the nwaku submodule in this PR
Issue: https://github.com/waku-org/nwaku/issues/3076