eth2.0-specs/test_generators/ssz_static
Danny Ryan 43132a3082
[reopen] Eth2 shorthand standardized (#1452)
* Update README.md

* Update README.md

* Update p2p-interface.md

* Update simple-serialize.md

* Update README.md

* Update initialization.md

* Update README.md

* Update 0_beacon-chain-validator.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md
2019-10-28 15:53:10 +08:00
..
README.md [reopen] Eth2 shorthand standardized (#1452) 2019-10-28 15:53:10 +08:00
__init__.py Work towards testing all edge-cases of SSZ, for known (static) object types 2019-04-19 12:06:00 +10:00
main.py make ssz_static output roots to roots.yaml instead of meta 2019-08-01 22:03:40 +02:00
requirements.txt SSZ static format updated to per-case outputs 2019-07-27 13:34:19 +02:00

README.md

SSZ-static

The purpose of this test-generator is to provide test-vectors for the most important applications of SSZ: the serialization and hashing of Eth2 data types.

Test-format documentation can be found here.