status-go/multiaccounts
Stefan b9d6e6d8c8 feat: sync saved addresses
Main changes:
- Extend saved addresses DB with sync info: sync timestamp, update timestamp
and soft removed flag
- Create custom protobuf message payload to sync saved addresses
- Cleanup saved addresses on each start of messenger, by deleting
soft removed older entries
- Sync all saved addresses on Messenger.SyncDevices calls
- Sync particular changes to saved addresses
- Add SavedAddressManager instance to messenger
  - Note, can't find a clean way to pass the SavedAddressManager to the
  messenger, so we create another one
- Add tests for sync and new DB API

Closes: #7229
2022-10-10 11:26:35 +02:00
..
accounts chore: `UpdateKeycardUID` function exposed 2022-09-21 15:01:53 +02:00
errors Sync Settings (#2478) 2022-03-23 18:47:00 +00:00
keypairs chore: `UpdateKeycardUID` function exposed 2022-09-21 15:01:53 +02:00
migrations feat: sync saved addresses 2022-10-10 11:26:35 +02:00
settings chore: use provided pictures visibility options when creating settings db entry (#2867) 2022-10-05 12:53:42 +02:00
settings_notifications notifications settings end points added and `notification_settings` table 2022-05-26 11:49:08 +02:00
settings_social_links feat: add social links 2022-08-16 14:29:00 +02:00
database.go feat: make kdf iterations configurable when creating a multiaccount (#2796) 2022-09-27 16:27:20 -04:00
database_test.go feat: make kdf iterations configurable when creating a multiaccount (#2796) 2022-09-27 16:27:20 -04:00