mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Merge pull request #2129 from MetaMask/json-rpc-engine-bump
Json rpc engine bump
This commit is contained in:
commit
9bd55f4897
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
## Current Master
|
## Current Master
|
||||||
|
|
||||||
|
- Fix bug where metamask-dapp connections are lost on rpc error
|
||||||
- Fix bug that would sometimes display transactions as failed that could be successfully mined.
|
- Fix bug that would sometimes display transactions as failed that could be successfully mined.
|
||||||
|
|
||||||
## 3.10.2 2017-9-18
|
## 3.10.2 2017-9-18
|
||||||
|
@ -96,8 +96,8 @@
|
|||||||
"iframe-stream": "^3.0.0",
|
"iframe-stream": "^3.0.0",
|
||||||
"inject-css": "^0.1.1",
|
"inject-css": "^0.1.1",
|
||||||
"jazzicon": "^1.2.0",
|
"jazzicon": "^1.2.0",
|
||||||
"json-rpc-engine": "^3.1.0",
|
"json-rpc-engine": "^3.2.0",
|
||||||
"json-rpc-middleware-stream": "^1.0.0",
|
"json-rpc-middleware-stream": "^1.0.1",
|
||||||
"loglevel": "^1.4.1",
|
"loglevel": "^1.4.1",
|
||||||
"metamask-logo": "^2.1.2",
|
"metamask-logo": "^2.1.2",
|
||||||
"mississippi": "^1.2.0",
|
"mississippi": "^1.2.0",
|
||||||
@ -177,7 +177,6 @@
|
|||||||
"jsdom": "^11.1.0",
|
"jsdom": "^11.1.0",
|
||||||
"jsdom-global": "^3.0.2",
|
"jsdom-global": "^3.0.2",
|
||||||
"jshint-stylish": "~2.2.1",
|
"jshint-stylish": "~2.2.1",
|
||||||
"json-rpc-engine": "^3.0.1",
|
|
||||||
"karma": "^1.7.1",
|
"karma": "^1.7.1",
|
||||||
"karma-chrome-launcher": "^2.2.0",
|
"karma-chrome-launcher": "^2.2.0",
|
||||||
"karma-cli": "^1.0.1",
|
"karma-cli": "^1.0.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user