Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | accounts, cmd: port packages over to the new logging system | Péter Szilágyi | 2017-02-23 | 1 | -6/+10 |
| | |||||
* | accounts, cmd, internal, mobile, node: canonical account URLs | Péter Szilágyi | 2017-02-13 | 1 | -12/+12 |
| | |||||
* | accounts, cmd, eth, internal, mobile, node: split account backends | Péter Szilágyi | 2017-02-13 | 1 | -3/+3 |
| | |||||
* | all: fix issues reported by honnef.co/go/simple/cmd/gosimple | Felix Lange | 2017-01-07 | 1 | -4/+4 |
| | |||||
* | cmd/geth: add recovery procedure for AmbiguousAddrError | Felix Lange | 2016-04-12 | 1 | -0/+62 |
| | |||||
* | cmd/geth: print actual error when --unlock fails | Felix Lange | 2016-04-12 | 1 | -2/+2 |
| | |||||
* | accounts: add ErrDecrypt | Felix Lange | 2016-04-12 | 1 | -1/+1 |
| | |||||
* | accounts: cache key addresses | Felix Lange | 2016-04-12 | 1 | -4/+13 |
| | | | | | | | | | | | | | | | 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. | ||||
* | cmd/geth: add tests for account commands | Felix Lange | 2016-04-12 | 1 | -0/+221 |