Carl Beekhuizen
7ffe1edacd
Merge pull request #41 from ethereum/carl_eip2333_blsv2
...
Update tests for new EIP2333 (bls v2 compliant HKDF_mod_r)
2020-06-29 17:01:14 +02:00
Carl Beekhuizen
9557f3cabb
Apply suggestions from @hwwhww's code review
...
* Tests are of type none.
* Parameters passed in to tests instead of using global variables
* remove debugging print left in
Co-authored-by: Hsiao-Wei Wang <hwwang156@gmail.com>
2020-06-29 11:48:59 +02:00
Hsiao-Wei Wang
4dcaa1caa0
Merge branch 'master' into dev
2020-06-25 11:36:53 +08:00
Carl Beekhuizen
6de81195ae
Update tests for new EIP2333 (bls v2 compliant HKDF_mod_r)
2020-06-19 16:33:46 +02:00
Hsiao-Wei Wang
4833b67ccb
Merge pull request #37 from ethereum/hwwhww/fix_path
...
Fix key path and some refactoring
2020-05-26 21:55:35 +08:00
Hsiao-Wei Wang
e9fa2192df
Create uuid at execution time instead of class attribute
2020-05-26 21:09:20 +08:00
Hsiao-Wei Wang
72f0dd0852
Fix key path
2020-05-26 18:54:18 +08:00
Hsiao-Wei Wang
5fea96e8f7
Bump py_ecc to 4.0.0 (Eth2 spec v0.12.0, IETF BLS v2 + hash-to-curve v7)
2020-05-26 16:03:32 +08:00
Hsiao-Wei Wang
0258ea7d67
Revert "Bump py_ecc to 4.0.0"
2020-05-26 15:58:11 +08:00
Hsiao-Wei Wang
20c1f43a50
Bump py_ecc to 4.0.0 (Eth2 spec v0.12.0, IETF BLS v2 + hash-to-curve v7)
2020-05-24 00:52:54 +08:00
Hsiao-Wei Wang
175d4eafa7
Add encoding=utf-8
for mnemonic for Windows ( #24 )
2020-05-20 19:42:27 +08:00
Hsiao-Wei Wang
581485f274
Use more strict mypy setting and update KeystoreModule
type ( #17 )
...
1. [KeystoreModule] change `params: dict` to `params:
Dict[str, Any]`
2. Rename `to_bytes` to `encode_bytes`
2020-05-19 21:34:16 +08:00
Hsiao-Wei Wang
96200d76ae
Package reorg ( #10 )
...
* Move tests to /tests
* Rename `src` to `eth2deposit`
* Fix path
* Fix path and move eth2deposit/utils/credentials.py -> eth2deposit/credentials.py
* Update Makefile
* Kick CI cache
* Fix package setup
* Fix path back
* PR feedback from Carl
2020-05-08 21:34:09 +08:00