Test vectors generators for Eth 2.0
Go to file
Mamy Ratsimbazafy a0179bd47e
deprecate repo
2019-03-01 02:44:23 +01:00
eth2_testgen/shuffling Refactor python script (#4) 2018-12-27 11:03:05 +01:00
test_vectors Refactor python script (#4) 2018-12-27 11:03:05 +01:00
.gitignore fix ValidatorStatusCode (#3) 2018-12-18 09:41:38 +01:00
LICENSE Add CC0 license 2018-12-13 11:33:06 +01:00
Makefile Refactor python script (#4) 2018-12-27 11:03:05 +01:00
README.md deprecate repo 2019-03-01 02:44:23 +01:00
requirements.txt Refactor python script (#4) 2018-12-27 11:03:05 +01:00

README.md

Eth 2.0 test vectors generators

** Status: Deprecated **

Functionality has been upstreamed. Head over to https://github.com/ethereum/eth2.0-tests for the test vectors or https://github.com/ethereum/eth2.0-test-generators for their generators.

Test vectors generators based on the specifications at https://github.com/ethereum/eth2.0-specs.

Getting Started

make

Implementation

As much as possible the generators copy-paste the specifications. If an example implementation is not available in the specifications, the generator will be implemented using one of the Ethereum Foundation library instead.

License

Similar to Eth 2.0 specifications, all code and generated test vectors are public domain under CC0