a1b3e3a772
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. |
||
---|---|---|
.. | ||
shhclient | ||
README.md | ||
api.go | ||
api_test.go | ||
benchmarks_test.go | ||
config.go | ||
const.go | ||
envelope.go | ||
envelope_test.go | ||
events.go | ||
filter.go | ||
filter_test.go | ||
fuzz.go | ||
gen_criteria_json.go | ||
gen_message_json.go | ||
gen_newmessage_json.go | ||
mailserver.go | ||
mailserver_test.go | ||
message.go | ||
message_test.go | ||
metrics.go | ||
peer.go | ||
peer_test.go | ||
rate_limiter.go | ||
rate_limiter_test.go | ||
topic.go | ||
topic_test.go | ||
whisper.go | ||
whisper_test.go |
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.