17 Commits

Author SHA1 Message Date
Emil Ivanichkov
5c3b44449d feat(waku utils): Add functions for sending messages 2024-04-26 10:43:27 +03:00
Emil Ivanichkov
3082718fce refactor(waku topic): Manage pubsub & content topics better 2024-04-26 10:43:27 +03:00
Emil Ivanichkov
433d00d7fc test(waku api): Add tests for waku api 2024-03-14 15:40:17 +02:00
Emil Ivanichkov
27f47d3354 refactor(waku utils): Separate waku node start from pairing process 2024-03-14 15:40:17 +02:00
Emil Ivanichkov
ab80677ff5 refactor(): Introduce more structured imports 2024-03-08 18:56:44 +02:00
Emil Ivanichkov
93de2f4792 fix(build): Fix build after nwaku pkg bump 2024-03-05 11:03:16 +02:00
Emil Ivanichkov
d7a4f0b246 feat(waku-utils): Add function that performs pairing
A single function that set-up and start nwaku instance, init and
finalize handshake (pairing) and return 2 objects - Waku node &
handshake result. They can be used for future message transfers.
2024-03-05 10:11:53 +02:00
Emil Ivanichkov
0e955cb653 chore(folder names): Rename waku-utils to waku_utils
It is more Nim friendly this way
2024-03-05 10:11:53 +02:00
Emil Ivanichkov
8d85619eb0 refactor(waku utils): Minor improvements
- Fix types
- Remove unused variables
- Formating changes
2024-03-05 10:11:53 +02:00
Emil Ivanichkov
7714f6d492 feat(waku utils): Add function that init and start waku instance 2024-02-12 16:15:01 +02:00
Emil Ivanichkov
e4b310467c feat(waku examples): Add examples of pairing with nwaku instance 2024-02-12 15:58:15 +02:00
Emil Ivanichkov
f13adff445 feat(waku examples): Add examples of pairing with js-waku instance 2024-02-12 15:58:13 +02:00
Emil Ivanichkov
bac788bbdc refactor(format): Imports and formatting improvements 2024-02-08 17:05:17 +02:00
Emil Ivanichkov
3b625211f2 feat(waku-utils): Implement initiatorHandshake
closes https://github.com/status-im/status-node-manager/issues/7
2024-02-08 17:05:17 +02:00
Emil Ivanichkov
428ed13946 fix(waku-utils): Set transportMessage to correct value 2024-02-08 17:05:17 +02:00
Emil Ivanichkov
e8150ce1a3 feat(waku noise): [wip] Add example for handshake pairing between 2 nodes 2024-01-11 18:07:57 +02:00
Emil Ivanichkov
8e35d2c44c feat(waku noise): Add utils for waku handshake 2024-01-11 18:07:57 +02:00