♻️ Remove increase_allowance
and decrease_allowance
from ERC20
and ERC4626
#159
Labels
Milestone
increase_allowance
and decrease_allowance
from ERC20
and ERC4626
#159
See OpenZeppelin/openzeppelin-contracts#4583. We should remove the functions
increase_allowance
anddecrease_allowance
from theERC20
andERC4626
contracts as they only solve an imaginary problem and could be used to bypass spending restrictions in smart contract wallets. The reason I added it firsthand was to be consistent with the OpenZeppelin/Solady implementations to avoid any confusion. The PR that implements this change requires aCHANGELOG
entry.The text was updated successfully, but these errors were encountered: