status-go/waku
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
..
common Refactor/waku tidy 1 (#1958) 2020-05-01 19:14:01 +01:00
v0 Refactor/waku tidy 1 (#1958) 2020-05-01 19:14:01 +01:00
v1 Refactor/waku tidy 1 (#1958) 2020-05-01 19:14:01 +01:00
api.go Refactor/waku tidy (#1957) 2020-04-30 13:52:48 +01:00
api_test.go Refactor/waku tidy (#1957) 2020-04-30 13:52:48 +01:00
config.go Move networking code for waku under v0 namespace 2020-04-27 14:58:02 +02:00
mailserver.go Move networking code for waku under v0 namespace 2020-04-27 14:58:02 +02:00
simulation_test.go Refactor/waku tidy 1 (#1958) 2020-05-01 19:14:01 +01:00
waku.go Refactor/waku tidy 1 (#1958) 2020-05-01 19:14:01 +01:00
waku_test.go Refactor/waku tidy 1 (#1958) 2020-05-01 19:14:01 +01:00
waku_version_test.go Refactor/waku tidy 1 (#1958) 2020-05-01 19:14:01 +01:00