We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f001de8 commit 611cb7aCopy full SHA for 611cb7a
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
## Current Master
4
5
+## 3.7.4 2017-6-2
6
+
7
+- Fix bug with inflight cache that caused some block lookups to return bad values (affected OasisDex).
8
+- Fixed bug with gas limit calculation that would sometimes create unsubmittable gas limits.
9
10
## 3.7.3 2017-6-1
11
12
- Rebuilt to fix cache clearing bug.
app/manifest.json
@@ -1,7 +1,7 @@
1
{
"name": "MetaMask",
"short_name": "Metamask",
- "version": "3.7.3",
+ "version": "3.7.4",
"manifest_version": 2,
"author": "https://metamask.io",
"description": "Ethereum Browser Extension",
0 commit comments