Merge pull request #918 from MetaMask/i915-txPermaCache

deps - bump provider-engine for bug fix
feature/default_network_editable
kumavis 8 years ago committed by GitHub
commit ff94cf6d10
  1. 1
      CHANGELOG.md
  2. 2
      package.json

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

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

Loading…
Cancel
Save