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
Hsiao-Wei Wang
fb498650f3
Update tests/test_cli/test_regeneration.py
2020-11-04 02:33:08 +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
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
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
fe5b539701
Merge pull request #139 from ethereum/existing_mnemonic-fix_dockerfile
...
Fix Dockerfile and Makefile in #123
2020-11-03 12:20:39 +01:00
Hsiao-Wei Wang
ad5b96e0b7
Update README
2020-11-03 14:33:08 +08:00
Hsiao-Wei Wang
2d0813ba78
Fix Makefile and Dockerfile
2020-11-03 14:28:19 +08:00
Carl Beekhuizen
014e34ce1b
Merge in dev
2020-11-02 16:59:19 +01:00
Carl Beekhuizen
ffcbfbcf5b
Adds new-mnemonic and existing-mnemonic commands to README
2020-10-30 17:55:35 +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
89f0579a25
Merge pull request #65 from mgcrea/master
...
Add Docker image
2020-10-27 10:48:54 +01:00
Hsiao-Wei Wang
076469a531
Add password length validation - take 2 ( #138 )
...
* [WIP] Add password length validation
* Workaround: use click callback function
* Minor rewording
2020-10-27 14:05:12 +08:00
Carl Beekhuizen
633409c059
Implement @hwwhww's code review suggestions
2020-10-26 17:51:38 +01:00
Carl Beekhuizen
52b36bcdff
Fix indentation error
2020-10-26 17:21:57 +01:00
Olivier Louvignes
b1162041af
Add Docker image and documentation
2020-10-22 10:01:51 +02:00
Carl Beekhuizen
3891cbada5
Apply suggestions from code review
...
Co-authored-by: Hsiao-Wei Wang <hwwang156@gmail.com>
2020-10-21 16:32:25 +02:00
Hsiao-Wei Wang
cf559225d8
Merge pull request #136 from ethereum/master
...
Backported hotfix from master back into dev
2020-10-20 22:45:50 +08:00
Carl Beekhuizen
4ff9f2a01f
Clarifies the dangers of mnemonic-passwords
2020-10-20 15:51:20 +02:00
Carl Beekhuizen
5d92936de0
Merge branch 'dev' into existing_mnemonic
...
* dev:
Clean checksum output
Special snowflake native shasum for macos
Persist envars by making them a part of the pyinstaller process in makefile
Add Windows build SHA1 -> SHA256
Revert, the 2nd
revert change on venv activation
Adds SHA256 checksums to circleci and makes builds determanistic.
2020-10-20 12:10:58 +02:00
Carl Beekhuizen
2154fe779b
Merge pull request #133 from ethereum/carl_binary_checksums
...
Binary checksums
2020-10-15 09:43:55 +02:00
Carl Beekhuizen
33045d4810
Merge pull request #134 from ethereum/carl_binary_checksums_patch
...
Clean checksum output
2020-10-15 09:14:59 +02:00
Hsiao-Wei Wang
256828b45e
Clean checksum output
2020-10-15 12:49:27 +08:00
Carl Beekhuizen
8a4ea228d2
Special snowflake native shasum for macos
2020-10-14 22:01:08 +02:00
Carl Beekhuizen
3f474d03bc
Persist envars by making them a part of the pyinstaller process in makefile
2020-10-14 21:52:58 +02:00
Carl Beekhuizen
4b37463366
Add Windows build SHA1 -> SHA256
2020-10-14 21:31:59 +02:00
Carl Beekhuizen
5b71df637f
Revert, the 2nd
2020-10-14 21:21:46 +02:00
Carl Beekhuizen
1cf6fdb240
revert change on venv activation
2020-10-14 21:18:44 +02:00
Carl Beekhuizen
a33678ad63
Adds SHA256 checksums to circleci and makes builds determanistic.
2020-10-14 21:13:42 +02:00
Carl Beekhuizen
016d2c9391
merge in dev and resolve conflicts
2020-10-14 17:29:09 +02:00
Carl Beekhuizen
3f4a79ae40
Merge pull request #131 from ethereum/v0.4.0-hotfix-version-bump
...
Bump version number for hotfix release
2020-10-01 15:57:07 +02:00
Carl Beekhuizen
2a4271e35c
Bump version number for hotfix release
2020-10-01 15:51:13 +02:00
Carl Beekhuizen
72b3912a0f
Merge pull request #130 from ethereum/v0.0.4-hotfix
...
HOTFIX: Hardcode version number for binary builds
2020-10-01 15:34:57 +02:00
Carl Beekhuizen
da455f9d67
HOTFIX: Hardcode version number for binary builds
2020-10-01 15:30:01 +02:00
Carl Beekhuizen
7f43610d91
Merge pull request #128 from ethereum/dev
...
dev -> master for Zinken
2020-10-01 14:56:46 +02:00
Carl Beekhuizen
43627697d2
Merge pull request #129 from ethereum/setuptools-v0.4
...
bump version number
2020-10-01 13:11:55 +02:00
Carl Beekhuizen
6474d12c7e
bump version number
2020-10-01 13:05:24 +02:00
Carl Beekhuizen
6839782b14
Merge pull request #121 from ethereum/safe_crypto_wrappers
...
Adds parameter safety checks to crypto wrappers
2020-10-01 12:56:49 +02:00
Carl Beekhuizen
b3ab755216
Fix comment typos
2020-10-01 12:24:54 +02:00
Hsiao-Wei Wang
cf7ebe3fd8
Merge pull request #126 from ethereum/deposit_cli_version
...
Add `deposit_cli_version` to the deposit_data*.json file
2020-10-01 18:09:19 +08:00
Hsiao-Wei Wang
9d9dfd261a
Use pkg_resources
to update DEPOSIT_CLI_VERSION
...
Co-authored-by: Carl Beekhuizen <carl@ethereum.org>
2020-10-01 18:04:50 +08:00
Hsiao-Wei Wang
094a4f786b
Merge pull request #125 from ethereum/bls_v4
...
Bump py-ecc to v5.0.0 (IETF BLS standard draft 04)
2020-10-01 02:26:29 +08:00
Hsiao-Wei Wang
ed01530a82
Add deposit_cli_version to the deposit_data*.json file
2020-10-01 02:17:10 +08:00
Hsiao-Wei Wang
45e2093116
Bump py-ecc to v5.0.0
2020-10-01 01:57:23 +08:00
Hsiao-Wei Wang
034942d6e0
Merge pull request #124 from ethereum/zinken
...
Add Zinken testnet setting
2020-10-01 01:52:36 +08:00
Hsiao-Wei Wang
30097acbcf
Add Zinken setting
2020-09-30 10:00:59 +08:00