nwaku/waku/waku_filter_v2
NagyZoltanPeter c3358409bb
chore: Refactor of FilterV2 subscription management with Time-to-live maintenance (#2341)
* Refactor of FilterV2 subscription handling and maintenance with addition subscription time-to-live support.
Fixed all tests and reworked where subscription handling changes needed it.
Adapted REST API /admin filter subscription retrieve to new filter subscription structure.

* Fix tests and PR comments

* Added filter v2 subscription timeout tests and fixed

* Fix review comments and suggestions. No functional change.

* Remove leftover echoes from test_rest_admin

* Fix failed legacy filter tests due to separation of mounting the filters.

* Small fixes, fix naming typo, removed duplicated checks in test
2024-01-16 17:27:40 +01:00
..
client.nim chore: message.nim - set max message size to 150KiB according to spec (#2298) 2024-01-03 13:11:50 +01:00
common.nim fix: waku_filter_v2/common: PEER_DIAL_FAILURE ret code change: 200 -> 504 (#2236) 2023-11-30 10:47:45 +01:00
protocol.nim chore: Refactor of FilterV2 subscription management with Time-to-live maintenance (#2341) 2024-01-16 17:27:40 +01:00
protocol_metrics.nim chore: remove references to v2 (#1898) 2023-08-09 18:11:50 +01:00
rpc.nim chore: including content topics on FilterSubscribeRequest logs (#2295) 2023-12-15 14:18:12 +01:00
rpc_codec.nim chore: remove references to v2 (#1898) 2023-08-09 18:11:50 +01:00
subscriptions.nim chore: Refactor of FilterV2 subscription management with Time-to-live maintenance (#2341) 2024-01-16 17:27:40 +01:00