-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
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
Implement Tree Hash Functions for Simple Serialize #716
Labels
Comments
terencechain
added
Enhancement
New feature or request
Priority: Low
Low priority item
labels
Nov 1, 2018
prestonvanloon
changed the title
Implement Tree Hash Functions for SSZ
Implement Tree Hash Functions for Simple Serialize
Nov 7, 2018
Hello, I'd be interested in doing this issue |
Sounds good! Assigned to @randomshinichi ! |
Current status: The spec is not finalized yet. Just keep up to date with vbuterin's PRs on github.com/ethereum/eth2.0-specs |
terencechain
added
Priority: Medium
Medium priority item
and removed
Priority: Low
Low priority item
labels
Dec 22, 2018
@houjieth has expressed interest to work on this. Assigning this to him. Thanks Jie! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Let's Implement the following tree hash functions outlined in the spec for Simple Serialize. This is to make current data structures become more light client friendly and apply to crystalized state, active state, and blocks.
See reference: ethereum/consensus-specs#54
The text was updated successfully, but these errors were encountered: