go-waku/cmd/waku/server/rest
kaichao 99d2477035
fix: check subscription when relay publish message (#1212)
2024-08-31 09:22:59 +08:00
..
admin.go chore: bumped libp2p and pubsub to 0.32.2 and 0.10 respectively (#987) 2024-01-12 13:40:27 -04:00
admin_api.yaml feat: include pubsubTopics supported by peer in getPeers REST API (#943) 2023-12-06 07:17:59 +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: support multiple peer selection for filter client (#1005) 2024-01-26 14:15:15 +05:30
filter_api.yaml feat(rest-filterv2): get message (#856) 2023-11-04 14:24:20 +07:00
filter_cache.go fix(rest): use custom struct for messages instead of protobuffer (#888) 2023-11-10 14:31:36 -04:00
filter_test.go fix: return appropriate error code for filter subscribe ping (#975) 2024-01-02 19:41:55 +05:30
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
legacy_store.go feat(REST): storev3 client (#1100) 2024-05-14 09:06:11 -04:00
legacy_store_api.yaml feat(REST): storev3 client (#1100) 2024-05-14 09:06:11 -04:00
legacy_store_test.go feat(REST): storev3 client (#1100) 2024-05-14 09:06:11 -04:00
lightpush_api.yaml Rest light push (#818) 2023-10-24 06:23:33 +07:00
lightpush_rest.go fix: validate lightpush requests (#1082) 2024-04-15 09:36:18 -04:00
lightpush_rest_test.go fix: check subscription when relay publish message (#1212) 2024-08-31 09:22:59 +08:00
message.go fix: include ephemeral flag in REST message fetch and post (#1071) 2024-03-26 11:45:59 +05:30
relay.go fix: rest api errors (#919) 2023-11-24 10:26:06 +05:30
relay_api.yaml Feat : New Relay rest API for autosharding (#822) 2023-10-24 04:29:02 +05:30
relay_test.go fix: check subscription when relay publish message (#1212) 2024-08-31 09:22:59 +08:00
runner.go feat : autoshard relay api (#807) 2023-10-21 01:26:18 +05:30
store.go fix(rest-storev3): use nil for start/end time 2024-05-15 11:46:59 -04:00
store_api.yaml feat(REST): storev3 client (#1100) 2024-05-14 09:06:11 -04:00
utils.go fix: rest api errors (#919) 2023-11-24 10:26:06 +05:30
utils_test.go chore: remove --store-message-db-vacuum (#883) 2023-11-09 16:10:40 -04:00
waku_rest.go feat(REST): storev3 client (#1100) 2024-05-14 09:06:11 -04:00
waku_rest_test.go chore: update relay REST and RPC API's and fix unit tests (#866) 2023-11-07 20:26:48 +05:30