Commit Graph

44 Commits

Author SHA1 Message Date
Carl Beekhuizen
d07aea68f1
More lambdas for laziness! 2021-05-04 15:46:32 +02:00
Carl Beekhuizen
7962d4c140
Mnemonic password warnign via repeated input 2021-05-03 12:16:30 +02:00
Carl Beekhuizen
0b8d1c4ed8
disallow 0 deposits (must be 1 or greater) 2021-04-30 17:27:16 +02:00
Carl Beekhuizen
126ebe26ac
intl start_index confirmation 2021-04-30 16:15:05 +02:00
Carl Beekhuizen
b46e702e16
confirmation refactor 2021-04-27 14:41:52 +02:00
Carl Beekhuizen
ff34c4bd33
Intl password confirmations 2021-04-23 16:23:23 +02:00
Carl Beekhuizen
68bb20db4d
Move choice checking from click to custom 2021-04-19 18:52:47 +02:00
Carl Beekhuizen
b31f8142b8
Move int-range checking from click to custom 2021-04-19 15:27:33 +02:00
Carl Beekhuizen
06d79203d4
Move eth1 withdrawal warnings into intl json files 2021-04-19 11:46:21 +02:00
Carl Beekhuizen
da97e6fdf9
Extract new eth1 withdrawl params into JSON files 2021-04-14 16:25:17 +02:00
Carl Beekhuizen
5bf8e54151
Revert all CLI arguments to hard-coded English 2021-04-13 16:59:26 +02:00
Carl Beekhuizen
7c998808de
Fuzzy language matching + hella callbacks 2021-04-08 13:56:10 +02:00
Carl Beekhuizen
a84baf3832
Merge in dev 2021-04-07 11:15:20 +02:00
Carl Beekhuizen
df09118505
tests fix 2021-04-06 14:48:52 +02:00
Carl Beekhuizen
7b393bdbf9
Adds missing func args to load_text 2021-04-01 16:12:21 +02:00
Carl Beekhuizen
e439443e6b
Convert remaining click.Options to JITOptions 2021-04-01 11:49:30 +02:00
Carl Beekhuizen
b2882776cb
Enables intl language selection for existing_mnemonic options 2021-04-01 11:24:00 +02:00
Hsiao-Wei Wang
d0898207c5
Update README.md and cli help 2021-03-25 23:19:00 +08:00
Hsiao-Wei Wang
a35c09ffe9
Add withdrawal credential validation 2021-03-25 23:08:36 +08:00
Hsiao-Wei Wang
5819eb4208
Add --eth1_withdrawal_address flag to set the eth1_withdrawal_address 2021-03-25 22:21:40 +08:00
Hsiao-Wei Wang
b7f4188633
Use load_text in test_new_mnemonic.py 2021-02-24 18:58:53 +08:00
Hsiao-Wei Wang
4f10175238
Add msg_mnemonic_presentation back 2021-02-23 20:43:23 +08:00
Carl Beekhuizen
1f9626add1
Moves intl/utils.py to utils/intl.py 2021-02-22 18:22:35 +01:00
Carl Beekhuizen
5fceda2e86
Move remainder of messages into json files 2021-02-22 18:11:16 +01:00
Carl Beekhuizen
3924b16bea
adds existing_mnemonic 2021-02-12 17:55:39 +01:00
Carl Beekhuizen
6e3a0a34de
Adds option auto function & file detection 2021-02-12 16:41:33 +01:00
Carl Beekhuizen
d828bb5de0
Remove auto function detector 2021-02-12 16:20:26 +01:00
Carl Beekhuizen
14130819b6
Adds abilility to swap out text for internationalisation reasons 2021-02-12 16:12:03 +01:00
Hsiao-Wei Wang
e9b0b6605e
Merge pull request #157 from ethereum/hwwhww/pyrmont
Add Prymont + Add `eth2_network_name` field to deposit_data*.json file
2020-11-13 21:23:55 +08:00
Hsiao-Wei Wang
935588287e
Add eth2_network_name field to deposit_data.json 2020-11-13 00:25:11 +08:00
Thomas Maxwell
056d6b27e6 fix typo 2020-11-04 02:35:36 +01:00
Carl Beekhuizen
45b23870e2
Merge in dev and resolve conflicts 2020-11-03 20:51:32 +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
29f00891fe
Re-adds password length checks from #138 which were accidentally removed in merge
014e34c
2020-11-03 12:51:23 +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
016d2c9391
merge in dev and resolve conflicts 2020-10-14 17:29:09 +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