aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkumavis <kumavis@users.noreply.github.com>2017-06-03 02:14:18 +0800
committerGitHub <noreply@github.com>2017-06-03 02:14:18 +0800
commit9eea990425f1f68eabca8b283bdfc662befcd226 (patch)
tree61d621f607370acc2f724d1ac6e62fa66e1ded52
parentf001de86a51796575dcdd7159ca7900aadb87185 (diff)
parent611cb7ad930955bbc1691eafbe961a313557f17b (diff)
downloadtangerine-wallet-browser-9eea990425f1f68eabca8b283bdfc662befcd226.tar
tangerine-wallet-browser-9eea990425f1f68eabca8b283bdfc662befcd226.tar.gz
tangerine-wallet-browser-9eea990425f1f68eabca8b283bdfc662befcd226.tar.bz2
tangerine-wallet-browser-9eea990425f1f68eabca8b283bdfc662befcd226.tar.lz
tangerine-wallet-browser-9eea990425f1f68eabca8b283bdfc662befcd226.tar.xz
tangerine-wallet-browser-9eea990425f1f68eabca8b283bdfc662befcd226.tar.zst
tangerine-wallet-browser-9eea990425f1f68eabca8b283bdfc662befcd226.zip
Merge pull request #1534 from MetaMask/Version-3.7.4
Version 3.7.4
-rw-r--r--CHANGELOG.md5
-rw-r--r--app/manifest.json2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b48889f5d..0e7b292b5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,11 @@
## Current Master
+## 3.7.4 2017-6-2
+
+- Fix bug with inflight cache that caused some block lookups to return bad values (affected OasisDex).
+- Fixed bug with gas limit calculation that would sometimes create unsubmittable gas limits.
+
## 3.7.3 2017-6-1
- Rebuilt to fix cache clearing bug.
diff --git a/app/manifest.json b/app/manifest.json
index 4dcd6df31..99a083f0f 100644
--- a/app/manifest.json
+++ b/app/manifest.json
@@ -1,7 +1,7 @@
{
"name": "MetaMask",
"short_name": "Metamask",
- "version": "3.7.3",
+ "version": "3.7.4",
"manifest_version": 2,
"author": "https://metamask.io",
"description": "Ethereum Browser Extension",