You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.
current merkle tree utils in eth2/_utils/merkle requires all leaves to compute tree root. It will not be practical to use it to compute deposit tree in Deposit contract(which is a sparse merkle tree).
How can it be fixed
Rename the old eth2/_utils/merkle.py to eth2/_utils/merkle_normal.py
Add eth2/_utils/merkle_sparse.py
The text was updated successfully, but these errors were encountered:
What is wrong?
current merkle tree utils in
eth2/_utils/merkle
requires all leaves to compute tree root. It will not be practical to use it to compute deposit tree in Deposit contract(which is a sparse merkle tree).How can it be fixed
eth2/_utils/merkle.py
toeth2/_utils/merkle_normal.py
eth2/_utils/merkle_sparse.py
The text was updated successfully, but these errors were encountered: