2
0
mirror of https://github.com/status-im/go-waku.git synced 2025-01-24 04:29:49 +00:00

17 Commits

Author SHA1 Message Date
Richard Ramos
c8fc0404d1
chore: rename status-im/go-waku to waku-org/go-waku 2022-11-09 16:03:40 -04:00
Richard Ramos
57a525f71e chore: upgrade libp2p 2022-10-19 15:54:02 -04:00
Richard Ramos
7c0206684f
refactor: use db for serving history queries () 2022-05-30 14:48:22 -04:00
Martin Kobetic
7c44369def
feat: structured logging followup () 2022-05-30 11:55:30 -04:00
Martin Kobetic
0c989d3d8c
feat: structured logging () 2022-05-27 09:25:06 -04:00
Richard Ramos
7b3c853c15
refactor: use diff logger for waku 2022-05-06 15:29:31 -04:00
Richard Ramos
58f739765e
refactor: use int64 timestamps ()
* refactor: use int64 timestamps
* fix: changed PB Timestamp index to 10
2022-02-23 11:01:53 -04:00
Richard Ramos
11d1f8fb0d
feat: result aggregation in resume and enforce max page size ()
* feat: result aggregation in resume and enforce max page size
* feat: add WithLogger option to wakunode ()
* fix: rebase issues
2022-01-18 14:17:06 -04:00
Anthony Laibe
2b225e90e7 feat: Implement logic for publish from node 2021-12-07 14:32:02 +01:00
Richard Ramos
78a0d4d74d fix: replace WIthTopic to ToTopic 2021-11-19 20:04:38 -04:00
Richard Ramos
00ee0b7511 refactor: create separate functions for subscriptions and publishing 2021-11-19 20:04:38 -04:00
Richard Ramos
56ef99e11f refactor: remove topic type 2021-11-19 20:04:38 -04:00
Richard Ramos
a7c76d2af1 fix: typo 2021-11-06 12:57:01 -04:00
Richard Ramos
b789d9900e
refactor: relay () 2021-11-01 10:42:55 -04:00
Richard Ramos
c0ba800af7
refactor: store and lightpush () 2021-11-01 08:38:03 -04:00
Richard Ramos
8ba64affba
test: resume and time based queries () 2021-10-28 09:03:23 -04:00
Anthony Laibe
9030907960
test: add test for lightpush ()
* test: add test for lightpush


Co-authored-by: Richard Ramos <info@richardramos.me>
2021-10-28 14:41:17 +02:00