status-go/whisper
Oskar Thorén 26978ca03d
Update README (#2003)
Geth decided to link to this place here https://github.com/ethereum/whisper, and it isn't a very welcoming README. Hopefully this points people in the right direction :)
2020-07-24 11:16:15 +08:00
..
shhclient Use goimports instead of gofmt 2020-01-06 10:17:23 +01:00
README.md Update README (#2003) 2020-07-24 11:16:15 +08:00
api.go
api_test.go
benchmarks_test.go Use goimports instead of gofmt 2020-01-06 10:17:23 +01:00
config.go
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
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
gen_criteria_json.go
gen_message_json.go
gen_newmessage_json.go
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
topic_test.go
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.

Whisper has been forked into Waku. See Go implementation, spec and motivation for more.