status-go/waku/v1
Samuel Hawksby-Robinson 4d00656c41
Refactor/waku tidy 1 (#1958)
* Refactor tidy of waku package

* Added deprecation warning on whisper README.md

* Appeasing the lint gods and testing is good

* Place Whisper deprecation warning in the correct package README

:facepalm

* Implementing changes after team feedback

* More offerings to the lint gods

* Remove apparently redundant context params

* Correctly handle concurrent HandlePeer err

* Revert "Remove apparently redundant context params"

This reverts commit 557dbd0d64.

* Added note to waku/api.go about context

* renamed statusoptions and removed unused global

* Removed OnNewP2PEnvelopes() from WakuHost interface

* Matched v1 Peer with new interface sig

Also changed common/helper.go to common/helpers.go

* Formatting of waku tests and some additional error handling

* Changed version to 0.53.0

* Removed redundant type declaration

* Moved TopicToBloom function into a Topic{} method

* Moved GenerateSecureRandomData() into helpers.go
2020-05-01 19:14:01 +01:00
..
README.md Implement waku/1 2020-05-01 10:14:04 +02:00
const.go Implement waku/1 2020-05-01 10:14:04 +02:00
init.go Create waku/1 namespace 2020-05-01 10:14:04 +02:00
message.go Create waku/1 namespace 2020-05-01 10:14:04 +02:00
message_test.go Add tests for sendBundle and fix flaky tests 2020-05-01 10:14:04 +02:00
peer.go Refactor/waku tidy 1 (#1958) 2020-05-01 19:14:01 +01:00
peer_test.go Implement waku/1 2020-05-01 10:14:04 +02:00
status_options.go Refactor/waku tidy 1 (#1958) 2020-05-01 19:14:01 +01:00
status_options_test.go Refactor/waku tidy 1 (#1958) 2020-05-01 19:14:01 +01:00

README.md

waku/1

This namespace implements waku 1.0 as described in https://github.com/vacp2p/specs/blob/master/specs/waku/waku-1.md