nwaku/waku/v2/protocol
Sanaz Taheri Boshrooyeh 9b38e5c893
Ft-store: Peer management (#548)
* adds an optional list of peers to the resume proc

WIP working


adds unit tests

* cleans up and adds comments

* adds unittest for queryFrom

* converts queryLoop to a private func

* elaborates on the peer selection of the resume proc

* minor format correction

* returns the status of the resume call as a Result object

* updates unittest based on the new return type

* defines QueryResult type
2021-05-19 12:28:09 -07:00
..
waku_filter Fix redundant use of content topics (#528) 2021-05-05 09:34:40 +01:00
waku_lightpush Lightpush protocol cont (#506) 2021-04-24 12:56:37 +08:00
waku_rln_relay Rln-relay zkp module Nim bindings (#427) 2021-03-31 17:39:27 -07:00
waku_store Ft-store: Peer management (#548) 2021-05-19 12:28:09 -07:00
waku_swap Integrate persistent peer storage (#437) 2021-03-26 10:49:51 +02:00
README.md Folder restructure (#274) 2020-11-17 17:34:53 +08:00
message_notifier.nim Refactor: Put waku_type content where it belongs (#333) 2021-01-06 17:35:05 +08:00
waku_message.nim Change contentTopic to string (#463) 2021-04-08 17:55:19 +08:00
waku_relay.nim Add optional keepAlive for relay peers (#523) 2021-04-30 14:07:46 +02:00

README.md

Waku v2 protocol

This folder contains implementations of Waku v2 protocols.