21 Commits

Author SHA1 Message Date
Richard Ramos
82fdfee61f
feat: expose DNS Discovery and DiscV5 2023-02-20 19:05:46 -04:00
Brice Stacey
dc6ab3cf27 fix: add serializers for encrypted payloads
The encrypted functions have slightly different APIs, so we decorate the
WakuMessage and only change its toJSON function.
2023-02-10 09:29:49 -04:00
Brice Stacey
6757cd4dd0 fix: typo calling decodeSymmetric instead of decodeAsymmetric 2023-02-09 10:49:46 -04:00
Brice Stacey
7040e63e41 fix: replace base-64 with more robust Buffer
The original implementation was using a combination of atob and the
base-64 library. Buffer is a more common and robust solution.
2023-02-09 10:49:46 -04:00
Richard Ramos
98ef3d59f8
fix: timestamp to date, and building .aar 2023-01-23 13:51:17 -04:00
Richard Ramos
b2624f4db1
chore: add docs on how to fix netlink err 2023-01-05 19:22:30 -04:00
Richard Ramos
0c2ab3dd5e
fix: storeQuery base64 decode 2023-01-05 11:47:21 -04:00
Richard Ramos
6dea7bb417
fix: bigint 2023-01-03 14:57:48 -04:00
Richard Ramos
a32ebd6bd2
fix: bigint 2023-01-03 14:28:40 -04:00
Richard Ramos
3c2371252d fix: format 2023-01-03 13:51:54 -04:00
Richard Ramos
3ab9bb046b fix: use date for timestamps 2023-01-03 13:51:54 -04:00
Richard Ramos
cebd58464c
* chore: upgrade react native and target android 31 (#7) 2022-08-29 11:32:20 -04:00
Richard Ramos
98b7fb8bff
fix: filter and download script 2022-08-19 14:25:31 -04:00
Richard Ramos
b3a9a81aef
feat: filter (#6) 2022-08-19 13:43:37 -04:00
Richard Ramos
99964ccf69
feat: add functions to retrieve message history and check if node is started (#5) 2022-08-01 19:43:49 -04:00
Richard Ramos
f00c3d267a
fix: handle empty payloads 2022-07-08 10:19:54 -04:00
Richard Ramos
ff6618cb4c feat: add support for receiving messages in ios 2022-05-15 11:36:30 -04:00
Richard Ramos
1ad33ba4c8 feat: adding gowaku functions to swift impl 2022-05-12 19:41:31 -04:00
Richard Ramos
9251967b78
feat: expose peers fuction 2022-05-11 18:04:53 -04:00
Richard Ramos
bbf7d236ec
feat: adding more functions to kotlin impl 2022-05-11 16:18:00 -04:00
Richard Ramos
aad0d8228a
Initial commit 2022-05-10 19:42:15 -04:00