aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib/createErrorMiddleware.js
Commit message (Collapse)AuthorAgeFilesLines
* Move inpage-provider and port-stream outsideDan Finlay2018-08-211-67/+0
| | | | | | | | | | With the creation of the [metamask-extension-provider](https://github.com/MetaMask/metamask-extension-provider) we have our first non-core module that is dependent on the inpage-provider and port-stream. To reduce the size of its dependencies, I have moved the [metamask-inpage-provider](https://github.com/MetaMask/metamask-inpage-provider) into its own module, as well as [extension-port-stream](https://github.com/MetaMask/extension-port-stream). This allows them to be more easily depended & iterated on by external projects.
* eslint --fix .brunobar792018-07-031-1/+1
|
* Properly end the middleware stack on RPC errorbitpshr2018-06-021-0/+1
|
* Add new json-rpc-engine middleware for improved error handlingbitpshr2018-05-141-0/+66