1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Merge pull request #918 from MetaMask/i915-txPermaCache

deps - bump provider-engine for bug fix
This commit is contained in:
kumavis 2016-12-12 19:23:13 -05:00 committed by GitHub
commit ff94cf6d10
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
## Current Master ## Current Master
- Fix broken reload detection. - Fix broken reload detection.
- Fix transaction forever cached-as-pending bug.
## 2.13.11 2016-11-23 ## 2.13.11 2016-11-23

View File

@ -83,7 +83,7 @@
"through2": "^2.0.1", "through2": "^2.0.1",
"vreme": "^3.0.2", "vreme": "^3.0.2",
"web3": "0.17.0-beta", "web3": "0.17.0-beta",
"web3-provider-engine": "^8.1.5", "web3-provider-engine": "^8.1.14",
"web3-stream-provider": "^2.0.6", "web3-stream-provider": "^2.0.6",
"xtend": "^4.0.1" "xtend": "^4.0.1"
}, },