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

feat(nwaku)_: storenode requestor for missing message retrieval and result iterator impl #5971

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

richard-ramos
Copy link
Member

Do note that there's some level of code duplication. This is intentional
The normal storenode queries have not been modified yet, so it's still too early to do optimizations. That will be done in next PR once I find out how much can I generalize the code.

@status-im-auto
Copy link
Member

status-im-auto commented Oct 21, 2024

Jenkins Builds

Commit #️⃣ Finished (UTC) Duration Platform Result
0a04dd9 #1 2024-10-21 14:56:39 ~1 min ios 📄log
0a04dd9 #1 2024-10-21 14:57:17 ~2 min linux 📄log
✖️ 0a04dd9 #1 2024-10-21 14:57:21 ~2 min tests-rpc 📄log
0a04dd9 #1 2024-10-21 14:57:37 ~2 min android 📄log
✖️ 0a04dd9 #1 2024-10-21 14:58:31 ~3 min tests 📄log
0a04dd9 #2 2024-10-21 15:42:43 ~5 min linux 📄log
0a04dd9 #3 2024-10-23 20:24:10 ~58 sec linux 📄log
0a04dd9 #2 2024-10-23 20:24:17 ~1 min ios 📄log
0a04dd9 #2 2024-10-23 20:25:13 ~2 min android 📄log
✖️ 0a04dd9 #2 2024-10-23 20:25:26 ~2 min tests-rpc 📄log
✖️ 0a04dd9 #2 2024-10-23 20:26:30 ~3 min tests 📄log
d79e622 #3 2024-10-23 20:26:02 ~42 sec ios 📄log
✖️ d79e622 #3 2024-10-23 20:26:09 ~35 sec tests-rpc 📄log
d79e622 #4 2024-10-23 20:26:21 ~1 min linux 📄log
d79e622 #3 2024-10-23 20:26:22 ~51 sec android 📄log

Copy link

@gabrielmer gabrielmer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks so much!

Base automatically changed from nwaku/publisher-verifier to feature/nwaku-in-status October 23, 2024 20:22
@richard-ramos richard-ramos merged commit 6dd9b20 into feature/nwaku-in-status Oct 23, 2024
2 of 7 checks passed
@richard-ramos richard-ramos deleted the nwaku/missing branch October 23, 2024 20:25
richard-ramos added a commit that referenced this pull request Oct 29, 2024
richard-ramos pushed a commit that referenced this pull request Dec 18, 2024
- some minor progress to add nwaku in status-go
- nwaku.go: GetNumConnectedPeers controls when passed pubsub is empty
- waku_test.go: adapt TestWakuV2Store
- add missing shard.go
- feat_: build nwaku with nix and use build tags to choose between go-waku and nwaku (#5896)
- chore_: update nwaku
- nwaku bump (#5911)
- bump: nwaku
- chore: add USE_NWAKU env flag
- fix: build libwaku only if needed
- feat: testing discovery and dialing with nwaku integration (#5940)
- message publisher and sent verifier (#5966)
- storenode requestor for missing message retrieval and result iterator impl (#5971)
- uncomment code that would allow status-go/go-waku to compile and libwaku test to run (#5986)
- supporting peer exchange with nwaku (#5983)
- store queries
- ping
- ping storenodes using AddrInfo (#6004)
- dial, drop and retrieve connected peers  (#6013)
- integrate on-demand DNS discovery and implement discoverAndConnectPeers (#6017)
- extract libwaku calls into WakuNode struct (#6027)
- async nwaku
- remove nwaku process loop
- receive messages via relay (#6185)
- extract timeout from context
- use correct port field, get free ports and uncomment some functions (#6200)
- enable filter/lightpush/px and setup rate limits
- add protected topics
richard-ramos pushed a commit that referenced this pull request Dec 18, 2024
- some minor progress to add nwaku in status-go
- nwaku.go: GetNumConnectedPeers controls when passed pubsub is empty
- waku_test.go: adapt TestWakuV2Store
- add missing shard.go
- feat_: build nwaku with nix and use build tags to choose between go-waku and nwaku (#5896)
- chore_: update nwaku
- nwaku bump (#5911)
- bump: nwaku
- chore: add USE_NWAKU env flag
- fix: build libwaku only if needed
- feat: testing discovery and dialing with nwaku integration (#5940)
- message publisher and sent verifier (#5966)
- storenode requestor for missing message retrieval and result iterator impl (#5971)
- uncomment code that would allow status-go/go-waku to compile and libwaku test to run (#5986)
- supporting peer exchange with nwaku (#5983)
- store queries
- ping
- ping storenodes using AddrInfo (#6004)
- dial, drop and retrieve connected peers  (#6013)
- integrate on-demand DNS discovery and implement discoverAndConnectPeers (#6017)
- extract libwaku calls into WakuNode struct (#6027)
- async nwaku
- remove nwaku process loop
- receive messages via relay (#6185)
- extract timeout from context
- use correct port field, get free ports and uncomment some functions (#6200)
- enable filter/lightpush/px and setup rate limits
- add protected topics
richard-ramos pushed a commit that referenced this pull request Dec 18, 2024
- some minor progress to add nwaku in status-go
- nwaku.go: GetNumConnectedPeers controls when passed pubsub is empty
- waku_test.go: adapt TestWakuV2Store
- add missing shard.go
- feat_: build nwaku with nix and use build tags to choose between go-waku and nwaku (#5896)
- chore_: update nwaku
- nwaku bump (#5911)
- bump: nwaku
- chore: add USE_NWAKU env flag
- fix: build libwaku only if needed
- feat: testing discovery and dialing with nwaku integration (#5940)
- message publisher and sent verifier (#5966)
- storenode requestor for missing message retrieval and result iterator impl (#5971)
- uncomment code that would allow status-go/go-waku to compile and libwaku test to run (#5986)
- supporting peer exchange with nwaku (#5983)
- store queries
- ping
- ping storenodes using AddrInfo (#6004)
- dial, drop and retrieve connected peers  (#6013)
- integrate on-demand DNS discovery and implement discoverAndConnectPeers (#6017)
- extract libwaku calls into WakuNode struct (#6027)
- async nwaku
- remove nwaku process loop
- receive messages via relay (#6185)
- extract timeout from context
- use correct port field, get free ports and uncomment some functions (#6200)
- enable filter/lightpush/px and setup rate limits
- add protected topics
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.

3 participants