Commit Graph

  • a47f562958 feat(waku message): Prepare message based on `noise` option and use correct content topic main Emil Ivanichkov 2024-05-10 12:20:45 +0200
  • 935e278675 refactor(SNM): Handle `noise` option of `sendMessage` command Emil Ivanichkov 2024-05-09 15:20:45 +0200
  • 7f7149ce9c refactor(SNM config): Add `noise` option to `sendMessage` command Emil Ivanichkov 2024-05-09 15:13:12 +0200
  • a85760146f feat(waku message): Prepare message based on `noise` option and use correct content topic Emil Ivanichkov 2024-05-10 12:20:45 +0200
  • 2d9fdb3f39 refactor(SNM): Handle `noise` option of `sendMessage` command Emil Ivanichkov 2024-05-09 15:20:45 +0200
  • 3ecffa9a25 refactor(SNM config): Add `noise` option to `sendMessage` command Emil Ivanichkov 2024-05-09 15:13:12 +0200
  • b9fa56ed9b feat(waku utils): Set up default bootstrap node Emil Ivanichkov 2024-04-30 18:42:48 +0300
  • dfefa8b852 fix(waku utils): Use correct content topic format Emil Ivanichkov 2024-04-30 18:42:30 +0300
  • 07d5ae45f6 feat(waku utils): Set up default bootstrap node Emil Ivanichkov 2024-04-30 18:42:48 +0300
  • f86a2bdd5b fix(waku utils): Use correct content topic format Emil Ivanichkov 2024-04-30 18:42:30 +0300
  • 3835458412 feat(SNM): Install `waku sendMessage` command Emil Ivanichkov 2024-04-19 14:51:08 +0300
  • 289d42a192 feat(waku api): Add waku send message rest api Emil Ivanichkov 2024-04-19 14:50:13 +0300
  • 5c3b44449d feat(waku utils): Add functions for sending messages Emil Ivanichkov 2024-04-19 14:45:13 +0300
  • a334f2d7f5 feat(SNM config): Add `waku sendMessage` command Emil Ivanichkov 2024-04-18 18:03:08 +0300
  • 3082718fce refactor(waku topic): Manage `pubsub` & `content` topics better Emil Ivanichkov 2024-04-18 19:06:56 +0300
  • bbb65ccd72 refactor(Waku host): Pass whole config to `WakuHost.init` Emil Ivanichkov 2024-04-17 12:12:12 +0200
  • 9ac6e0333a feat(SNM): Install `waku sendMessage` command Emil Ivanichkov 2024-04-19 14:51:08 +0300
  • 6ab420d621 feat(waku api): Add waku send message rest api Emil Ivanichkov 2024-04-19 14:50:13 +0300
  • 60bfb77bcb feat(waku utils): Add functions for sending messages Emil Ivanichkov 2024-04-19 14:45:13 +0300
  • bf535cb8a2 feat(SNM config): Add `waku sendMessage` command Emil Ivanichkov 2024-04-18 18:03:08 +0300
  • 8326da3a88 refactor(waku topic): Manage `pubsub` & `content` topics better Emil Ivanichkov 2024-04-18 19:06:56 +0300
  • cb9e5fe62f refactor(Waku host): Pass whole config to `WakuHost.init` Emil Ivanichkov 2024-04-17 12:12:12 +0200
  • e607afe4cd chore(build): Use `librln v0.3.7` Emil Ivanichkov 2024-04-24 11:55:49 +0300
  • 86790ac559 chore(vendor): Bump `zerokit` to version `v0.3.7` Emil Ivanichkov 2024-04-24 11:48:47 +0300
  • 1f2c7385f5 chore(build): Use `librln v0.3.7` Emil Ivanichkov 2024-04-24 11:55:49 +0300
  • 4400af4773 chore(vendor): Bump `zerokit` to version `v0.3.7` Emil Ivanichkov 2024-04-24 11:48:47 +0300
  • 97cbf1b198 feat(waku handshake): Save waku handshake data on app shut down Emil Ivanichkov 2024-03-22 14:28:35 +0200
  • 5af22793b4 feat(waku handshake): Load saved waku hadnshake data on app start Emil Ivanichkov 2024-03-22 14:27:06 +0200
  • 5fb246eecf feat(SNM config): Add `--waku-handshake-file` param to SNM command Emil Ivanichkov 2024-03-22 14:24:14 +0200
  • 963c8e4f95 feat(SNM): Handle `Ctr+C` command Emil Ivanichkov 2024-03-22 14:23:39 +0200
  • c7d92fecd2 feat(waku handshake): Save waku handshake data on app shut down Emil Ivanichkov 2024-03-22 14:28:35 +0200
  • 3f43b08447 feat(waku handshake): Load saved waku hadnshake data on app start Emil Ivanichkov 2024-03-22 14:27:06 +0200
  • 610249a1a5 feat(SNM config): Add `--waku-handshake-file` param to SNM command Emil Ivanichkov 2024-03-22 14:24:14 +0200
  • 28e5bc18d0 feat(SNM): Handle `Ctr+C` command Emil Ivanichkov 2024-03-22 14:23:39 +0200
  • 81a6da009a feat(SNM): Install `waku exportHandshake` command Emil Ivanichkov 2024-03-21 18:52:21 +0200
  • 8164d042e6 feat(waku api): Add waku handsake rest api Emil Ivanichkov 2024-03-21 18:23:39 +0200
  • 1f9b0e66cb feat(waku handshake): Add export and import functions for waku handshake Emil Ivanichkov 2024-03-21 16:37:25 +0200
  • 05220ae3f2 feat(waku handshake): Add `serdes` utils for waku handshake object Emil Ivanichkov 2024-03-21 16:53:04 +0200
  • 41392c5fa7 feat(file utils): Add `filepaths.nim` Emil Ivanichkov 2024-03-19 16:22:58 +0200
  • d9278b21b7 feat(SNM config): Add `--data-dir` config Emil Ivanichkov 2024-03-21 18:21:58 +0200
  • 7efde4011a feat(SNM config): Introduce `waku` command Emil Ivanichkov 2024-03-19 16:06:44 +0200
  • da45084668 feat(SNM): Install `waku exportHandshake` command Emil Ivanichkov 2024-03-21 18:52:21 +0200
  • acd35ed92c feat(waku api): Add waku handsake rest api Emil Ivanichkov 2024-03-21 18:23:39 +0200
  • 7dfbf3fcf8 feat(waku handshake): Add export and import functions for waku handshake Emil Ivanichkov 2024-03-21 16:37:25 +0200
  • df5bf68bc6 feat(waku handshake): Add `serdes` utils for waku handshake object Emil Ivanichkov 2024-03-21 16:53:04 +0200
  • 08469bf923 feat(file utils): Add `filepaths.nim` Emil Ivanichkov 2024-03-19 16:22:58 +0200
  • a4451fadb3 feat(SNM config): Add `--data-dir` config Emil Ivanichkov 2024-03-21 18:21:58 +0200
  • d971f0055b feat(SNM config): Introduce `waku` command Emil Ivanichkov 2024-03-19 16:06:44 +0200
  • 89e8cdde91 build(Makefile): `deps` no longer depends on `libbacktrace` Emil Ivanichkov 2024-03-14 13:36:36 +0200
  • 3cf58e439c build(nim config): Add config file for the tests Emil Ivanichkov 2024-03-14 11:08:41 +0200
  • 6a6e4e9d33 build(SNM): Add test `task` and `make command` Emil Ivanichkov 2024-03-13 18:15:52 +0200
  • 433d00d7fc test(waku api): Add tests for waku api Emil Ivanichkov 2024-03-13 18:15:22 +0200
  • 1de5bbfedb feat(SNM): Introduce status monitoring Emil Ivanichkov 2024-03-13 18:12:05 +0200
  • 142b559250 feat(SNM): Handle waku pari via waku api call Emil Ivanichkov 2024-03-13 14:50:41 +0200
  • 618884c0e2 feat(waku rest): Initial implementation of waku rest api Emil Ivanichkov 2024-03-13 14:49:12 +0200
  • 21c3d92aa8 feat(SNM no-command): Run `waku node` on SNM start Emil Ivanichkov 2024-03-11 19:26:58 +0200
  • 27f47d3354 refactor(waku utils): Separate waku node start from pairing process Emil Ivanichkov 2024-03-11 19:22:43 +0200
  • ed5f30260c refactor(SNM config): Make waku node params part of no-command config Emil Ivanichkov 2024-03-11 18:17:07 +0200
  • f54600b17e refactor(SNM config): Move rest config top level Emil Ivanichkov 2024-03-11 16:51:59 +0200
  • e892ed5e75 build(Makefile): `deps` no longer depends on `libbacktrace` Emil Ivanichkov 2024-03-14 13:36:36 +0200
  • 5339bf8ffc build(nim config): Add config file for the tests Emil Ivanichkov 2024-03-14 11:08:41 +0200
  • 341c0b0310 build(SNM): Add test `task` and `make command` Emil Ivanichkov 2024-03-13 18:15:52 +0200
  • c99740da87 test(waku api): Add tests for waku api Emil Ivanichkov 2024-03-13 18:15:22 +0200
  • 59c5a6f764 feat(SNM): Introduce status monitoring Emil Ivanichkov 2024-03-13 18:12:05 +0200
  • 43726a20a2 feat(SNM): Handle waku pari via waku api call Emil Ivanichkov 2024-03-13 14:50:41 +0200
  • be45173953 feat(waku rest): Initial implementation of waku rest api Emil Ivanichkov 2024-03-13 14:49:12 +0200
  • e1cef0cc7d feat(SNM no-command): Run `waku node` on SNM start Emil Ivanichkov 2024-03-11 19:26:58 +0200
  • 504be59474 refactor(waku utils): Separate waku node start from pairing process Emil Ivanichkov 2024-03-11 19:22:43 +0200
  • 74f82a0826 refactor(SNM config): Make waku node params part of no-command config Emil Ivanichkov 2024-03-11 18:17:07 +0200
  • b339d114a3 refactor(SNM config): Move rest config top level Emil Ivanichkov 2024-03-11 16:51:59 +0200
  • ab80677ff5 refactor(): Introduce more structured imports Emil Ivanichkov 2024-03-08 18:19:10 +0200
  • 83720b4088 refactor(): Introduce more structured imports Emil Ivanichkov 2024-03-08 18:19:10 +0200
  • 1e697e253e feat(SNM): Initial implementation of `doRunStatusNodeManager` Emil Ivanichkov 2024-03-08 17:29:39 +0200
  • e79d36b411 feat(rest): Add common `rest server` utils Emil Ivanichkov 2024-03-08 17:24:00 +0200
  • d69a0206a7 feat(rest): Add common `serialization` utils Emil Ivanichkov 2024-03-08 15:37:52 +0200
  • 40543e3706 feat(SNM config): Add `rest` config params Emil Ivanichkov 2024-03-06 15:15:15 +0200
  • 738bdc3f70 feat(SNM): Initial implementation of `doRunStatusNodeManager` Emil Ivanichkov 2024-03-08 17:29:39 +0200
  • 5ef78cfbff feat(rest): Add common `rest server` utils Emil Ivanichkov 2024-03-08 17:24:00 +0200
  • 17948e546c feat(rest): Add common `serialization` utils Emil Ivanichkov 2024-03-08 15:37:52 +0200
  • 7bcea531e6 feat(SNM config): Add `rest` config params Emil Ivanichkov 2024-03-06 15:15:15 +0200
  • 2ddcb2863f fix(.gitignore): Do not ignore `src/status_node_manager` Emil Ivanichkov 2024-03-06 15:15:15 +0200
  • b58156f6a1 fix(.gitignore): Do not ignore `src/status_node_manager` Emil Ivanichkov 2024-03-06 15:15:15 +0200
  • 93de2f4792 fix(build): Fix build after `nwaku` pkg bump Emil Ivanichkov 2024-03-05 10:44:50 +0200
  • 6831b73f13 chore(nimble): Bump `nwaku` & `nim-metrics` Emil Ivanichkov 2024-03-05 10:42:59 +0200
  • 8f4aaaf95e fix(nims): Fix paths in example tasks Emil Ivanichkov 2024-03-05 10:36:14 +0200
  • c11c983a3c fix(build): Fix build after `nwaku` pkg bump Emil Ivanichkov 2024-03-05 10:44:50 +0200
  • 22e32a3758 chore(nimble): Bump `nwaku` & `nim-metrics` Emil Ivanichkov 2024-03-05 10:42:59 +0200
  • eb2ddb6c1e fix(nims): Fix paths in example tasks Emil Ivanichkov 2024-03-05 10:36:14 +0200
  • c1709f8c0c config(git): Use `https` in `.gitmodules` Emil Ivanichkov 2024-03-04 15:15:15 +0200
  • ee19a3a443 build(nimble): Add `before build` step Emil Ivanichkov 2024-02-29 12:03:59 +0200
  • 67029328e9 build(nimble): Add nim link flags related to rln Emil Ivanichkov 2024-02-15 15:10:39 +0200
  • fa6fdc5d53 feat(cli/pair): Implement `pair` CLI command Emil Ivanichkov 2024-02-15 15:09:50 +0200
  • b188b19e62 feat(cli/pair): Add configuration for `pair` CLI command Emil Ivanichkov 2024-02-15 15:08:57 +0200
  • d150d6d60a build(SNM): Add task and make command for building `status-node-manager` Emil Ivanichkov 2024-02-14 16:45:16 +0200
  • d7a4f0b246 feat(waku-utils): Add function that performs pairing Emil Ivanichkov 2024-02-22 20:05:05 +0200
  • 0e955cb653 chore(folder names): Rename `waku-utils` to `waku_utils` Emil Ivanichkov 2024-02-22 19:52:02 +0200
  • 8d85619eb0 refactor(waku utils): Minor improvements Emil Ivanichkov 2024-02-15 11:32:38 +0200
  • 1abb649bf5 config(git): Use `https` in `.gitmodules` Emil Ivanichkov 2024-03-04 15:15:15 +0200
  • d5835d05e7 build(nimble): Add `before build` step Emil Ivanichkov 2024-02-29 12:03:59 +0200
  • f7b5b10d8e build(nimble): Add nim link flags related to rln Emil Ivanichkov 2024-02-15 15:10:39 +0200