status-go/lib
Roman Volosovskyi 4c0d8dedea
Replace address with keyUid in accounts db
Account's address was used as a primary key in accounts db and as a
deterministic id of an account in some API calls. Also it was used as a
part of the name of the account specific database. This revealed some
extra information about the account and wasn't necessary.
At first the hash of the address was planned to be used as a
deterministic id, but we already have a keyUid which is calculated as
sha256 hash of account's public key and has similar properties:
- it is deterministic
- doesn't reveal accounts public key or address in plain
2019-12-09 11:20:12 +02:00
..
library.go Create a home submodule for Eth node bridges- Rename StatusBackend to GethStatusBackend 2019-11-27 17:02:09 +01:00
library_test.go Upgrade geth to 1.9.5 and Whisper (#1617) 2019-10-04 17:21:24 +02:00
library_test_multiaccount.go Accounts data management (#1530) 2019-08-20 18:38:40 +03:00
library_test_utils.go Replace address with keyUid in accounts db 2019-12-09 11:20:12 +02:00
main.go Create a home submodule for Eth node bridges- Rename StatusBackend to GethStatusBackend 2019-11-27 17:02:09 +01:00
multiaccount.go add multi-account LoadAccount, ImportMnemonic, and Reset functions (#1542) 2019-07-26 11:33:38 +02:00
response.go Remove transactions queue 1027 (#1125) 2018-08-16 13:37:53 +02:00
response_test.go Remove transactions queue 1027 (#1125) 2018-08-16 13:37:53 +02:00
types.go Remove FCM implementation 2019-11-17 17:54:55 +01:00