2
0
mirror of https://github.com/status-im/go-waku.git synced 2025-01-18 01:31:13 +00:00

109 Commits

Author SHA1 Message Date
Richard Ramos
36d4a61dc4 chore: add missing flags 2022-06-19 17:47:39 -04:00
Richard Ramos
3c0c3c4eeb
fix: js-waku / nwaku interop () 2022-06-13 14:30:35 -04:00
Richard Ramos
77c1e26a9e chore: upgrade deps and go1.17 2022-05-30 15:30:43 -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
9845fea2a2 fix: improve log for ENR and print git hash on startup 2022-05-05 14:26:24 -04:00
Richard Ramos
bbab0f1714
fix: add topic to broadcast and some comments to functions () 2022-04-25 23:31:26 +04:00
Richard Ramos
b294ee6f6f
fix: port on discv5 () 2022-03-31 21:20:10 -04:00
Richard Ramos
a20a128fb7
fix: discv5 ip advertising () 2022-03-29 20:02:33 -04:00
Richard Ramos
aa6d8c8b58
fix: c api and add some documentation () 2022-03-22 12:30:14 -04:00
Richard Ramos
290b7663d1
feat: secure websockets () 2022-03-22 09:12:58 -04:00
Nicholas Molnar
21b2e1d97c
Create pluggable store ()
* Add store factory
* Add to test
2022-03-18 15:56:34 -04:00
Richard Ramos
e7098efcff
chore: nim-waku interop test () 2022-03-10 18:14:50 -04:00
Richard Ramos
8d155fb51e
fix: protocol name 2022-02-23 11:06:47 -04:00
Richard Ramos
0db40c7de5
fix: broadcaster blocked after publishing 1024 messages () 2022-02-18 13:49:11 -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
Richard Ramos
0de19253da
refactor: maintenaibility fixes () 2021-12-08 10:21:30 -04:00
Richard Ramos
c45e8a3c31
fix: handle stale clients in filter protocol () 2021-12-08 09:00:20 -04:00
Anthony Laibe
2b225e90e7 feat: Implement logic for publish from node 2021-12-07 14:32:02 +01:00
Anthony Laibe
9bb957afeb feat: build swap and attach it to the store 2021-12-07 14:31:36 +01:00
Richard Ramos
ed91f47ff0
fix: wakuflag for ListenAddresses ENR ()
Also, reorganize code in utils package
2021-12-03 09:40:51 -04:00
Richard Ramos
b728e62ec7
fix: disconnect peer after failing 2 consecutive pings () 2021-11-24 16:11:24 -04:00
Richard Ramos
ce417a6486
refactor: use WaitGroup for graceful shutdown of worker goroutines () 2021-11-23 11:03:12 -04:00
Richard Ramos
e8c08ac18b fix: invalid ticker usage 2021-11-21 10:04:23 -04:00
Richard Ramos
00ee0b7511 refactor: create separate functions for subscriptions and publishing 2021-11-19 20:04:38 -04:00
Anthony Laibe
75516a8f96 feat: implement rcp relay get messages 2021-11-19 14:53:40 +01:00
Richard Ramos
055227a4c6
fix: invalid ENR generated for addresses () 2021-11-19 09:13:00 -04:00
Richard Ramos
817759c235
feat: discoveryV5 - part2 () 2021-11-17 12:19:42 -04:00
Anthony Laibe
978bedfafa feat: add admin rpc methods 2021-11-17 16:11:02 +01:00
Richard Ramos
0c873e3c2d
feat: select peer with lowest ping time and test peer functions ()
* feat: select peer with lowest ping time and test peer functions
* fix: do not self-ping
2021-11-09 19:34:04 -04:00
Richard Ramos
9426cd133a
fix: store protocol should have a host regardless if acts as store node or not () 2021-11-09 12:18:57 -04:00
Richard Ramos
2cbedf47a0 refactor: rename parameter from maxDays to maxDuration 2021-11-06 12:57:01 -04:00
Richard Ramos
6db2f258d8 feat: message retention policy for wakustore
Fixes#69
2021-11-06 12:57:01 -04:00
Richard Ramos
793e7f572f refactor: filter
Moves the filter logic from wakunode2 to waku_filter
2021-11-06 12:45:14 -04:00
Richard Ramos
c98769b7f2 refactor: use envelopes in the store
Also do some linting and add documentation for some functions
2021-11-06 09:06:53 -04:00
Vitaliy Vlasov
268767262b
Iterate through Peerstore in startKeepAlive() () 2021-11-01 13:33:58 -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
98255060f3
refactor: add Next() and create Query and Result structs () 2021-10-31 15:00:38 -04:00
Richard Ramos
d94802f739
chose node type when starting filter and make relay optional () 2021-10-30 10:29:34 -04:00
Richard Ramos
f2be4a8e7a
test: keep alive () 2021-10-29 11:24:31 -04:00
Richard Ramos
e482075fa9
refactor: peer selection and filter API () 2021-10-18 08:25:55 -04:00
Richard Ramos
5f3df9343c fix: goroutine leak on ping 2021-10-18 07:55:42 -04:00
Richard Ramos
654bebdb93
fix: peer metrics 2021-10-16 18:02:48 -04:00
Richard Ramos
a956684f48
fix: use same privKey when displaying addresses 2021-10-15 08:39:51 -04:00
Richard Ramos
c86db00285
feat: add --advertise-address flag 2021-10-14 22:15:02 -04:00
Anthony Laibe
86cf5304b2
fix linter () 2021-10-13 14:48:29 +02:00
Richard Ramos
dc52ba182a refactor: filter
- Create a channel when a subscription is created
- Add stop function for protocols
2021-10-11 19:02:25 -04:00
Richard Ramos
578b40a44e refactor: extract function to subscribe to topic 2021-10-10 18:53:25 -04:00
Richard Ramos
13aee0b1e0 refactor: change filter function parameters to not use protobuffers 2021-10-10 18:53:25 -04:00