Binacs
5f3516ccf7
cmd: abstract getPassPhrase
functions into one ( #21219 )
...
* [cmd] Abstract `getPassPhrase` functions into one.
* cmd/ethkey: fix compilation failure
Co-authored-by: rjl493456442 <garyrong0905@gmail.com>
# Conflicts:
# cmd/clef/main.go
# cmd/ethkey/utils.go
# cmd/geth/accountcmd.go
2020-08-07 11:25:25 +02:00
libby kent
70112ee9de
cmd/ethkey: support --passwordfile in generate command ( #21183 )
2020-08-06 14:07:43 +02:00
Felix Lange
121cc658b4
cmd/ethkey: fix file permissions in changepassword command ( #20313 )
...
Found by staticcheck.
2019-12-03 13:41:22 +01:00
Alexey Akhunov
fe01bccbb8
Apply Turbo-Geth modifications to go-ethereum codebase
2019-11-01 21:52:03 +01:00
SjonHortensius
36994e4e0b
all: replace passPHRASE with passWORD in user interactions ( #19932 )
...
* Ref #19906 - replace passPHRASE with passWORD in any user interactions
this skips doccomments and variablenames to minimize impact. It does
however include a rename of the `ethkey` `changepassphrase` parameter
* console: fix JavaScript error capitalization
2019-08-12 12:00:38 +03:00