Commit Graph

8 Commits

Author SHA1 Message Date
Hsiao-Wei Wang
f6dc059a8e
Replace assert with raising exceptions 2020-09-14 22:49:36 +08:00
Carl Beekhuizen
4542faca87
Apply Hww's suggestions (mostly "Returns" -> "Return")
Co-authored-by: Hsiao-Wei Wang <hwwang156@gmail.com>
2020-08-24 16:29:42 +02:00
Carl Beekhuizen
f247b1b613
Enhances docstrings to clarify function purposes 2020-08-24 16:01:48 +02:00
Hsiao-Wei Wang
a784a73cdd
Merge branch 'master' into hwwhww/fork_version 2020-05-27 14:58:01 +08:00
Carl Beekhuizen
d96670d4ff
Revert to DepositMessage & DepositData as per spec 2020-05-25 14:54:36 +02:00
Hsiao-Wei Wang
08eeed26ed
Add fork_version
1. Use v0.12.0 signing format
2. `GENESIS_FORK_VERSION` may be various for mainnet and testnets. Add
option for it.
2020-05-24 00:23:51 +08:00
Carl Beekhuizen
050f3ca10a
Credential.deposit methods 2020-05-22 16:09:20 +02: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