aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/keystore/account_cache_test.go
Commit message (Collapse)AuthorAgeFilesLines
* 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