go-waku/cmd/waku/server/rest
Prem Chaitanya Prathi 3254d28968
Fix /health REST API panic (#763)
* fix: panic in REST health endpoint to running node without RLN

* chore: change title of each API file
2023-09-21 18:40:07 +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 chore(lint): adds `make lint-full` target and fixes some linting errors 2023-09-12 09:54:34 -04:00
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: append RLN proofs when posting messages in REST/RPC 2023-09-08 14:42:33 -04:00
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