status-go/waku/common
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
..
bloomfilter.go Move networking code for waku under `v0` namespace 2020-04-27 14:58:02 +02:00
const.go Move networking code for waku under `v0` namespace 2020-04-27 14:58:02 +02:00
envelope.go Refactor/waku tidy 1 (#1958) 2020-05-01 19:14:01 +01:00
envelope_test.go Move networking code for waku under `v0` namespace 2020-04-27 14:58:02 +02:00
errors.go Move networking code for waku under `v0` namespace 2020-04-27 14:58:02 +02:00
events.go Move networking code for waku under `v0` namespace 2020-04-27 14:58:02 +02:00
filter.go Move networking code for waku under `v0` namespace 2020-04-27 14:58:02 +02:00
filter_test.go Refactor/waku tidy (#1957) 2020-04-30 13:52:48 +01:00
helpers.go Refactor/waku tidy 1 (#1958) 2020-05-01 19:14:01 +01:00
message.go Refactor/waku tidy 1 (#1958) 2020-05-01 19:14:01 +01:00
message_test.go Refactor/waku tidy (#1957) 2020-04-30 13:52:48 +01:00
metrics.go Move networking code for waku under `v0` namespace 2020-04-27 14:58:02 +02:00
protocol.go Refactor/waku tidy 1 (#1958) 2020-05-01 19:14:01 +01:00
rate_limiter.go Refactor/waku tidy (#1957) 2020-04-30 13:52:48 +01:00
rate_limiter_test.go Move networking code for waku under `v0` namespace 2020-04-27 14:58:02 +02:00
topic.go Refactor/waku tidy 1 (#1958) 2020-05-01 19:14:01 +01:00
topic_test.go Move networking code for waku under `v0` namespace 2020-04-27 14:58:02 +02:00