-
Notifications
You must be signed in to change notification settings - Fork 9
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
SSZ: Incremental tree hash for List #57
Comments
but it looks like this fix goes after 1st release UPDATED: should be fixed with 3b0793a |
and rename |
and ethereum/consensus-specs#602 UPDATED: should be fixed with 3b0793a |
use UPDATED: resolved with #95 |
Tree hash UPDATED: resolved with #95 |
In future we could have giant lists, say, with 1 million of validators, so hashing it on demand may take few seconds which is unacceptable. Research team suggests to build hash for list incrementally and made a proto in Python https://github.com/ethereum/research/tree/master/ssz_hashable_list
We need to do the same thing in Java and use it for such kind of items.
The text was updated successfully, but these errors were encountered: