• Felix Lange's avatar
    accounts: cache key addresses · a9f26dcd
    Felix Lange authored
    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.
    a9f26dcd
Name
Last commit
Last update
..
keystore Loading commit data...
v1/cb61d5a9c4896fb9658090b597ef0e7be6f7b67e Loading commit data...
v1_test_vector.json Loading commit data...
v3_test_vector.json Loading commit data...
very-light-scrypt.json Loading commit data...