go-waku/cmd/waku/server/rest
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
..
debug.go chore(lint): adds `make lint-full` target and fixes some linting errors 2023-09-12 09:54:34 -04:00
debug_api.yaml Fix /health REST API panic (#763) 2023-09-21 18:40:07 +05:30
debug_test.go chore(lint): adds `make lint-full` target and fixes some linting errors 2023-09-12 09:54:34 -04:00
health.go Fix /health REST API panic (#763) 2023-09-21 18:40:07 +05:30
health_api.yaml Fix /health REST API panic (#763) 2023-09-21 18:40:07 +05:30
relay.go feat : autoshard relay api (#807) 2023-10-21 01:26:18 +05:30
relay_api.yaml Fix /health REST API panic (#763) 2023-09-21 18:40:07 +05:30
relay_test.go chore(lint): adds `make lint-full` target and fixes some linting errors 2023-09-12 09:54:34 -04:00
runner.go feat : autoshard relay api (#807) 2023-10-21 01:26:18 +05:30
store.go feat: update WakuPeerStore to store pubSubTopics for a peer (#734) 2023-09-14 20:30:06 +05:30
store_api.yaml Fix /health REST API panic (#763) 2023-09-21 18:40:07 +05:30
store_test.go chore(lint): adds `make lint-full` target and fixes some linting errors 2023-09-12 09:54:34 -04:00
utils.go feat: append RLN proofs when posting messages in REST/RPC 2023-09-08 14:42:33 -04:00
utils_test.go feat: append RLN proofs when posting messages in REST/RPC 2023-09-08 14:42:33 -04:00
waku_rest.go feat(rln-relay): isReady 2023-09-14 10:47:27 -04:00
waku_rest_test.go chore(lint): adds `make lint-full` target and fixes some linting errors 2023-09-12 09:54:34 -04:00