aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/keystore/account_cache_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-06-121-2/+2
|
* accounts/keystore: comments above time.SleepAnton Evangelatov2017-11-161-0/+3
|
* accounts/keystore: change modtime for test cases to be bigger than 1sec.Anton Evangelatov2017-11-161-1/+8
|
* accounts/keystore: scan key directory without locks held (#15171)Martin Holst Swende2017-10-091-0/+99
| | | | | | The accountCache contains a file cache, and remembers from scan to scan what files were present earlier. Thus, whenever there's a change, the scan phase only bothers processing new and removed files.
* all: update license informationFelix Lange2017-04-141-1/+1
|
* accounts: ledger and HD review fixesPéter Szilágyi2017-02-131-16/+1
| | | | | | | | | - Handle a data race where a Ledger drops between list and open - Prolong Ledger tx confirmation window to 30 days from 1 minute - Simplify Ledger chainid-signature calculation and validation - Simplify Ledger USB APDU request chunking algorithm - Silence keystore account cache notifications for manual actions - Only enable self derivations if wallet open succeeds
* accounts, cmd, internal, mobile, node: canonical account URLsPéter Szilágyi2017-02-131-24/+25
|
* accounts, cmd, eth, internal, miner, node: wallets and HD APIsPéter Szilágyi2017-02-131-0/+311