1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/app/scripts
Mark Stacey 06d87fb98b
Refactor how network state is passed to transaction controller (#16922)
The network state is now passed to the TransactionController via a
getter function and a subscription function, instead of passing one of
the network controller stores directly.

This way of passing the state makes further refactoring easier, as we
don't have to change the input when the store is changed or replaced.
It's also more aligned with our conventions today.

This change was made as part of a larger refactor of the network
controller, as part of the effort to merge the mobile and extension
network controllers.
2022-12-13 15:43:12 -03:30
..
account-import-strategies
constants
controllers Refactor how network state is passed to transaction controller (#16922) 2022-12-13 15:43:12 -03:30
flask
lib Privacy - Update metametrics copy during onboarding (#16825) 2022-12-07 12:56:57 -06:00
migrations Migrate to new controller packages (#16547) 2022-11-24 16:29:07 -03:30
platforms Use async/await for extension functions (#15722) 2022-11-21 08:51:11 -06:00
app-init.js Keep memstore contents after service worker restarts (#15913) 2022-11-22 20:56:26 +04:00
background.js Simplify MV3 initialization (#16559) 2022-11-24 10:02:05 -03:30
contentscript.js Handle extension unloaded and reloaded error: "Extension context invalidated" during dapp use for chromium browsers (#16306) 2022-12-12 19:24:12 +07:00
detect-multiple-instances.js
detect-multiple-instances.test.js
disable-console.js
first-time-state.js
init-globals.js
inpage.js
lockdown-more.js
lockdown-run.js
metamask-controller.actions.test.js Migrate to new controller packages (#16547) 2022-11-24 16:29:07 -03:30
metamask-controller.js Refactor how network state is passed to transaction controller (#16922) 2022-12-13 15:43:12 -03:30
metamask-controller.test.js Refactor how network state is passed to transaction controller (#16922) 2022-12-13 15:43:12 -03:30
sentry-install.js
ui.js scripts/ui: add tabs.query promise error handler (#16915) 2022-12-14 01:21:32 +07:00
use-snow.js Integrating snow into metamask (#15580) 2022-11-24 02:36:19 +02:00