status-go/multiaccounts
Andrea Maria Piana baa0767c26
Handle membership update message
This commit does a few things:

1) Handle membership updates using protobuf and adds the relevant
endpoints.
2) Store in memory a map of chats + contacts for faster lookups, which
are then flushed to disk on each update
3) Validate incoming messages

Sorry for the large pr, but you know, v1 :)
2019-12-10 15:20:28 +01:00
..
accounts Verify valid sub-accounts using database 2019-08-30 14:11:00 +03:00
migrations Handle membership update message 2019-12-10 15:20:28 +01:00
database.go Replace address with keyUid in accounts db 2019-12-09 11:20:12 +02:00
database_test.go Replace address with keyUid in accounts db 2019-12-09 11:20:12 +02:00