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 7e75eb15ef
Delete Balance controller and pending balances calculator (#8542)
This controller was not used. It was used by the
`ComputedBalancesController`, which was removed in #7057 (as it was
also unused).

The pending balances calculator was only used by the balances
controller.
2020-05-06 20:19:28 -03:00
..
network Remove unnecessary tx meta properties (#8489) 2020-05-01 08:44:05 -03:00
permissions Open notification UI when eth_requestAccounts waits for unlock (#8508) 2020-05-05 07:03:21 -07:00
transactions Rework pending tx logic (#8398) 2020-05-01 15:19:29 -02:30
cached-balances-test.js
detect-tokens-test.js Cleanup detect-tokens controller and tests (#8329) 2020-04-13 17:14:42 -03:00
ens-controller-test.js
incoming-transactions-test.js Prevent accidental use of globals (#8340) 2020-04-15 14:23:27 -03:00
infura-controller-test.js
metamask-controller-test.js Fix order of accounts in eth_accounts response (#8342) 2020-04-16 15:20:01 -03:00
preferences-controller-test.js Update PreferencesController tests (#8328) 2020-04-13 17:03:35 -02:30
token-rates-controller.js