aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/accountcmd_test.go
Commit message (Collapse)AuthorAgeFilesLines
* cmd, consensus, core, miner: instatx clique for --dev (#15323)Péter Szilágyi2017-10-241-7/+7
| | | | | | | | * cmd, consensus, core, miner: instatx clique for --dev * cmd, consensus, clique: support configurable --dev block times * cmd, core: allow --dev to use persistent storage too
* 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
| | | | | | | | | | | | | | | 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 commandsFelix Lange2016-04-121-0/+221