core icon indicating copy to clipboard operation
core copied to clipboard

Adds 'tokenMethodIncreaseAllowance'

Open pedronfigueiredo opened this issue 11 months ago • 0 comments

NOTE: This PR is blocked by changes to metamask-eth-abis first.

Explanation

Creates the tokenMethodIncreaseAllowance transaction type, and adds the FiatTokenV2 token to be able to parse transactions with the increaseAllowance method, since it's not part of the ERC20 standard.

References

Changelog

@metamask/transaction-controller

  • ADDED: Adds support for increaseAllowance token method and corresponding transaction type.

Checklist

  • [x] I've updated the test suite for new or updated code as appropriate
  • [x] I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate
  • [x] I've highlighted breaking changes using the "BREAKING" category above as appropriate

pedronfigueiredo avatar Mar 18 '24 17:03 pedronfigueiredo