We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding the support is analogous to #10, just look at uint64 for the little endian handling instead.
Adding the tests can be done via adding the uint16/32 types from here: https://github.com/ethereum/consensus-specs/blob/e9be4e2e3aeb8d0fbe3bff800328445e21a1fdf3/tests/generators/ssz_generic/ssz_container.py#L14, specifically SmallTestStruct, FixedTestStruct, VarTestStruct and ComplexTestStruct as done https://github.com/karalabe/ssz/pull/11/files#diff-2eb949c59ea6f7b5ead391aeccb29b795000d268c46d983c6142cef2651d72c1 and called in the tests.
The text was updated successfully, but these errors were encountered:
I have no idea what this is. But I'm in. Will keep you posted.
Sorry, something went wrong.
saw it on twitter (x) and didnt know what that is but started working on it- as the resources was provided it was ez :)`
#15
Done via #15
No branches or pull requests
Adding the support is analogous to #10, just look at uint64 for the little endian handling instead.
Adding the tests can be done via adding the uint16/32 types from here: https://github.com/ethereum/consensus-specs/blob/e9be4e2e3aeb8d0fbe3bff800328445e21a1fdf3/tests/generators/ssz_generic/ssz_container.py#L14, specifically SmallTestStruct, FixedTestStruct, VarTestStruct and ComplexTestStruct as done https://github.com/karalabe/ssz/pull/11/files#diff-2eb949c59ea6f7b5ead391aeccb29b795000d268c46d983c6142cef2651d72c1 and called in the tests.
The text was updated successfully, but these errors were encountered: