1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-26 12:29:06 +01:00
metamask-extension/app/scripts/controllers
Zachary Belford 6f6984fa58
Moved subscribe and filter into network controller (#16693)
Our middleware for handling subscription and filter-related methods (`eth-json-rpc-filters`) currently lives in our RPC pipeline ahead of the network stack. This commit moves this middleware to the network client middleware instead. There are two reasons for this change. First, this middleware wraps RPC methods that are supported by the network. Second, it is necessary for this middleware to live with the network client so that it will aid us in unifying the NetworkController in this repo and the NetworkController in the `controllers` repo.

Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com>
2022-12-20 10:28:09 -07:00
..
ens
network Moved subscribe and filter into network controller (#16693) 2022-12-20 10:28:09 -07:00
permissions Moved subscribe and filter into network controller (#16693) 2022-12-20 10:28:09 -07:00
transactions Making add un-approved transaction idempotent (#16995) 2022-12-20 18:01:37 +05:30
alert.js
app-state.js Removing flag for EIP1559 V2 support (#16446) 2022-12-09 00:07:06 +05:30
backup.js
backup.test.js
cached-balances.js
cached-balances.test.js
detect-tokens.js fix cached detected token results (#16866) 2022-12-14 12:26:08 +05:30
detect-tokens.test.js Make certain network controller methods private (#16883) 2022-12-13 15:43:54 -03:30
incoming-transactions.js Network request in background should not start until onboarding is completed (#16773) 2022-12-02 23:29:03 +05:30
incoming-transactions.test.js Network request in background should not start until onboarding is completed (#16773) 2022-12-02 23:29:03 +05:30
metametrics.js
metametrics.test.js
onboarding.js
preferences.js Security and Privacy Settings Re-org (#16756) 2022-12-19 18:46:36 +01:00
preferences.test.js Make certain network controller methods private (#16883) 2022-12-13 15:43:54 -03:30
swaps.js
swaps.test.js