quorum/cmd/geth
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
..
testdata cmd/geth: add tests for account commands 2016-04-12 15:58:07 +02:00
accountcmd.go accounts: cache key addresses 2016-04-12 15:58:07 +02:00
accountcmd_test.go accounts: cache key addresses 2016-04-12 15:58:07 +02:00
chaincmd.go cmd/geth, cmd/utils: improve input handling 2016-04-12 15:56:49 +02:00
info_test.json fix solc tests unskip 2015-05-20 02:47:13 +01:00
js.go accounts: streamline API 2016-04-12 15:58:01 +02:00
js_test.go accounts: streamline API 2016-04-12 15:58:01 +02:00
library.c Makefile, cmd/geth: assemble ios xcode frameworks 2015-12-08 18:05:43 +02:00
library.go Makefile, cmd/geth: assemble ios xcode frameworks 2015-12-08 18:05:43 +02:00
library_android.go Makefile, cmd/geth: support building Android archives 2015-12-14 14:28:14 +02:00
main.go cmd/geth: move account commands to accountcmd.go 2016-04-12 15:56:49 +02:00
monitorcmd.go Merge pull request #2206 from fjl/update-deps 2016-02-17 13:46:30 +01:00
run_test.go cmd/geth: add tests for account commands 2016-04-12 15:58:07 +02:00
usage.go Merge pull request #2359 from bas-vk/rpc-optional-args 2016-04-12 14:03:21 +02:00