status-go/appdatabase
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
..
migrations chore: synchronization improvements applied to keycards 2023-07-11 15:14:49 +02:00
migrationsprevnodecfg fix: unable to perform backup 2023-06-29 13:04:49 +01:00
database.go Send account/settings on login 2023-07-06 17:35:32 +01:00
database_test.go fix: correct transfer type detection 2023-06-21 12:10:25 -03:00
node_config_test.go chore: upgrade go-waku and log about messages sent/received 2022-11-09 17:39:17 +03:00
test_helpers.go feat(wallet) extract json blobs and add custom migration support 2023-06-08 13:54:40 +02:00