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
When deposits in a tree segment exceeds block capacity, DepositContract.peekDeposits returns incorrect deposit proofs as it treats deposit count as tree size.
Bug
When deposits in a tree segment exceeds block capacity,
DepositContract.peekDeposits
returns incorrect deposit proofs as it treats deposit count as tree size.https://github.com/harmony-dev/beacon-chain-java/blob/develop/pow/core/src/main/java/org/ethereum/beacon/pow/AbstractDepositContract.java#L198-L211
The text was updated successfully, but these errors were encountered: