Commit Graph

115 Commits

Author SHA1 Message Date
Richard Ramos 84c7022e2d feat: add ntp timesource 2022-12-09 10:20:16 -04:00
Richard Ramos c8fc0404d1
chore: rename status-im/go-waku to waku-org/go-waku 2022-11-09 16:03:40 -04:00
Richard Ramos dc0968ca0a fix: chat2 rln credentials 2022-11-09 17:09:36 +03:00
Richard Ramos 448781687e feat: output logs to file 2022-11-03 07:06:16 +01:00
Richard Ramos 38093bf660 chore: move dependencies from status-im to waku-org 2022-10-27 11:41:23 -04:00
Richard Ramos 1b7dd9fe3f chore: remove rendezvous 2022-10-27 09:16:26 -04:00
Richard Ramos e7ffcdbbb7 feat: expose dns discovery thru c-bindings 2022-10-23 09:27:39 -04:00
Richard Ramos 7636967ccc refactor(noise): use status-im/noise 2022-10-23 09:13:00 -04:00
Richard Ramos 83b05881ff fix(chat2): query ordering 2022-10-21 11:42:18 -04:00
Richard Ramos 3b4dcf3195 fix(rln): remove idcommitment and idkey 2022-10-21 11:42:18 -04:00
Richard Ramos 57a525f71e chore: upgrade libp2p 2022-10-19 15:54:02 -04:00
Richard Ramos 5e0d8706cf chore: rename rln flags and update urfave/cli dep 2022-10-19 15:40:15 -04:00
Richard Ramos 644debe042 refactor(rln): credentials management 2022-10-10 17:41:28 -05:00
Richard Ramos 0cf0446881 fix(library): fix inconsistencies in comments/code 2022-10-10 10:04:07 -04:00
Richard Ramos e91fd0e649 feat: use verifyProofWithRoots 2022-10-07 19:05:19 -04:00
Richard Ramos 4841f89eff
fix: handling bytes 2022-10-05 18:08:01 -04:00
Richard Ramos 4d23f4256a feat: zerokit RLN 2022-10-04 19:27:21 -04:00
Richard Ramos 0ab7641a2f
fix: dnsdisc address (#318) 2022-09-26 18:03:18 -04:00
Richard Ramos 1542271b56
fix: add missing libraries for compiling on M1 (#320) 2022-09-26 10:07:00 -04:00
Richard Ramos 3716ebdf1d
fix: chat2 feedback 2022-09-11 17:08:58 -04:00
Richard Ramos 4c2b2a04c5
chore: update chat2 rln version 2022-08-26 21:56:54 -04:00
Richard Ramos c05a40d246
fix: increase chat2 timeout 2022-08-26 21:55:54 -04:00
Richard Ramos bebf84ad30 chore: upgrade dependencies 2022-08-17 17:23:53 -04:00
Richard Ramos bcaf229994
fix: linting, printing addresses in chat2, adding err channel to event subs 2022-08-15 21:39:31 -04:00
Richard Ramos 8cf011f718 feat: chat2 refactor / redesign 2022-08-15 15:22:13 -04:00
Richard Ramos 4f71ee6f30 fix: go.mod/sum 2022-08-15 14:40:10 -04:00
Richard Ramos fb6aa64442 feat: store credentials in a file 2022-08-15 14:40:10 -04:00
Richard Ramos 893f9f396c feat: chat2 dynamic RLN (#283) 2022-08-15 14:40:10 -04:00
Richard Ramos 587fd148ca chore: use static rln lib and fix lint 2022-08-15 14:40:10 -04:00
Richard Ramos 6481e72885 feat: chat2 + RLN(static) 2022-08-15 14:40:10 -04:00
Richard Ramos 2b4a2d72d3
feat: add filter bindings and improve docs (#284) 2022-08-09 09:48:23 -04:00
Richard Ramos 8cf5f80529
fix: dial wss nodes and add ws to list of default transports (#274)
Also updates libp2p to latest version
2022-07-25 11:49:10 -04:00
Richard Ramos 6d65d4921c
feat: encrypt nodekey file (#270) 2022-07-25 08:24:42 -04:00
Richard Ramos 3847bcae68 fix: add back mplex muxer 2022-05-31 15:51:53 -04:00
Richard Ramos 77c1e26a9e chore: upgrade deps and go1.17 2022-05-30 15:30:43 -04:00
Richard Ramos b14f4a9aa8
feat: db migrations (#246) 2022-05-30 15:13:27 -04:00
Richard Ramos dfed1409ff feat: domain name config 2022-05-17 17:54:41 -04:00
Richard Ramos 2e371b2b99 feat: secure websockets 2022-05-17 17:54:41 -04:00
Richard Ramos e5e70b38ae chore: upgrade outdated dependencies 2022-05-17 17:54:41 -04:00
Richard Ramos 898d7204c2
fix: padding data type and build instructions for kotlin 2022-05-11 18:19:38 -04:00
Richard Ramos fb0dfbe0b8
fix: swift port 2022-05-11 14:23:08 -04:00
Richard Ramos 5b7d0daeea
fix: optional parameters 2022-05-11 14:13:28 -04:00
Richard Ramos f7b117b3a8 feat: swift example app - pt1 2022-05-11 14:07:42 -04:00
Richard Ramos 7b3c853c15
refactor: use diff logger for waku 2022-05-06 15:29:31 -04:00
Richard Ramos 813dc49c61 feat: swift example 2022-05-05 16:51:43 -04:00
Richard Ramos bbab0f1714
fix: add topic to broadcast and some comments to functions (#229) 2022-04-25 23:31:26 +04:00
Richard Ramos f1f6cb04f0
feat: kotlin android example (#226)
* feat: kotlin android example
* Adding lightpush and store to kotlin example
2022-04-12 08:12:14 -04:00
Richard Ramos 4d0e4ca4da
chore: upgrade deps (#225) 2022-04-06 09:57:53 -04:00
Richard Ramos f1a40fad73
feat: c-sharp example (#222) 2022-04-02 20:22:42 -04:00
Richard Ramos aa6d8c8b58
fix: c api and add some documentation (#219) 2022-03-22 12:30:14 -04:00