status-go/protocol/datasync
Andrea Maria Piana f75f7bb738 Expand confirmations to private group chat messages
This commit expands the confirmation mechanism to allow private group
chat messages to be confirmed:

Changes:

- Added a separate table for message confirmations as group chat
messages have same messageID but multiple datasyncID
- Removed DataSyncID from raw message (I haven't removed the column name
as it can't be done in sqlite without copying over the table)
2021-03-16 13:41:14 +01:00
..
peer Remove protocol and eth-node submodules (#1835) 2020-02-10 12:22:37 +01:00
datasync.go Listen for delivered messages (#2150) 2021-02-23 17:47:45 +02:00
transport.go Expand confirmations to private group chat messages 2021-03-16 13:41:14 +01:00
transport_test.go Split datasync messages in batches 2020-11-05 12:45:29 +01:00
utils.go Use goimports instead of gofmt 2020-01-06 10:17:23 +01:00