ethereum / trinity-eth2

The Trinity client for the Eth2 network
MIT License
14 stars 6 forks source link

Add spec tests for "ssz generic" #16

Open ralexstokes opened 5 years ago

ralexstokes commented 5 years ago

What is wrong?

There are two types of spec tests we aren't running: "ssz static" and "ssz generic".

I don't expect any surprises because afaik these tests are generated w/ py-ssz which we directly use. We should add them to our fixture testing though just for completeness.

How can it be fixed

Add the tests. Add the test type and test handler to parse/run the test data.

ralexstokes commented 5 years ago

the "static" tests are in ethereum/trinity#998.