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
lighthouse/ssz/src/impl_encode.rs
Line 50 in cc2e210
Presently, SSZ prefixes a Hash32 with a length prefix. It should not do this, as a Hash32 is fixed-length and does not need a length prefix.
When this is implemented, it will break the SszBlock struct. I am more than happy to fix that struct personally when the time comes.
SszBlock
The text was updated successfully, but these errors were encountered:
@NatoliChris this is probably something you'll want to consider in your SSZ works :)
Sorry, something went wrong.
Fix H256 encoding, remove U256 encoding
8439094
Addresses #20
We should be able to close this when #16 is merged.
Merge pull request sigp#20 from michaelsproul/kmb-flatten-payloads
8219529
Remove separate Blinded types
No branches or pull requests
lighthouse/ssz/src/impl_encode.rs
Line 50 in cc2e210
Presently, SSZ prefixes a Hash32 with a length prefix. It should not do this, as a Hash32 is fixed-length and does not need a length prefix.
When this is implemented, it will break the
SszBlock
struct. I am more than happy to fix that struct personally when the time comes.The text was updated successfully, but these errors were encountered: