1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 02:10:12 +01:00
metamask-extension/app/scripts/controllers
Erik Marks 8a8ce3a0c0
@metamask/controllers@15.0.0 (#11975)
Adds the latest version of `@metamask/controllers`, and updates our usage of the `ApprovalController`, which has been migrated to `BaseControllerV2`. Of [the new `controllers` release](https://github.com/MetaMask/controllers/releases/tag/v15.0.0), only the `ApprovalController` migration should be breaking.

This is the first time we use events on the `ControllerMessenger` to update the badge, so I turned the messenger into a property on the main `MetaMaskController` in order to subscribe to events on it in `background.js`. I confirmed that the badge does indeed update during local QA.

As it turns out, [MetaMask/controllers#571](https://github.com/MetaMask/controllers/pull/571) was breaking for a single unit test case, which is now handled during setup and teardown for the related test suite (`metamask-controller.test.js`).
2021-08-31 12:27:13 -07:00
..
ens use safer toChecksum utility (#11117) 2021-05-17 16:19:39 -05:00
network Remove the SHOW_EIP_1559_UI environment variable, replace with network detection where appropriate (#11694) 2021-07-30 22:59:21 -02:30
permissions @metamask/controllers@15.0.0 (#11975) 2021-08-31 12:27:13 -07:00
transactions Do not attempt to track tx metrics events if txMeta is not available (#11823) 2021-08-16 17:28:56 -07:00
alert.js @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
app-state.js Stop GasFeeController polling when pop closes (#11746) 2021-08-04 16:53:13 -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 Using values from shared/constants/time to represent timing values (#11241) 2021-06-10 12:27:03 -07:00
detect-tokens.test.js add method to detect EIP 1559 support (#11369) 2021-06-25 11:24:00 -05:00
incoming-transactions.js add maxPriorityFeePerGas and maxFeePerGas to incoming controller (#11367) 2021-06-24 14:52:14 -05:00
incoming-transactions.test.js add maxPriorityFeePerGas and maxFeePerGas to incoming controller (#11367) 2021-06-24 14:52:14 -05:00
metametrics.js Removing obsolete client-side transaction metrics events (#11329) 2021-06-24 15:37:44 -07:00
metametrics.test.js Removing obsolete client-side transaction metrics events (#11329) 2021-06-24 15:37:44 -07:00
onboarding.js @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
preferences.js Removing unnecessary console log from the preferences controller (#11828) 2021-08-17 01:56:18 -07:00
preferences.test.js Adding TokenListController to Metamask-Controller (#11515) 2021-07-15 19:08:16 -04:00
swaps.js Fixes updates on the confirm screen. (#11788) 2021-08-06 14:31:30 -05:00
swaps.test.js Fixes updates on the confirm screen. (#11788) 2021-08-06 14:31:30 -05:00
threebox.js Add some metrics events to the 3box controller (#11447) 2021-07-02 17:00:40 -02:30
token-rates-controller.test.js Use strict assertion mode everywhere (#11012) 2021-05-07 17:08:24 -02:30
token-rates.js Using values from shared/constants/time to represent timing values (#11241) 2021-06-10 12:27:03 -07:00