status-go/protocol/migrations/sqlite
Andrea Maria Piana fd49b0140e
Move to protobuf for Message type (#1706)
* Use a single Message type `v1/message.go` and `message.go` are the same now, and they embed `protobuf.ChatMessage`

* Use `SendChatMessage` for sending chat messages, this is basically the old `Send` but a bit more flexible so we can send different message types (stickers,commands), and not just text.

* Remove dedup from services/shhext. Because now we process in status-protocol, dedup makes less sense, as those messages are going to be processed anyway, so removing for now, we can re-evaluate if bringing it to status-go or not.

* Change the various retrieveX method to a single one:
`RetrieveAll` will be processing those messages that it can process (Currently only `Message`), and return the rest in `RawMessages` (still transit). The format for the response is:
`Chats`: -> The chats updated by receiving the message
`Messages`: -> The messages retrieved (already matched to a chat)
`Contacts`: -> The contacts updated by the messages
`RawMessages` -> Anything else that can't be parsed, eventually as we move everything to status-protocol-go this will go away.
2019-12-05 17:25:34 +01:00
..
000001_init.down.db.sql Move to monorepo structure (#1684) 2019-11-21 17:19:22 +01:00
000001_init.up.db.sql Move to protobuf for Message type (#1706) 2019-12-05 17:25:34 +01:00
000002_add_chats.down.db.sql Move to monorepo structure (#1684) 2019-11-21 17:19:22 +01:00
000002_add_chats.up.db.sql Move to protobuf for Message type (#1706) 2019-12-05 17:25:34 +01:00
000003_add_contacts.down.db.sql Move to monorepo structure (#1684) 2019-11-21 17:19:22 +01:00
000003_add_contacts.up.db.sql Move to monorepo structure (#1684) 2019-11-21 17:19:22 +01:00
000004_user_messages_compatibility.down.sql Move to monorepo structure (#1684) 2019-11-21 17:19:22 +01:00
000004_user_messages_compatibility.up.sql Move to protobuf for Message type (#1706) 2019-12-05 17:25:34 +01:00
1567112142_user_messages.down.sql Move to monorepo structure (#1684) 2019-11-21 17:19:22 +01:00
1567112142_user_messages.up.sql Move to protobuf for Message type (#1706) 2019-12-05 17:25:34 +01:00
doc.go Move to monorepo structure (#1684) 2019-11-21 17:19:22 +01:00