mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-11 11:14:17 +00:00
9 lines
336 B
Markdown
9 lines
336 B
Markdown
# SSZ, static tests
|
|
|
|
This set of test-suites provides static testing for SSZ:
|
|
to instantiate just the known Eth 2.0 SSZ types from binary data.
|
|
|
|
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).
|