status-go requires some special methods to be exposed in order to support the current integration.
Introduced families of methods marked as DEPRECATED:
SendRaw to send transit-encoded messages, both public and private. It supports only private PFS-enabled messages. To send private non-PFS messages, we can add this functionality or it needs to happen through shh_post directly from status-react.
RetrieveRawAll and RetrieveRawWithFilter to get retrieve decrypted but transit-encoded messages.
LoadFilters and RemoveFilters to manage Whisper filters directly.
By default, persistence of messages is disabled. It can be enabled with an option passed to Messenger.
File paths to the databases are configurable in Messenger.
status-go requires some special methods to be exposed in order to support the current integration.
Introduced families of methods marked as
DEPRECATED
:SendRaw
to send transit-encoded messages, both public and private. It supports only private PFS-enabled messages. To send private non-PFS messages, we can add this functionality or it needs to happen throughshh_post
directly from status-react.RetrieveRawAll
andRetrieveRawWithFilter
to get retrieve decrypted but transit-encoded messages.LoadFilters
andRemoveFilters
to manage Whisper filters directly.Messenger
.Messenger
.Closes #2.