Commit Graph

40 Commits

Author SHA1 Message Date
Anton Iakimov 284f9a0992
fix: update wakuv2 fleet DNS discovery enrtree
https://github.com/status-im/infra-misc/issues/171
2023-09-27 13:36:26 +02:00
Richard Ramos 49ea163a59 feat: expose DNS Discovery and DiscV5 2023-02-26 20:09:29 -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 dd1f2a222b chore: include go-waku download scripts in releases
Since go-waku needs to be downloaded, including these download scripts
in the releases is helpful.
2023-02-10 09:29:49 -04:00
Brice Stacey dff2d0259b fix: update package.json
I had forgotten to include it in the PR #15
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
Brice Stacey 2ed5c9b376 fix: add missing `pods` script in the example project 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 1b26a8f5f5
feat: remove @waku/react-native dependency from example app 2023-01-05 16:53:32 -04:00
Richard Ramos e4d75ffdee
chore: use 0.3.1 2023-01-05 13:33:31 -04:00
Richard Ramos 0c2ab3dd5e
fix: storeQuery base64 decode 2023-01-05 11:47:21 -04:00
Richard Ramos a0990d17c2
fix: use v0.0.11 in example 2023-01-03 15:09:22 -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 f7022b9c7b v0.0.9 2023-01-03 13:51:54 -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 84838f4ef8
fix: use 0.0.8 in example 2023-01-03 09:36:23 -04:00
Richard Ramos db241fc4ae
v0.0.8 2023-01-03 08:42:18 -04:00
Richard Ramos 00262f6d4c
chore: update example and go-waku version 2022-12-12 15:50:42 -04:00
Richard Ramos db0525f971
chore: add github action 2022-09-07 08:24:09 -04:00
Richard Ramos 3634610e75
v0.0.5 2022-08-29 13:44:46 -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 6f8c183ab6
chore: remove go-waku binaries from repo (#4) 2022-06-27 09:21:57 -04:00
Richard Ramos 047f7d7dac fix: remove symbolic links 2022-05-29 22:03:10 -04:00
Richard Ramos 7c30c9d85d Add script to clean symbolic links 2022-05-29 10:44:16 -04:00
Richard Ramos 99a8946e58 chore: setting version to test publishing package 2022-05-24 16:20:07 -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 47f8e9780c chore: adding author and missing @type 2022-05-12 12:20:12 -04:00
Richard Ramos 9251967b78
feat: expose peers fuction 2022-05-11 18:04:53 -04:00
Richard Ramos ef9475eecf
fix: permissions 2022-05-11 18:04:22 -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