2019-04-18 08:40:11 +00:00
|
|
|
# SSZ, static tests
|
|
|
|
|
|
|
|
This set of test-suites provides static testing for SSZ:
|
2019-10-28 07:53:10 +00:00
|
|
|
to instantiate just the known Eth2 SSZ types from binary data.
|
2019-04-18 08:40:11 +00:00
|
|
|
|
2020-01-10 18:42:55 +00:00
|
|
|
This series of tests is based on the spec-maintained `eth2spec/utils/ssz/ssz_impl.py`, i.e. fully consistent with the SSZ spec.
|
2019-04-18 08:40:11 +00:00
|
|
|
|
|
|
|
Test format documentation can be found here: [core test format](./core.md).
|