status-go/waku/v0
Andrea Maria Piana 8aa42e4148 Create waku/1 namespace
This commit creates a waku/1 namespace and adds the code to it.
No changes in the protocol have been made (i.e waku/1 is the same as
waku/1 in this commit).
2020-05-01 10:14:04 +02:00
..
README.md Create waku/1 namespace 2020-05-01 10:14:04 +02:00
const.go Create waku/1 namespace 2020-05-01 10:14:04 +02:00
init.go Move networking code for waku under `v0` namespace 2020-04-27 14:58:02 +02:00
message.go Create waku/1 namespace 2020-05-01 10:14:04 +02:00
message_test.go Move networking code for waku under `v0` namespace 2020-04-27 14:58:02 +02:00
peer.go Create waku/1 namespace 2020-05-01 10:14:04 +02:00
peer_test.go Move networking code for waku under `v0` namespace 2020-04-27 14:58:02 +02:00
statusoptions.go Move networking code for waku under `v0` namespace 2020-04-27 14:58:02 +02:00
statusoptions_test.go Refactor/waku tidy (#1957) 2020-04-30 13:52:48 +01:00

README.md

waku/0

This namespace implements waku 0.6 as described in https://github.com/vacp2p/specs/blob/master/specs/waku/waku-0.md and it is now deprecated. Now feature changes will be made only critical bugfixes if required. Once support for waku/0 can be dropped, this code can be safely removed.