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
get_snapshot: API to extract finalized roots given a gindex (or depth + index) (below is for depth = 4 and deposit_count = index)
from_snapshot: API to reconstruct the tree from a snapshot (similar to reconstructing from a proof), params would be a list of finalized roots and a gindex (or depth + index)
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
This is to support EIP-4881 https://eips.ethereum.org/EIPS/eip-4881#deposit-finalization-conditions
get_snapshot
: API to extract finalized roots given a gindex (or depth + index) (below is for depth = 4 and deposit_count = index)from_snapshot
: API to reconstruct the tree from a snapshot (similar to reconstructing from a proof), params would be a list of finalized roots and a gindex (or depth + index)The text was updated successfully, but these errors were encountered: