mirror of
https://github.com/status-im/whisper.git
synced 2025-02-01 05:24:56 +00:00
f55e777bd6
Adds a function to send RawValue envelopes. This is needed as a performance optimization, as currently most of the processing time is spent decoding envelopes and coding them back when sending them. This will allow us to skip this unnecessary step.