1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 03:12:42 +02:00

Bump provider engine

Should now pass test suite, and include several sweet recent fixes!
This commit is contained in:
Dan Finlay 2017-04-24 18:49:23 -07:00
parent 47f3e242e3
commit 3ae2a82995
2 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,9 @@
## Current Master
- Fix occasional nonce tracking issue.
- Fix bug where some events would not be emitted by web3.
## 3.5.3 2017-4-24
- Popup new transactions in Firefox.

View File

@ -113,7 +113,7 @@
"valid-url": "^1.0.9",
"vreme": "^3.0.2",
"web3": "0.18.2",
"web3-provider-engine": "^11.0.2",
"web3-provider-engine": "^12.0.1",
"web3-stream-provider": "^2.0.6",
"xtend": "^4.0.1"
},