Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix_: handle network change for filter subs #6232

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

chaitanyaprem
Copy link
Contributor

Picks changes from waku-org/go-waku#1270 to handle network change scenarios especially in mobile.

A description to understand introduced changes without reading the code.

Important changes:

  • Pass network type during network change to filter manager

Closes #

@status-im-auto
Copy link
Member

status-im-auto commented Dec 23, 2024

Jenkins Builds

Click to see older builds (24)
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 33768be #1 2024-12-23 10:26:02 ~4 min macos 📦zip
✔️ 33768be #1 2024-12-23 10:26:09 ~4 min linux 📦zip
✔️ 33768be #1 2024-12-23 10:26:37 ~5 min ios 📦zip
✔️ 33768be #1 2024-12-23 10:27:05 ~5 min android 📦aar
✔️ 33768be #1 2024-12-23 10:27:08 ~5 min windows 📦zip
✔️ 33768be #1 2024-12-23 10:27:40 ~6 min tests-rpc 📄log
✔️ 33768be #1 2024-12-23 10:30:25 ~8 min macos 📦zip
✔️ 33768be #1 2024-12-23 10:52:27 ~30 min tests 📄log
✔️ 6788e99 #2 2024-12-24 05:31:35 ~4 min windows 📦zip
✔️ 6788e99 #2 2024-12-24 05:31:59 ~4 min macos 📦zip
✔️ 6788e99 #2 2024-12-24 05:32:06 ~4 min linux 📦zip
✔️ 6788e99 #2 2024-12-24 05:32:17 ~4 min ios 📦zip
✔️ 6788e99 #2 2024-12-24 05:32:58 ~5 min android 📦aar
✔️ 6788e99 #2 2024-12-24 05:34:13 ~6 min tests-rpc 📄log
✔️ 6788e99 #2 2024-12-24 05:36:23 ~8 min macos 📦zip
✔️ 6788e99 #2 2024-12-24 05:57:07 ~29 min tests 📄log
4f80f02 #3 2024-12-24 08:59:05 ~1 min ios 📄log
4f80f02 #3 2024-12-24 08:59:17 ~1 min android 📄log
✖️ 4f80f02 #3 2024-12-24 08:59:27 ~1 min tests 📄log
4f80f02 #3 2024-12-24 08:59:46 ~2 min linux 📄log
4f80f02 #3 2024-12-24 08:59:50 ~2 min macos 📄log
4f80f02 #3 2024-12-24 09:00:00 ~2 min windows 📄log
✖️ 4f80f02 #3 2024-12-24 09:00:06 ~2 min tests-rpc 📄log
4f80f02 #3 2024-12-24 09:04:30 ~6 min macos 📄log
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 7779661 #4 2024-12-24 09:12:52 ~4 min windows 📦zip
✔️ 7779661 #4 2024-12-24 09:13:17 ~4 min macos 📦zip
✔️ 7779661 #4 2024-12-24 09:13:20 ~4 min linux 📦zip
✔️ 7779661 #4 2024-12-24 09:13:36 ~4 min ios 📦zip
✖️ 7779661 #4 2024-12-24 09:14:26 ~5 min tests-rpc 📄log
✔️ 7779661 #4 2024-12-24 09:14:32 ~5 min android 📦aar
✔️ 7779661 #4 2024-12-24 09:18:27 ~9 min macos 📦zip
✔️ 7779661 #4 2024-12-24 09:39:03 ~30 min tests 📄log
✔️ 882b80b #5 2024-12-24 09:43:53 ~4 min windows 📦zip
✔️ 882b80b #5 2024-12-24 09:44:17 ~4 min linux 📦zip
✔️ 882b80b #5 2024-12-24 09:44:22 ~4 min macos 📦zip
✔️ 882b80b #5 2024-12-24 09:44:49 ~5 min ios 📦zip
✖️ 882b80b #5 2024-12-24 09:46:01 ~6 min tests-rpc 📄log
✔️ 882b80b #5 2024-12-24 09:46:07 ~6 min android 📦aar
✔️ 882b80b #5 2024-12-24 09:49:30 ~9 min macos 📦zip
✔️ 882b80b #5 2024-12-24 10:08:48 ~28 min tests 📄log

Copy link

codecov bot commented Dec 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 61.40%. Comparing base (a4e36d4) to head (882b80b).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #6232      +/-   ##
===========================================
- Coverage    61.43%   61.40%   -0.04%     
===========================================
  Files          834      834              
  Lines       109931   109931              
===========================================
- Hits         67540    67506      -34     
- Misses       34494    34520      +26     
- Partials      7897     7905       +8     
Flag Coverage Δ
functional 21.54% <0.00%> (+0.08%) ⬆️
unit 60.00% <100.00%> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
wakuv2/waku.go 68.98% <100.00%> (-0.19%) ⬇️

... and 31 files with indirect coverage changes

@chaitanyaprem chaitanyaprem force-pushed the fix/filter-network-change branch 3 times, most recently from 4f80f02 to 7779661 Compare December 24, 2024 09:08
@chaitanyaprem chaitanyaprem force-pushed the fix/filter-network-change branch from 7779661 to 882b80b Compare December 24, 2024 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants