status-go/multiaccounts/accounts
Sale Djenic 61527f8c78 chore: synchronization improvements applied to keypairs/accounts
This is the first step of improvements over keypairs/keycards/accounts.
- `SyncKeypairFull` protobuf removed
- `SyncKeypair` protobuf is used for syncing all but the watch only accounts
- `SyncAccount` is used only for syncing watch only accounts
- related keycards are synced together with a keypair
- on any keypair change (either it's just a keypair name or any change made over an
account which belongs to that keypair) entire keypair is synced including related keycards
- on any watch only account related change, that account is synced with all its details
2023-07-05 14:41:26 +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 keypairs/accounts 2023-07-05 14:41:26 +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 keypairs/accounts 2023-07-05 14:41:26 +02:00
keycard_database_test.go tests: `GetProfileKeypairForTest` from test helper updated and provides higher granularity 2023-05-25 19:46:47 +02:00
test_helper.go chore: Add ColorId for Wallet accounts that can be shared with mobile (#3521) 2023-06-02 17:06:51 +02:00
testutils.go chore: synchronization improvements applied to keypairs/accounts 2023-07-05 14:41:26 +02:00