go-waku/cmd/waku/server/rest
harsh jain 532a04013f
feat(rest-filterv2): get message (#856)
* feat: add getMessage endpoint

* test: getMessage filter v2
2023-11-04 14:24:20 +07:00
..
admin.go Feat: implement admin rest api (#827) 2023-10-25 00:55:04 +05:30
admin_api.yaml Feat: implement admin rest api (#827) 2023-10-25 00:55:04 +05:30
debug.go Feat : New Relay rest API for autosharding (#822) 2023-10-24 04:29:02 +05:30
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
filter.go feat(rest-filterv2): get message (#856) 2023-11-04 14:24:20 +07:00
filter_api.yaml feat(rest-filterv2): get message (#856) 2023-11-04 14:24:20 +07:00
filter_cache.go feat(rest-filterv2): get message (#856) 2023-11-04 14:24:20 +07:00
filter_test.go feat(rest-filterv2): get message (#856) 2023-11-04 14:24:20 +07: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
lightpush_api.yaml Rest light push (#818) 2023-10-24 06:23:33 +07:00
lightpush_rest.go Rest light push (#818) 2023-10-24 06:23:33 +07:00
lightpush_rest_test.go feat: add filter v2 rpc (#798) 2023-10-27 06:21:50 +07:00
relay.go refactor: publish API for relay and lightpush (#845) 2023-10-30 12:30:25 -04:00
relay_api.yaml Feat : New Relay rest API for autosharding (#822) 2023-10-24 04:29:02 +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: add filter v2 rpc (#798) 2023-10-27 06:21:50 +07: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(rest-filterv2): get message (#856) 2023-11-04 14:24:20 +07:00
waku_rest_test.go feat(rest-filterv2): get message (#856) 2023-11-04 14:24:20 +07:00