1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 09:57:02 +01:00
metamask-extension/test
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
..
data Delete unused transaction history test state (#8769) 2020-06-08 17:48:28 -07:00
e2e Add envar for ETH Gas Station API key (#8870) 2020-06-29 14:56:21 -02:30
integration Add envar for ETH Gas Station API key (#8870) 2020-06-29 14:56:21 -02:30
lib Disallow all anonymous default export, aside from CSF and migrations (#8535) 2020-05-18 21:18:11 -02:30
stub Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
unit Remove recipient blocklist checker (#8943) 2020-07-08 18:34:54 -03:00
unit-global Update ESLint rules for test suite (#8023) 2020-02-11 13:21:13 -03:30
web3 Enable arrow-parens ESLint rule 2020-02-15 17:04:21 -03:30
base.conf.js eslint --fix . 2018-07-02 18:49:33 -04:00
env.js Remove cross-env (#7950) 2020-01-30 14:11:26 -03:30
flat.conf.js eslint --fix . 2018-07-02 18:49:33 -04:00
helper.js Update account options menu design (#8654) 2020-05-27 12:31:53 -03:00
setup.js Remove obs-store babel register handling (#8413) 2020-04-27 07:54:42 -07:00