Commit Graph

17 Commits

Author SHA1 Message Date
Carl Beekhuizen
633409c059
Implement @hwwhww's code review suggestions 2020-10-26 17:51:38 +01:00
Carl Beekhuizen
016d2c9391
merge in dev and resolve conflicts 2020-10-14 17:29:09 +02:00
Hsiao-Wei Wang
45e2093116
Bump py-ecc to v5.0.0 2020-10-01 01:57:23 +08: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
220e1e7cb6
Add newline to make linter happy 2020-09-17 16:22:26 +02:00
Carl Beekhuizen
03cf1bbf10
Update to EIP 2333's BLS v4 support 2020-09-17 16:01:34 +02:00
Hsiao-Wei Wang
b0ee4a2ffc
Add more tests 2020-09-14 23:05:02 +08:00
Carl Beekhuizen
1e9f50f3fd
Adds language detection and verification of mnemonics 2020-08-23 18:04:47 +02:00
Carl Beekhuizen
6788781a4b
Adds typing & Moves global variables into pytest function args 2020-06-30 11:57:06 +02:00
Carl Beekhuizen
f6c9d4b8fd
Linting fixes 2020-06-29 16:44:17 +02:00
Carl Beekhuizen
dbfbaccca9
Test key_info != b'' 2020-06-29 16:22:09 +02:00
Carl Beekhuizen
ba585f8b8e
import pytest into test_tree 2020-06-29 16:21:20 +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
Carl Beekhuizen
9d2008eb4e
Remove extra newline (lint) 2020-06-19 16:45:00 +02: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
175d4eafa7
Add encoding=utf-8 for mnemonic for Windows (#24) 2020-05-20 19:42:27 +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