aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/accountcmd.go
Commit message (Expand)AuthorAgeFilesLines
* cmd: various golint fixes (#16700)kiel barry2018-05-091-2/+2
* cmd/geth: make geth account new faster with many keys (#15529)Martin Holst Swende2017-11-211-4/+17
* cmd/geth: fixed a minor typo in the commentsnecaremus2017-06-161-1/+1
* cmd/geth: reintroduce wallet import subcommandBas van Kervel2017-05-231-15/+30
* cmd/geth: reorganise account/wallet command/flagsBas van Kervel2017-04-281-61/+62
* cmd/geth: add --config file flag (#13875)Felix Lange2017-04-121-6/+5
* cmd, whisper/mailserver: revert to utils.FatalfPéter Szilágyi2017-02-231-31/+15
* accounts, cmd: port packages over to the new logging systemPéter Szilágyi2017-02-231-2/+2
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-19/+35
* accounts, cmd, internal, mobile, node: canonical account URLsPéter Szilágyi2017-02-131-1/+1
* accounts, cmd, eth, internal, miner, node: wallets and HD APIsPéter Szilágyi2017-02-131-6/+11
* accounts, cmd, eth, internal, mobile, node: split account backendsPéter Szilágyi2017-02-131-17/+25
* 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