1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/test/unit/app/controllers
Mark Stacey 1f8a7a72c9
Fix TokenRatesController (#8780)
The `TokenRatesController` was accidentally broken in #8744, when the
logic for starting and stopping polling was moved from the `isActive`
property to start/stop functions.

A reference to the now-obsolete `isActive` property was accidentally
left behind, resulting in no exchange rate updates.
2020-06-10 16:53:37 -03:00
..
network Cleanup network enums (#8627) 2020-05-20 08:57:45 -07:00
permissions Adds the rule of hooks eslint rule (#8779) 2020-06-10 13:31:14 -05:00
transactions blocklisted -> blocked 2020-06-08 17:57:59 -07: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 Prevent accidental use of globals (#8340) 2020-04-15 14:23:27 -03:00
metamask-controller-test.js Use URL origin instead of hostname for permission domains (#8717) 2020-06-01 16:24:27 -07:00
preferences-controller-test.js Update PreferencesController tests (#8328) 2020-04-13 17:03:35 -02:30
token-rates-controller.js Fix TokenRatesController (#8780) 2020-06-10 16:53:37 -03:00