plugeth/cmd
Felix Lange a9f26dcd0d accounts: cache key addresses
In order to avoid disk thrashing for Accounts and HasAccount,
address->key file mappings are now cached in memory. This makes it no
longer necessary to keep the key address in the file name. The address
of each key is derived from file content instead.

There are minor user-visible changes:

- "geth account list" now reports key file paths alongside the address.
- If multiple keys are present for an address, unlocking by address is
  not possible. Users are directed to remove the duplicate files
  instead. Unlocking by index is still possible.
- Key files are overwritten written in place when updating the password.
2016-04-12 15:58:07 +02:00
..
abigen accounts/abi/bind, cmd/abigen: dedup structs, exclude patterns 2016-03-26 11:43:09 +02:00
bootnode all: update license headers to distiguish GPL/LGPL 2015-07-22 18:51:45 +02:00
disasm all: update license headers to distiguish GPL/LGPL 2015-07-22 18:51:45 +02:00
ethtest core: added basic chain configuration 2016-04-01 01:01:10 +02:00
evm core: added basic chain configuration 2016-04-01 01:01:10 +02:00
geth accounts: cache key addresses 2016-04-12 15:58:07 +02:00
gethrpctest accounts: streamline API 2016-04-12 15:58:01 +02:00
rlpdump all: update license headers to distiguish GPL/LGPL 2015-07-22 18:51:45 +02:00
utils accounts: streamline API 2016-04-12 15:58:01 +02:00