-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
- Loading branch information
Showing
2 changed files
with
32 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters