aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/accountcmd_test.go
Commit message (Expand)AuthorAgeFilesLines
* cmd, consensus, core, miner: instatx clique for --dev (#15323)Péter Szilágyi2017-10-241-7/+7
* cmd/geth: update tests for EIP55-compliant Address.Hex()Jim McDonald2017-07-161-6/+6
* swarm/test: add integration test for 'swarm up' (#14353)Lewis Marshall2017-06-211-36/+36
* cmd/geth: reorganise account/wallet command/flagsBas van Kervel2017-04-281-8/+8
* accounts, cmd: port packages over to the new logging systemPéter Szilágyi2017-02-231-6/+10
* accounts, cmd, internal, mobile, node: canonical account URLsPéter Szilágyi2017-02-131-12/+12
* accounts, cmd, eth, internal, mobile, node: split account backendsPéter Szilágyi2017-02-131-3/+3
* all: fix issues reported by honnef.co/go/simple/cmd/gosimpleFelix Lange2017-01-071-4/+4
* cmd/geth: add recovery procedure for AmbiguousAddrErrorFelix Lange2016-04-121-0/+62
* 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/+13
* cmd/geth: add tests for account commandsFelix Lange2016-04-121-0/+221