nwaku/waku/waku_store
NagyZoltanPeter a00f350cd1
feat: Added simple, configurable rate limit for lightpush and store-query (#2390)
* feat: Added simple, configurable rate limit for lightpush and store-query
Adjust lightpush rest response to rate limit, added tests ann some fixes
Add rest store query test for rate limit checks and proper error response
Update apps/wakunode2/external_config.nim
Move chronos/tokenbucket to nwaku codebasee with limited and fixed feature set
Add meterics counter to lightpush rate limits

Co-authored-by: gabrielmer <101006718+gabrielmer@users.noreply.github.com>
2024-04-15 15:28:35 +02:00
..
README.md chore: remove references to v2 (#1898) 2023-08-09 18:11:50 +01:00
client.nim Generic re-style with nph 0.5.1 (#2396) 2024-03-16 00:08:47 +01:00
common.nim feat: Added simple, configurable rate limit for lightpush and store-query (#2390) 2024-04-15 15:28:35 +02:00
protocol.nim feat: Added simple, configurable rate limit for lightpush and store-query (#2390) 2024-04-15 15:28:35 +02:00
protocol_metrics.nim Generic re-style with nph 0.5.1 (#2396) 2024-03-16 00:08:47 +01:00
rpc.nim feat: Added simple, configurable rate limit for lightpush and store-query (#2390) 2024-04-15 15:28:35 +02:00
rpc_codec.nim Generic re-style with nph 0.5.1 (#2396) 2024-03-16 00:08:47 +01:00
self_req_handler.nim Generic re-style with nph 0.5.1 (#2396) 2024-03-16 00:08:47 +01:00

README.md

Waku Store protocol

The store protocol implements historical message support. See https://rfc.vac.dev/spec/13/ for more information.