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
Please provide a brief description of the issue.
Needs necessary padding as per ethereum/consensus-specs#538
Describe the present behaviour of the application, with regards to this issue.
Doesn't have padding
hash_tree_root
hash_tree_root_internal
merkle_hash
See updated spec: https://github.com/ethereum/eth2.0-specs/blob/master/specs/simple-serialize.md#tree-hash
The text was updated successfully, but these errors were encountered:
I've started working on this.
Sorry, something went wrong.
Moving to https://github.com/sigp/lighthouse-common
Apologies if the repo re-org has caused inconvenience! (See #197)
mjkeating
No branches or pull requests
Please provide a brief description of the issue.
Needs necessary padding as per ethereum/consensus-specs#538
Describe the present behaviour of the application, with regards to this
issue.
Doesn't have padding
Steps to resolve
hash_tree_root
tohash_tree_root_internal
hash_tree_root
that pads result ofhash_tree_root_internal
to 32 bytes if necessarymerkle_hash
algorithmSee updated spec: https://github.com/ethereum/eth2.0-specs/blob/master/specs/simple-serialize.md#tree-hash
The text was updated successfully, but these errors were encountered: