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
* add amount 0 checks (issue #114)
* check transfer return value (issue #115)
* move transfer to the end of _deposit (issue #116)
also moved `_syncDelegation` just for consistency
* fix natspec for balanceOfLP (issue #118)
* _syncVotingWeight in deposit (issue #119)
* add warning to modifyAllowList (issue #117)
* custom errors
* add comment about ButteredBread changes
* revert move transferFrom
* add reentrancy guard on deposit
also added __ERC20Votes_init which does nothing but might change in future versions
* add nonReentrant on withdraw
best practice to check, since these perform other functionalities (
_syncDelegation
and_syncVotingWeight
)The text was updated successfully, but these errors were encountered: