aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ethkey
Commit message (Collapse)AuthorAgeFilesLines
* Rebrand as tangerine-network/go-tangerineWei-Ning Huang2019-09-177-17/+17
|
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-06-127-17/+17
|
* cmd/ethkey: fix the README to match updated commands (#17332)Evangelos Pappas2018-09-041-3/+15
|
* cmd/ethkey: add command to change key passphrase (#16516)Steven Roose2018-06-086-19/+100
| | | | | | | This change introduces ethkey changepassphrase <keyfile> to change the passphrase of a key file.
* build: enable goimports and varcheck linters (#16446)thomasmodeneis2018-04-181-4/+0
|
* all: update license information (#16089)Felix Lange2018-02-143-2/+18
|
* cmd/ethkey: fix formatting, review nits (#15807)Felix Lange2018-01-166-92/+226
| | | | | | | | 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.
* cmd/ethkey: new command line tool for keys (#15438)Steven Roose2017-12-216-0/+533
ethkey is a new tool that serves as a command line interface to the basic key management functionalities of geth. It currently supports: - generating keyfiles - inspecting keyfiles (print public and private key) - signing messages - verifying signed messages