go-waku/cmd/waku
Prem Chaitanya Prathi b5be83a02e
feat : autoshard relay api (#807)
* fix: using relay without bcaster should consume and drop messages

* update relay api usage

* move subscription to broadcaster

* move filter logic under subscription

* Support more than 1 relay subscription for a pubSubTopic

* modify relay Publish API to derive pubSubTopic based on autosharding

* implement relay RPC methods for autosharding

* remove relay msgChannel and relay on pubsub buffersize for subscription

Co-authored-by: richΛrd <info@richardramos.me>

* handle relay subscribe with noConsumer and address issue reported in code review

* chore: reorg relay code

---------

Co-authored-by: richΛrd <info@richardramos.me>
2023-10-21 01:26:18 +05:30
..
keygen refactor: move --generate-key to a generate-key subcommand 2023-08-10 09:32:25 -04:00
rlngenerate feat: allow running rln with no credentials 2023-09-15 10:18:44 -04:00
server feat : autoshard relay api (#807) 2023-10-21 01:26:18 +05:30
flags.go feat: force reachability (#778) 2023-09-28 16:08:40 -04:00
flags_no_rln.go feat: make RLN available by default 2023-09-14 09:03:18 -04:00
flags_rln.go feat: allow running rln with no credentials 2023-09-15 10:18:44 -04:00
main.go chore: return custom error code for non recoverable errors 2023-10-19 12:15:34 -04:00
node.go feat : autoshard relay api (#807) 2023-10-21 01:26:18 +05:30
node_no_rln.go chore: return custom error code for non recoverable errors 2023-10-19 12:15:34 -04:00
node_rln.go chore: return custom error code for non recoverable errors 2023-10-19 12:15:34 -04:00
options.go feat: force reachability (#778) 2023-09-28 16:08:40 -04:00
sys_not_unix.go refactor: move app code to cmd/waku 2023-07-07 10:10:21 -04:00
sys_unix.go refactor: move app code to cmd/waku 2023-07-07 10:10:21 -04:00
sys_windows.go refactor: move app code to cmd/waku 2023-07-07 10:10:21 -04:00