status-go/multiaccounts
Roman Volosovskyi 5f6c7008e1
Add KeyUID to IdentifiedAccountInfo
This field will be used as a deterministic id of multiaccount on
status-react side instead of master key address. The reason why
it is calculated as sha256 of public key is that this way is
already used on keycard side and it will simplify integration.

Rename keycardKeyUid to keyUid

As long as this field will be present in all multiaccounts from now on it
shouldn't be named as keycard specific.
2019-11-22 17:50:24 +02:00
..
accounts Verify valid sub-accounts using database 2019-08-30 14:11:00 +03:00
migrations Add KeyUID to IdentifiedAccountInfo 2019-11-22 17:50:24 +02:00
database.go Add KeyUID to IdentifiedAccountInfo 2019-11-22 17:50:24 +02:00
database_test.go Accounts data management (#1530) 2019-08-20 18:38:40 +03:00