mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 10:30:04 +01:00
6f6984fa58
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> |
||
---|---|---|
.. | ||
flask | ||
background-api.js | ||
background-api.test.js | ||
caveat-mutators.js | ||
caveat-mutators.test.js | ||
enums.js | ||
index.js | ||
permission-log.js | ||
permission-log.test.js | ||
selectors.js | ||
selectors.test.js | ||
specifications.js | ||
specifications.test.js |