1
0
Fork 0
forked from forks/go-ethereum
go-ethereum-modded-tocallarg/accounts/keystore
Martin Holst Swende 88b1db7288 accounts/keystore: scan key directory without locks held (#15171)
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.
2017-10-09 12:40:50 +02:00
..
testdata
account_cache.go accounts/keystore: scan key directory without locks held (#15171) 2017-10-09 12:40:50 +02:00
account_cache_test.go accounts/keystore: scan key directory without locks held (#15171) 2017-10-09 12:40:50 +02:00
key.go accounts: fix megacheck warnings (#14903) 2017-08-07 14:11:15 +03:00
keystore.go accounts, console, internal: support trezor hardware wallet 2017-08-09 11:30:17 +03:00
keystore_passphrase.go accounts: fix megacheck warnings (#14903) 2017-08-07 14:11:15 +03:00
keystore_passphrase_test.go
keystore_plain.go
keystore_plain_test.go
keystore_test.go accounts/keystore: scan key directory without locks held (#15171) 2017-10-09 12:40:50 +02:00
keystore_wallet.go accounts: refactor API for generalized USB wallets 2017-08-09 13:26:07 +03:00
presale.go
watch.go accounts/keystore: scan key directory without locks held (#15171) 2017-10-09 12:40:50 +02:00
watch_fallback.go