Commit Graph

282 Commits

Author SHA1 Message Date
Carl Beekhuizen
e439443e6b
Convert remaining click.Options to JITOptions 2021-04-01 11:49:30 +02:00
Carl Beekhuizen
907bb2e824
enables load_text() to have a lang parameter 2021-04-01 11:31:04 +02:00
Carl Beekhuizen
b2882776cb
Enables intl language selection for existing_mnemonic options 2021-04-01 11:24:00 +02:00
Carl Beekhuizen
d38323ecae
@hwwhww's content nitpicks
Co-authored-by: Hsiao-Wei Wang <hsiaowei.eth@gmail.com>
2021-03-08 11:30:55 +01: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
b8c94a80fc
Fix typo 2021-02-22 18:13:59 +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
Carl Beekhuizen
d45d8946aa
Merge pull request #176 from ethereum/carl_chmod
chmod keystores and deposit_data.json to `440`
2021-01-29 11:55:35 +01:00
Carl Beekhuizen
62e13e8261
Add note about 440 file permissions to README 2021-01-27 14:53:06 +01:00
Carl Beekhuizen
f271d96ad2
chmod keystores and deposit_data.json to 440 2020-12-18 16:54:46 +01:00
Hsiao-Wei Wang
0f5b2a2506
Merge pull request #163 from ethereum/v1.1.0-version-bump
V1.1.0 version bump
2020-11-18 00:23:15 +08:00
Carl Beekhuizen
c681f93331
version bump -> v1.1.0 2020-11-17 17:14:34 +01:00
Carl Beekhuizen
547bc142c0
Merge pull request #162 from ethereum/bump_py_ecc
bump to py_ecc==5.1.0
2020-11-17 17:04:01 +01:00
Hsiao-Wei Wang
5724955452
bump to py_ecc==5.1.0 2020-11-17 23:36:35 +08: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
bbbc81cf2e
Use the updated PyrmontSetting.GENESIS_FORK_VERSION 2020-11-13 21:17:42 +08:00
Carl Beekhuizen
c1fa95dde9
Merge pull request #148 from ethereum/hwwhww-patch-1
Fix broken markdown
2020-11-13 10:33:26 +01:00
Hsiao-Wei Wang
4cbd6d4017
Merge pull request #147 from maxwellt/dev
fix typo
2020-11-13 01:29:57 +08:00
Hsiao-Wei Wang
bd0a130f03
Merge pull request #151 from ethereum/vbuterin-patch-1
Proposed tweak to from_json and from_file
2020-11-13 01:22:14 +08:00
Hsiao-Wei Wang
935588287e
Add eth2_network_name field to deposit_data.json 2020-11-13 00:25:11 +08:00
Hsiao-Wei Wang
289b674a05
Add PyrmontSetting 2020-11-13 00:02:10 +08:00
Hsiao-Wei Wang
b6f7ca93c3
Fix 2020-11-05 17:13:32 +08:00
vbuterin
59a12e927e
Fixed saving the path 2020-11-05 14:35:25 +08:00
vbuterin
0bfb657894
Proposed tweak to from_json and from_file
This feels to me like it would be more intuitive behavior; the `from_json` behaves the same way for Keystore and KeystoreCrypto, and it exposes a way for people to use the library with json that is not saved in a file anywhere.
2020-11-05 14:34:01 +08:00
Hsiao-Wei Wang
0c15309966
Fix broken markdown 2020-11-04 10:47:30 +08:00
Thomas Maxwell
056d6b27e6 fix typo 2020-11-04 02:35:36 +01:00
Carl Beekhuizen
9310de0ff3
Merge pull request #145 from ethereum/dev
`dev`->`master`
2020-11-03 21:44:07 +01:00
Hsiao-Wei Wang
179ede1efb
Merge pull request #146 from ethereum/v1.0.0_version_bump
Bump version number to 1.0.0
2020-11-04 04:20:41 +08:00
Carl Beekhuizen
1fad9fdf6e
Bump version number to 1 2020-11-03 21:09:32 +01:00
Carl Beekhuizen
2d434a3803
Merge pull request #123 from ethereum/existing_mnemonic
Existing Mnemonic
2020-11-03 20:59:06 +01:00
Carl Beekhuizen
45b23870e2
Merge in dev and resolve conflicts 2020-11-03 20:51:32 +01:00
Carl Beekhuizen
c853942142
Merge pull request #143 from ethereum/existing_mnemonic-test_regeneration
Add cli test_regeneration
2020-11-03 20:44:24 +01:00
Carl Beekhuizen
8fc1ce14cf
Merge pull request #144 from ethereum/progress_bars
Progress bars for key generation
2020-11-03 20:43:36 +01:00
Hsiao-Wei Wang
eb37e129c0
Apply suggestions from code review
Co-authored-by: Carl Beekhuizen <carl@ethereum.org>
2020-11-04 03:39:55 +08:00
Carl Beekhuizen
be3acee84d
Adds progress bars to the CLI 2020-11-03 19:42:08 +01:00
Hsiao-Wei Wang
fb498650f3
Update tests/test_cli/test_regeneration.py 2020-11-04 02:33:08 +08:00
Hsiao-Wei Wang
8c642d6889
Fix typo 2020-11-04 02:21:54 +08:00
Hsiao-Wei Wang
28d8a367b9
Merge branch 'dev' into existing_mnemonic 2020-11-04 02:20:50 +08:00
Hsiao-Wei Wang
1208820864
Rename test_deposit test case to test_existing_mnemonic 2020-11-04 02:09:23 +08:00
Hsiao-Wei Wang
6f54965486
Add test_regeneration.py 2020-11-04 02:05:03 +08:00
Carl Beekhuizen
421768889b
Merge pull request #142 from ethereum/remove-warning
Update README
2020-11-03 17:54:24 +01:00
Carl Beekhuizen
10bc333ee9
Apply @hwwhww's README simplifications 2020-11-03 17:23:12 +01:00
Carl Beekhuizen
d3149c688a
Update help messages for all CLI arguments and commands 2020-11-03 15:43:18 +01:00
Carl Beekhuizen
07dce72b84
remove reference to "withdrawal keys" 2020-11-03 14:51:55 +01:00