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

chore: bump go-waku to decouple api from wakunode #16539

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

richard-ramos
Copy link
Member

@richard-ramos richard-ramos commented Oct 16, 2024

What does the PR do

Since the integration with nwaku is being done thru status-go, I did a refactor over part of the api package so status-go can implement some interfaces that would let it invoke nwaku's bindings instead of using go-waku directly.
To make the change transparent for status-go while we continue using go-waku, some of the code I extracted is provided as a default implementation.

The main functionality that is affected by it which we should test is the message sending and verification of message being sent.

Requires:

@status-im-auto
Copy link
Member

status-im-auto commented Oct 16, 2024

Jenkins Builds

Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ acf2966 #1 2024-10-16 22:15:49 ~6 min macos/aarch64 🍎dmg
✔️ acf2966 #1 2024-10-16 22:15:57 ~6 min tests/nim 📄log
✔️ acf2966 #1 2024-10-16 22:20:48 ~11 min tests/ui 📄log
✔️ acf2966 #1 2024-10-16 22:26:13 ~17 min macos/x86_64 🍎dmg
✔️ acf2966 #1 2024-10-16 22:26:15 ~17 min linux-nix/x86_64 📦tgz
✔️ acf2966 #1 2024-10-16 22:26:19 ~17 min linux/x86_64 📦tgz
✔️ acf2966 #1 2024-10-16 22:35:25 ~26 min windows/x86_64 💿exe

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