You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: