status-go/t/devtests
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
..
eventer Integrate Nimbus status-protocol-go 2019-11-18 14:30:03 +01:00
miner Upgrade geth to 1.9.5 and Whisper (#1617) 2019-10-04 17:21:24 +02:00
testchain Download transfers starting from latest block header (#1467) 2019-06-14 13:16:30 +03:00
devnode.go Replace address with keyUid in accounts db 2019-12-09 11:20:12 +02:00
filters_test.go Implement eth_getFilterLogs (#1265) 2018-11-06 07:41:36 +01:00
tranfers_test.go Create single database appdatase 2019-08-21 10:44:50 +03:00