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
[I-04] Functions increaseAllowance and decreaseAllowance are not part of canonical ERC20
There has been a recent discussion about uncertain benefits and tradeoffs of supporting increaseAllowance
and decreaseAllowance in ERC20-compliant tokens.
See OpenZeppelin/openzeppelin-contracts#4583. As a result, functions increaseAllowance
and decreaseAllowance are no longer included in a widely used OpenZeppelin ERC20 implementation. Consider removing
them from ERC20Permit implementation as well.
The text was updated successfully, but these errors were encountered:
[I-04] Functions
increaseAllowance
anddecreaseAllowance
are not part of canonicalERC20
There has been a recent discussion about uncertain benefits and tradeoffs of supporting
increaseAllowance
and
decreaseAllowance
in ERC20-compliant tokens.See OpenZeppelin/openzeppelin-contracts#4583. As a result, functions
increaseAllowance
and
decreaseAllowance
are no longer included in a widely used OpenZeppelin ERC20 implementation. Consider removingthem from
ERC20Permit
implementation as well.The text was updated successfully, but these errors were encountered: