status-go/whisper
Samuel Hawksby-Robinson b025db235f
Refactor/waku tidy (#1957)
* 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
2020-04-30 13:52:48 +01:00
..
shhclient Use goimports instead of gofmt 2020-01-06 10:17:23 +01:00
README.md Refactor/waku tidy (#1957) 2020-04-30 13:52:48 +01:00
api.go Move whisper to status-go monorepo (#1720) 2019-12-09 11:06:04 +01:00
api_test.go Move whisper to status-go monorepo (#1720) 2019-12-09 11:06:04 +01:00
benchmarks_test.go Use goimports instead of gofmt 2020-01-06 10:17:23 +01:00
config.go Move whisper to status-go monorepo (#1720) 2019-12-09 11:06:04 +01:00
const.go Refactor/waku.doc (#1950) 2020-04-23 20:54:24 +01:00
envelope.go Refactor/waku.doc (#1950) 2020-04-23 20:54:24 +01:00
envelope_test.go Move whisper to status-go monorepo (#1720) 2019-12-09 11:06:04 +01:00
events.go acknowledge spelling 2020-02-28 13:27:00 +01:00
filter.go Add statusUpdate code (#1861) 2020-02-21 15:48:53 +01:00
filter_test.go Refactor/waku.doc (#1950) 2020-04-23 20:54:24 +01:00
fuzz.go Move whisper to status-go monorepo (#1720) 2019-12-09 11:06:04 +01:00
gen_criteria_json.go Move whisper to status-go monorepo (#1720) 2019-12-09 11:06:04 +01:00
gen_message_json.go Move whisper to status-go monorepo (#1720) 2019-12-09 11:06:04 +01:00
gen_newmessage_json.go Move whisper to status-go monorepo (#1720) 2019-12-09 11:06:04 +01:00
go.mod Waku/0 service (#1715) 2019-12-20 10:40:50 +01:00
go.sum Waku/0 service (#1715) 2019-12-20 10:40:50 +01:00
mailserver.go Refactor/waku.doc (#1950) 2020-04-23 20:54:24 +01:00
mailserver_test.go Refactor/waku.doc (#1950) 2020-04-23 20:54:24 +01:00
message.go Refactor/waku.doc (#1950) 2020-04-23 20:54:24 +01:00
message_test.go Refactor/waku.doc (#1950) 2020-04-23 20:54:24 +01:00
metrics.go add bridge metrics to Whisper and Waku (#1864) 2020-02-19 15:36:16 +01:00
peer.go Use goimports instead of gofmt 2020-01-06 10:17:23 +01:00
peer_test.go Refactor/waku.doc (#1950) 2020-04-23 20:54:24 +01:00
rate_limiter.go Refactor/waku.doc (#1950) 2020-04-23 20:54:24 +01:00
rate_limiter_test.go Add statusUpdate code (#1861) 2020-02-21 15:48:53 +01:00
topic.go Move whisper to status-go monorepo (#1720) 2019-12-09 11:06:04 +01:00
topic_test.go Move whisper to status-go monorepo (#1720) 2019-12-09 11:06:04 +01:00
whisper.go make apis private (#1866) 2020-02-25 08:03:01 +01:00
whisper_test.go Refactor/waku.doc (#1950) 2020-04-23 20:54:24 +01:00

README.md

Whisper

Go implementation of the Whisper specifications

Deprecation Warning!

This package is DEPRECATED and, except for security patches, should not receive any further updates.