status-go/multiaccounts
Sale Djenic f10bd00ceb feat: `keypair_name` and `last_used_derivation_index` columns added to `accounts` table
- `keypair_name` added to `accounts` table, all accounts derived from the
same master key have the same keypair name and also no two keypairs share
the same keypair name (keypair name is unique per keypair)
- `last_used_derivation_index` added to `accounts` table, cause we need
to maintain the highest index been used for the derivations made within
the same keypair
2023-03-28 16:19:27 +02:00
..
accounts feat: `keypair_name` and `last_used_derivation_index` columns added to `accounts` table 2023-03-28 16:19:27 +02:00
errors feat: `keypair_name` and `last_used_derivation_index` columns added to `accounts` table 2023-03-28 16:19:27 +02:00
keypairs feat(keycard): keycard details are being synced among devices 2023-02-27 16:03:02 +01:00
migrations Add customization color 2023-03-24 14:22:29 +00:00
settings feat: Update saved addresses DB to store ENS, isTest flag and chains (#3183) 2023-03-06 16:26:46 +03:00
settings_notifications fix: don't return an error on empty rows 2023-01-24 16:26:36 -04:00
settings_social_links feat: dynamic social links 2023-03-15 12:41:57 +01:00
database.go Add customization color 2023-03-24 14:22:29 +00:00
database_test.go Add customization color 2023-03-24 14:22:29 +00:00