status-go/services/shhext/dedup
Andrea Maria Piana 81d8ca82a2
Add confirm messages processed by ID (#1375)
Currently PFS messages are decrypted and therefore modified before being
passed to the client. This make IDs computation difficult, as we pass
the whole object to the client and expect the object be passed back once
confirmed.
This changes the behavior allowing confirmation by ID, which is passed
to the client instead of the raw object.
This is a breaking change, but status-react is already forward
compatible.
2019-02-19 13:58:42 +01:00
..
cache.go Add confirm messages processed by ID (#1375) 2019-02-19 13:58:42 +01:00
cache_test.go Fix issues reported by lint. Part of #1017 2018-06-14 13:52:51 +02:00
deduplicator.go Add confirm messages processed by ID (#1375) 2019-02-19 13:58:42 +01:00
deduplicator_test.go Deduplicator: add API to confirm received messages. 2018-05-10 15:28:48 +02:00
utils_test.go Use status-im whisper/whisperv6 module everywhere 2018-10-03 09:27:51 +03:00