eth2.0-specs/test_libs/pyspec
protolambda 3f61780260
Merge branch 'dev' into proto-merge-test-gen
2019-04-10 22:34:42 +10:00
..
eth2spec Merge branch 'dev' into proto-merge-test-gen 2019-04-10 22:34:42 +10:00
README.md rename pyspec pkg to eth2spec 2019-04-03 14:18:17 +11:00
requirements.txt work in progress: setup test libs, pyspec, pytests 2019-03-28 00:28:20 +08:00
setup.py fix pyspec setup, and update usages: py_tests and in docs 2019-03-28 23:10:16 +08:00

README.md

ETH 2.0 PySpec

The Python executable spec is built from the ETH 2.0 specification, complemented with the necessary helper functions for hashing, BLS, and more.

With this executable spec, test-generators can easily create test-vectors for client implementations, and the spec itself can be verified to be consistent and coherent, through sanity tests implemented with pytest.

Building

All the dynamic parts of the spec can be build at once with make pyspec.

Alternatively, you can build a sub-set of the pyspec: make phase0.

Or, to build a single file, specify the path, e.g. make test_libs/pyspec/eth2spec/phase0/spec.py

Contributing

Contributions are welcome, but consider implementing your idea as part of the spec itself first. The pyspec is not a replacement. If you see opportunity to include any of the pyspec/eth2spec/utils/ code in the spec, please submit an issue or PR.

License

Same as the spec itself, see LICENSE file in spec repository root.