aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/accountcmd.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/geth: improve command help messages (#3227)Kenji Siu2016-11-101-40/+51
* cmd/evm, cmd/geth, cmd/utils: move version handling to cmd/utilsFelix Lange2016-09-051-5/+5
* cmd/utils, node: create account manager in package nodeFelix Lange2016-08-171-13/+11
* cmd/geth: fix the import error messageYohann LEON2016-06-291-1/+1
* cmd: fix CLI package deprecation warningsPéter Szilágyi2016-06-101-5/+10
* cmd/geth: codegansta/cli package renamed to urfave/cliBas van Kervel2016-06-091-1/+1
* cmd/geth: fix the keystore path in the accounts help textPéter Szilágyi2016-06-081-1/+1
* cmd/geth, console: fix reviewer issuesPéter Szilágyi2016-05-311-2/+2
* cmd, console: split off the console into a reusable packagePéter Szilágyi2016-05-301-2/+3
* 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