status-go/multiaccounts/accounts
Sale Djenic 7063ad11aa chore: synchronization improvements applied to keycards
This is the second step of improvements over keypairs/keycards/accounts.
- `SyncKeycardAction` protobuf removed
- `SyncKeypair` protobuf is used for syncing keycards state as well as for all
keycards related changes
- `last_update_clock` column removed from `keypairs` table cause as well as
for accounts, any keycard related change is actually a change made on a related
keypair, thus a keypair's clock keeps the clock of the last change
- `position` column added to `keypairs` table, needed to display keycards in
the same order accross devices
2023-07-11 15:14:49 +02:00
..
account_test.go chore: Add ColorId for Wallet accounts that can be shared with mobile (#3521) 2023-06-02 17:06:51 +02:00
database.go chore: synchronization improvements applied to keycards 2023-07-11 15:14:49 +02:00
database_test.go chore: synchronization improvements applied to keypairs/accounts 2023-07-05 14:41:26 +02:00
doc.go Put settings in a table with schema (#1746) 2019-12-27 10:58:25 +01:00
keycard_database.go chore: synchronization improvements applied to keycards 2023-07-11 15:14:49 +02:00
keycard_database_test.go chore: synchronization improvements applied to keycards 2023-07-11 15:14:49 +02:00
test_helper.go chore: synchronization improvements applied to keycards 2023-07-11 15:14:49 +02:00
testutils.go chore: synchronization improvements applied to keypairs/accounts 2023-07-05 14:41:26 +02:00