1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/test/unit/app/controllers
Mark Stacey 8ff1d05df3
Remove recipient blocklist checker (#8943)
It seems that this blocklist checker never worked correctly. Ever since
the initial commit, it was comparing the Number `1` to the `networkId`,
which is a string. Additionally, even if it did throw, the transaction
continued unhindered. The user could still approve it, and there was no
indication shown to the user that anything went wrong. Also some of the
blocklist entries were incorrectly mixed-case, and were never hit.

We can remove this for now, and re-add it later on after we rewrite the
transaction controller.
2020-07-08 18:34:54 -03:00
..
network Fix kovan chain ID constant (#8913) 2020-07-03 10:14:43 -07:00
permissions rpc-cap@3.0.0 (#8924) 2020-07-05 12:49:22 -07:00
transactions Remove recipient blocklist checker (#8943) 2020-07-08 18:34:54 -03:00
cached-balances-test.js Update ESLint rules for test suite (#8023) 2020-02-11 13:21:13 -03:30
detect-tokens-test.js Cleanup detect-tokens controller and tests (#8329) 2020-04-13 17:14:42 -03:00
ens-controller-test.js Update ESLint rules for test suite (#8023) 2020-02-11 13:21:13 -03:30
incoming-transactions-test.js Use string network and chain IDs (#8628) 2020-07-08 14:05:09 -07:00
metamask-controller-test.js Use string network and chain IDs (#8628) 2020-07-08 14:05:09 -07:00
preferences-controller-test.js Use string network and chain IDs (#8628) 2020-07-08 14:05:09 -07:00
token-rates-controller.js Fix TokenRatesController (#8780) 2020-06-10 16:53:37 -03:00