1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 09:57:02 +01:00
metamask-extension/app/scripts/controllers
Mark Stacey 3ab5c1bf88
Rename BackupController to Backup (#20465)
The backup module has been renamed so that it isn't confused with a
controller. The "backup controller" has never managed any state or
extended the controller base class. It is a module for backing up data,
but it's not a controller.

The backup controller's current inclusion in the `store` and `memstore`
`ComposableObservableStore`s was getting in the way of some other
enhancements to that class (which will come in a later PR).
2023-08-16 16:59:17 -02:30
..
ens Fix/use etherjs specific imports (#15461) 2023-01-24 08:10:36 -06:00
permissions [FLASK] Add Snaps Keyring (#19710) 2023-06-29 09:24:08 -04:00
transactions fix: minimise public api of tx controller (#20361) 2023-08-03 13:42:44 +02:00
alert.js feature: convert level 32 files to typescript (#17390) 2023-01-27 18:28:03 +00:00
app-metadata.test.ts Capture app and migration version (#20458) 2023-08-16 12:22:38 -02:30
app-metadata.ts Capture app and migration version (#20458) 2023-08-16 12:22:38 -02:30
app-state.js Remove unnecessary log from accept approval (#20233) 2023-07-31 11:06:18 +01:00
app-state.test.js Remove unnecessary log from accept approval (#20233) 2023-07-31 11:06:18 +01:00
cached-balances.js remove exclusions for mismatched object jsdoc type casing (#15351) 2022-07-27 08:28:05 -05:00
cached-balances.test.js Deprecating the Rinkeby, Ropsten, and Kovan test networks (#15989) 2022-09-28 20:26:01 -07:00
decrypt-message.test.ts Consume Decrypt Message Manager from @metamask/message-manager (#18379) 2023-04-26 17:02:33 +02:00
decrypt-message.ts PPOM dependency updates (#20342) 2023-08-14 21:48:40 +05:30
detect-tokens.js Replace NetworkController w/ core version (#19486) 2023-06-22 12:46:09 -06:00
detect-tokens.test.js Replace NetworkController w/ core version (#19486) 2023-06-22 12:46:09 -06:00
encryption-public-key.test.ts Use getKeyringForAccount from core KeyringController (#20202) 2023-07-28 20:09:14 +01:00
encryption-public-key.ts PPOM dependency updates (#20342) 2023-08-14 21:48:40 +05:30
incoming-transactions.js Enforce user preferences in incoming transactions controller (#19982) 2023-07-18 16:21:30 -04:00
incoming-transactions.test.js Enforce user preferences in incoming transactions controller (#19982) 2023-07-18 16:21:30 -04:00
metametrics.js Capture Sentry errors prior to initialization (#20265) 2023-07-31 18:49:32 -02:30
metametrics.test.js Capture Sentry errors prior to initialization (#20265) 2023-07-31 18:49:32 -02:30
mmi-controller.js Use the networkController instead of preferencesController (#20127) 2023-07-24 11:00:57 +02:00
mmi-controller.test.js [MMI] Handle personal sign and sign typed operations (#20087) 2023-07-21 16:52:47 +01:00
onboarding.js Use async/await instead of Promise.resolve (#16221) 2023-01-20 14:20:18 -06:00
preferences.js Add Opt-out Settings toggle for 4byte contract method names resolution (#20098) 2023-08-04 13:28:37 -04:00
preferences.test.js Add Opt-out Settings toggle for 4byte contract method names resolution (#20098) 2023-08-04 13:28:37 -04:00
swaps.js adapt to use networksMetadata state instead of single networkStatus and networksDetails state (#20219) 2023-08-03 12:31:35 -05:00
swaps.test.js adapt to use networksMetadata state instead of single networkStatus and networksDetails state (#20219) 2023-08-03 12:31:35 -05:00