aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/accountcmd.go
Commit message (Expand)AuthorAgeFilesLines
* accounts: improve API and add documentationFelix Lange2016-04-121-1/+6
* cmd/geth: add recovery procedure for AmbiguousAddrErrorFelix Lange2016-04-121-1/+36
* cmd/geth: print actual error when --unlock failsFelix Lange2016-04-121-2/+2
* accounts: add ErrDecryptFelix Lange2016-04-121-1/+1
* accounts: cache key addressesFelix Lange2016-04-121-4/+4
* cmd/geth: add tests for account commandsFelix Lange2016-04-121-1/+6
* accounts: streamline APIFelix Lange2016-04-121-8/+3
* cmd/geth: move account commands to accountcmd.goFelix Lange2016-04-121-0/+283