nwaku/waku/v2/node
Sanaz Taheri Boshrooyeh fb2ea06a4f
Update store protocol interface: add history content filter (#488)
* replaces topics with seq of ContentFilters

* update topics to contentFilter

* updates the contentFilter  structure

 one content  topic per content filter instead of a sequence of topics

* updates store json rpc api

* renames ContentFilter to HistoryContentFilter

* unit test for a query with several content filters

* makes shortcut for store api

* updates chat2

* clean up

* renames topic to contentTopic

* clarifies the use of content topic in store api

* clarifies the use of contentTopic in the init method of HistoryContentFilter
2021-04-19 10:38:30 -07:00
..
jsonrpc Update store protocol interface: add history content filter (#488) 2021-04-19 10:38:30 -07:00
peer_manager Add backoff period before subscribing to persistent peers (#491) 2021-04-16 11:57:45 +02:00
scripts Change contentTopic to string (#463) 2021-04-08 17:55:19 +08:00
storage Change contentTopic to string (#463) 2021-04-08 17:55:19 +08:00
README.md Folder restructure (#274) 2020-11-17 17:34:53 +08:00
config.nim Improved description for config items (#410) 2021-03-10 09:03:22 +02:00
nim.cfg Folder restructure (#274) 2020-11-17 17:34:53 +08:00
quicksim2.nim Change contentTopic to string (#463) 2021-04-08 17:55:19 +08:00
start_network2.nim enhancement/unused-import-cleanup (#322) 2020-12-21 10:14:51 +01:00
waku_payload.nim Refactor: Put waku_type content where it belongs (#333) 2021-01-06 17:35:05 +08:00
wakunode2.nim Add backoff period before subscribing to persistent peers (#491) 2021-04-16 11:57:45 +02:00

README.md

Waku Node v2

This folder contains code related to running a wakunode2 process. The main entrypoint is the wakunode2 file.

See ../../docs/api/v2/node.md for more details on the the Nim Node API.