1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 03:36:18 +02:00
metamask-extension/app/scripts/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
..
ens Move export defaults statements alongside their objects (#8525) 2020-05-05 19:49:38 -02:30
network Use string network and chain IDs (#8628) 2020-07-08 14:05:09 -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
alert.js Consolidate connected account alerts (#8802) 2020-06-15 12:08:53 -07:00
app-state.js Persist home tab state (#8612) 2020-05-25 16:31:28 -02:30
cached-balances.js Move export defaults statements alongside their objects (#8525) 2020-05-05 19:49:38 -02:30
detect-tokens.js Move export defaults statements alongside their objects (#8525) 2020-05-05 19:49:38 -02:30
incoming-transactions.js Use string network and chain IDs (#8628) 2020-07-08 14:05:09 -07:00
onboarding.js Move export defaults statements alongside their objects (#8525) 2020-05-05 19:49:38 -02:30
preferences.js Use string network and chain IDs (#8628) 2020-07-08 14:05:09 -07:00
threebox.js Move export defaults statements alongside their objects (#8525) 2020-05-05 19:49:38 -02:30
token-rates.js Fix TokenRatesController (#8780) 2020-06-10 16:53:37 -03:00