eth2.0-specs/specs/test_formats/ssz
protolambda 6b701a6c8b
update tests format docs
2019-04-12 23:59:19 +10:00
..
README.md update tests format docs 2019-04-12 23:59:19 +10:00
uint.md update ssz test format and fix uint sizes 2019-04-12 23:02:36 +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.