2019-04-18 08:40:11 +00:00
|
|
|
# SSZ, static tests
|
|
|
|
|
|
|
|
This set of test-suites provides static testing for SSZ:
|
2019-05-06 15:30:32 +00:00
|
|
|
to instantiate just the known Eth 2.0 SSZ types from binary data.
|
2019-04-18 08:40:11 +00:00
|
|
|
|
|
|
|
This series of tests is based on the spec-maintained `minimal_ssz.py`, i.e. fully consistent with the SSZ spec.
|
|
|
|
|
|
|
|
Test format documentation can be found here: [core test format](./core.md).
|