Commit Graph

12 Commits

Author SHA1 Message Date
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