1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/app/scripts/controllers
Mark Stacey f47cfbbb3e
Use strict assertion mode everywhere (#11012)
The `assert` module has two modes: "Legacy" and "strict". When using
strict mode, the "strict" version of each assertion method is implied.
Whereas in legacy mode, by default it will use the deprecated, "loose"
version of each assertion.

We now use strict mode everywhere. A few tests required updates where
they were asserting the wrong thing, and it was passing beforehand due
to the loose matching.
2021-05-07 17:08:24 -02:30
..
ens Use strict assertion mode everywhere (#11012) 2021-05-07 17:08:24 -02:30
network Use strict assertion mode everywhere (#11012) 2021-05-07 17:08:24 -02:30
permissions Fix _getPermittedAccounts type safety (#10819) 2021-04-05 11:32:46 -07:00
transactions remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
alert.js @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
app-state.js Fix #10173 - Prevent lag in external monitors when using Mac + Chrome (#10952) 2021-04-30 10:28:07 -05:00
cached-balances.js cache balances by chain id (#10545) 2021-03-02 16:53:07 -06:00
cached-balances.test.js Use strict assertion mode everywhere (#11012) 2021-05-07 17:08:24 -02:30
detect-tokens.js @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
detect-tokens.test.js Use strict assertion mode everywhere (#11012) 2021-05-07 17:08:24 -02:30
incoming-transactions.js refactor incoming tx controller (#10639) 2021-03-19 16:54:30 -05:00
incoming-transactions.test.js Use strict assertion mode everywhere (#11012) 2021-05-07 17:08:24 -02:30
metametrics.js use one segment instance (#10915) 2021-04-26 11:05:43 -05:00
metametrics.test.js use one segment instance (#10915) 2021-04-26 11:05:43 -05:00
onboarding.js @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
preferences.js add setting to dismiss seed phrase backup reminder (#10967) 2021-05-05 08:58:29 -05:00
preferences.test.js Use strict assertion mode everywhere (#11012) 2021-05-07 17:08:24 -02:30
swaps.js remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
swaps.test.js Use strict assertion mode everywhere (#11012) 2021-05-07 17:08:24 -02:30
threebox.js @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
token-rates-controller.test.js Use strict assertion mode everywhere (#11012) 2021-05-07 17:08:24 -02:30
token-rates.js upgrade ethereumjs util (#10886) 2021-04-16 10:05:13 -05:00