| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
(cherry picked from commit 90e07b19abaa950eaaff2eecc4918b1d16ebbcaf)
|
|
|
|
| |
(cherry picked from commit 861add3d72bcfc6c6a8976eb82dc3e7b5288883e)
|
|
|
|
| |
(cherry picked from commit 7c0eb47dfb957c045361cf7297b2935fd3e6a25a)
|
|
|
|
| |
(cherry picked from commit da729e5b386ca0fd32344dcc1fd63d14c0bb39ab)
|
|
|
|
| |
(cherry picked from commit ffaf58f0a98bd987bbe76e8669bb22c405dcd62a)
|
|
|
|
|
| |
- Sign takes common.Address, not Account
- Import/Export methods work with encrypted JSON keys
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
- Manager.Accounts no longer returns an error.
- Manager methods take Account instead of common.Address.
- All uses of Account with unkeyed fields are converted.
|
|
|