Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: replace passPHRASE with passWORD in user interactions (#19932) | SjonHortensius | 2019-08-12 | 1 | -3/+3 |
| | | | | | | | | | * 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 | ||||
* | all: update license information (#16089) | Felix Lange | 2018-02-14 | 1 | -1/+1 |
| | |||||
* | cmd/ethkey: fix formatting, review nits (#15807) | Felix Lange | 2018-01-16 | 1 | -0/+70 |
This commit: - Adds a --msgfile option to read the message to sign from a file instead of command line argument. - Adds a unit test for signing subcommands. - Removes some weird whitespace in the code. |