- Feb 26, 2021
-
-
Marius van der Wijden authored
This replaces the github.com/pborman/uuid dependency with github.com/google/uuid because the former is only a wrapper for the latter (since v1.0.0). Co-authored-by:
Felix Lange <fjl@twurst.com>
-
- Jul 14, 2020
-
-
rene authored
-
- Jun 30, 2020
-
-
Binacs authored
* [cmd] Abstract `getPassPhrase` functions into one. * cmd/ethkey: fix compilation failure Co-authored-by:
rjl493456442 <garyrong0905@gmail.com>
-
- Jun 08, 2020
-
-
libby kent authored
-
- May 19, 2020
-
-
Martin Holst Swende authored
* cmd/clef, signer/core: use better terminal input for passwords, make it possible to avoid boot-up warning * all: move commonly used prompter to isolated (small) package * cmd/clef: Add new --acceptWarn to clef README * cmd/clef: rename flag 'acceptWarn' to 'suppress-bootwarn' Co-authored-by:
ligi <ligi@ligi.de>
-
- Feb 17, 2020
-
-
Felix Lange authored
-
- Nov 26, 2019
-
-
zaccoding authored
-
- Nov 19, 2019
-
-
Felix Lange authored
Found by staticcheck.
-
- Aug 12, 2019
-
-
SjonHortensius authored
* 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
-
- Jul 22, 2019
-
-
Péter Szilágyi authored
-
- May 08, 2019
-
-
C. Brown authored
* add-date-to unstable * fields-insteadof-split * internal/build: support building with missing git * docker: add git history back to support commit date in version * internal/build: use PR commits hashes for PR builds
-
- Sep 04, 2018
-
-
Evangelos Pappas authored
-
- Jun 08, 2018
-
-
Steven Roose authored
This change introduces ethkey changepassphrase <keyfile> to change the passphrase of a key file.
-
- Apr 17, 2018
-
-
thomasmodeneis authored
-
- Feb 14, 2018
-
-
Felix Lange authored
-
- Jan 16, 2018
-
-
Felix Lange authored
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.
-
- Dec 21, 2017
-
-
Steven Roose authored
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
-