status-go/waku/v0
RichΛrd facad9f07e
feat: upload/download rate for waku v1 messages (#2286)
* feat: upload/download rate for waku v1 messages

* reorganize code

* fix failing test
2021-08-03 15:27:15 -04:00
..
README.md
const.go
init.go
message_response.go
message_response_test.go
peer.go feat: upload/download rate for waku v1 messages (#2286) 2021-08-03 15:27:15 -04:00
peer_test.go feat: upload/download rate for waku v1 messages (#2286) 2021-08-03 15:27:15 -04:00
status_options.go
status_options_test.go

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.