1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 10:30:04 +01:00
metamask-extension/app/scripts/controllers/permissions
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
..
flask
background-api.js
background-api.test.js
caveat-mutators.js Migrate to new controller packages (#16547) 2022-11-24 16:29:07 -03:30
caveat-mutators.test.js Migrate to new controller packages (#16547) 2022-11-24 16:29:07 -03:30
enums.js
index.js
permission-log.js
permission-log.test.js
selectors.js
selectors.test.js
specifications.js Moved subscribe and filter into network controller (#16693) 2022-12-20 10:28:09 -07:00
specifications.test.js [FLASK] snaps-monorepo@0.25.0 (#16673) 2022-11-30 13:19:33 +01:00