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 Jun 29, 2023. It is now read-only.
As a result this introduces a restriction on the MassMigration transactions that can be put into a single commitment. Namely, there can be no two transactions from UserStates with the same pubkeyID in a single MassMigration commitment.
Instead we could blacklist a specific path in withdraw states tree to drop this unnecessary restriction.
The text was updated successfully, but these errors were encountered:
The current implementation of
claimTokens
method blacklists apubkeyID
for givenwithdrawRoot
to prevent claiming the same token amount twice.hubble-contracts/contracts/WithdrawManager.sol
Lines 81 to 84 in c22ce25
As a result this introduces a restriction on the MassMigration transactions that can be put into a single commitment. Namely, there can be no two transactions from UserStates with the same
pubkeyID
in a single MassMigration commitment.Instead we could blacklist a specific
path
in withdraw states tree to drop this unnecessary restriction.The text was updated successfully, but these errors were encountered: