1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/app/scripts/controllers
Alex Donesky e10ddbe3a3
add erc-721 token detection and flag to disable sending (#11210)
* add erc-721 token detection and flag to disable sending

* addressing feedback

* remove redundant provider instantiation

* fix issue caused by unprotected destructuring

* add tests and documentation

* move add isERC721 flag to useTokenTracker hook

* Update  and  unit tests

* use memoizedTokens in useTokenTracker

Co-authored-by: Dan Miller <danjm.com@gmail.com>
2021-06-22 12:39:44 -05:00
..
ens use safer toChecksum utility (#11117) 2021-05-17 16:19:39 -05:00
network Using values from shared/constants/time to represent timing values (#11241) 2021-06-10 12:27:03 -07:00
permissions Fix _getPermittedAccounts type safety (#10819) 2021-04-05 11:32:46 -07:00
transactions Add 'Transaction Added' metric event to TransactionController (#11341) 2021-06-21 12:02:43 -07:00
alert.js @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
app-state.js Using values from shared/constants/time to represent timing values (#11241) 2021-06-10 12:27:03 -07:00
cached-balances.js cache balances by chain id (#10545) 2021-03-02 16:53:07 -06:00
cached-balances.test.js Use strict assertion mode everywhere (#11012) 2021-05-07 17:08:24 -02:30
detect-tokens.js Using values from shared/constants/time to represent timing values (#11241) 2021-06-10 12:27:03 -07:00
detect-tokens.test.js add erc-721 token detection and flag to disable sending (#11210) 2021-06-22 12:39:44 -05:00
incoming-transactions.js Using values from shared/constants/time to represent timing values (#11241) 2021-06-10 12:27:03 -07:00
incoming-transactions.test.js Using values from shared/constants/time to represent timing values (#11241) 2021-06-10 12:27:03 -07:00
metametrics.js Add stringified payload to metametrics controller trackEvent error message (#11166) 2021-05-24 16:57:07 -02:30
metametrics.test.js use one segment instance (#10915) 2021-04-26 11:05:43 -05:00
onboarding.js @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
preferences.js add erc-721 token detection and flag to disable sending (#11210) 2021-06-22 12:39:44 -05:00
preferences.test.js add erc-721 token detection and flag to disable sending (#11210) 2021-06-22 12:39:44 -05:00
swaps.js Using values from shared/constants/time to represent timing values (#11241) 2021-06-10 12:27:03 -07:00
swaps.test.js Using values from shared/constants/time to represent timing values (#11241) 2021-06-10 12:27:03 -07:00
threebox.js @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
token-rates-controller.test.js Use strict assertion mode everywhere (#11012) 2021-05-07 17:08:24 -02:30
token-rates.js Using values from shared/constants/time to represent timing values (#11241) 2021-06-10 12:27:03 -07:00