Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: enable goimports and varcheck linters (#16446) | thomasmodeneis | 2018-04-18 | 1 | -4/+0 |
| | |||||
* | all: update license information (#16089) | Felix Lange | 2018-02-14 | 3 | -2/+18 |
| | |||||
* | cmd/ethkey: fix formatting, review nits (#15807) | Felix Lange | 2018-01-16 | 6 | -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 Roose | 2017-12-21 | 6 | -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 |