status-go/whisper
Andrea Maria Piana a1b3e3a772
Clean topics that we don't listen to
There was a bug on status-react where it would save filters that were
not listened to.
This commit adds a task to clean up those filters as they might result
in long syncing times.

This commit also returns topics/ranges/mailserves from messenger in
order to make the initialization of the app simpler and start moving
logic to status-go.

It also removes whisper from vendor.
2021-01-26 09:39:57 +01:00
..
shhclient Clean topics that we don't listen to 2021-01-26 09:39:57 +01:00
README.md Update README (#2003) 2020-07-24 11:16:15 +08:00
api.go Clean topics that we don't listen to 2021-01-26 09:39:57 +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 Clean topics that we don't listen to 2021-01-26 09:39:57 +01:00
events.go acknowledge spelling 2020-02-28 13:27:00 +01:00
filter.go Clean topics that we don't listen to 2021-01-26 09:39:57 +01:00
filter_test.go Clean topics that we don't listen to 2021-01-26 09:39:57 +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
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 Clean topics that we don't listen to 2021-01-26 09:39:57 +01:00
message_test.go Clean topics that we don't listen to 2021-01-26 09:39:57 +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 Clean topics that we don't listen to 2021-01-26 09:39:57 +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 Clean topics that we don't listen to 2021-01-26 09:39:57 +01:00
topic_test.go Move whisper to status-go monorepo (#1720) 2019-12-09 11:06:04 +01:00
whisper.go Clean topics that we don't listen to 2021-01-26 09:39:57 +01:00
whisper_test.go Clean topics that we don't listen to 2021-01-26 09:39:57 +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.