aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/keystore/keystore_test.go
Commit message (Collapse)AuthorAgeFilesLines
* accounts/keystore: scan key directory without locks held (#15171)Martin Holst Swende2017-10-091-46/+68
| | | | | | 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.
* accounts, console, internal: support trezor hardware walletPéter Szilágyi2017-08-091-4/+4
|
* all: update license informationFelix Lange2017-04-141-1/+1
|
* accounts: ledger and HD review fixesPéter Szilágyi2017-02-131-1/+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-6/+4
|
* accounts, cmd, eth, internal, miner, node: wallets and HD APIsPéter Szilágyi2017-02-131-7/+149
|
* accounts, cmd, eth, internal, mobile, node: split account backendsPéter Szilágyi2017-02-131-0/+225