Carl Beekhuizen
|
1f9626add1
|
Moves intl/utils.py to utils/intl.py
|
2021-02-22 18:22:35 +01:00 |
|
Carl Beekhuizen
|
3924b16bea
|
adds existing_mnemonic
|
2021-02-12 17:55:39 +01:00 |
|
Thomas Maxwell
|
056d6b27e6
|
fix typo
|
2020-11-04 02:35:36 +01:00 |
|
Hsiao-Wei Wang
|
8c642d6889
|
Fix typo
|
2020-11-04 02:21:54 +08:00 |
|
Carl Beekhuizen
|
d3149c688a
|
Update help messages for all CLI arguments and commands
|
2020-11-03 15:43:18 +01:00 |
|
Carl Beekhuizen
|
741fa62392
|
Fix CLI index bounds
`type=click.IntRange(0, 2**32)` got corrected to `type=click.IntRange(0, 2**32 - 1)`
Co-authored-by: Hsiao-Wei Wang <hwwang156@gmail.com>
|
2020-11-03 12:29:47 +01:00 |
|
Carl Beekhuizen
|
f4d734173d
|
Adds tests for both new and existing mnemonics via CLI
|
2020-10-28 19:07:13 +01:00 |
|
Carl Beekhuizen
|
633409c059
|
Implement @hwwhww's code review suggestions
|
2020-10-26 17:51:38 +01:00 |
|
Carl Beekhuizen
|
4ff9f2a01f
|
Clarifies the dangers of mnemonic-passwords
|
2020-10-20 15:51:20 +02:00 |
|
Carl Beekhuizen
|
d3a6f7d589
|
Pass cli tests
|
2020-09-29 16:24:18 +02:00 |
|
Carl Beekhuizen
|
c7ec603bce
|
minor cleanups
|
2020-09-28 17:20:08 +02:00 |
|
Carl Beekhuizen
|
0fd3c0b189
|
Break new and existing mnemonics into separate files with generate_keys subcommand
|
2020-09-28 16:49:37 +02:00 |
|
Carl Beekhuizen
|
0e172661a8
|
Creates new_mnemonic cli options
|
2020-08-24 13:55:06 +02:00 |
|