eth2.0-specs/specs/test_formats/ssz
protolambda d64a4f248e
forks coverage description cleanup
2019-04-15 22:39:07 +10:00
..
README.md update tests format docs 2019-04-12 23:59:19 +10:00
uint.md forks coverage description cleanup 2019-04-15 22:39:07 +10:00

README.md

SSZ tests

SSZ has changed throughout the development of ETH 2.0.

Contents

A minimal but useful series of tests covering uint encoding and decoding is provided. This is a direct port of the older SSZ uint tests (minus outdated test cases).

uint test format.

Note: the current phase-0 spec does not use larger uints, and uses byte vectors (fixed length) instead to represent roots etc. The exact uint lengths to support may be redefined in the future.

Extension of the SSZ tests collection is planned, see CI/testing issues for progress tracking.