aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Finlay <flyswatter@users.noreply.github.com>2017-07-12 06:58:57 +0800
committerGitHub <noreply@github.com>2017-07-12 06:58:57 +0800
commit822ebca3eb4a1e03b88d2e9def11260de44a9f63 (patch)
treede84f20d9ac31151c27be26af0670c09dc5ae192
parent91ef01be4c2c0a39107e1200c5f94fa5fc7defb7 (diff)
parent6811fb26793ca71989df2f0c0604e72cbf03ca23 (diff)
downloadtangerine-wallet-browser-822ebca3eb4a1e03b88d2e9def11260de44a9f63.tar.gz
tangerine-wallet-browser-822ebca3eb4a1e03b88d2e9def11260de44a9f63.tar.zst
tangerine-wallet-browser-822ebca3eb4a1e03b88d2e9def11260de44a9f63.zip
Merge pull request #1758 from MetaMask/3.8.5
Version 3.8.5
-rw-r--r--CHANGELOG.md4
-rw-r--r--app/manifest.json2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 395454b41..cb3fcfb83 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,10 @@
- No longer validate nonce client-side in retry loop.
- Fix bug where insufficient balance error was sometimes shown on successful transactions.
+## 3.8.5 2017-7-7
+
+- Fix transaction resubmit logic to fail slightly less eagerly.
+
## 3.8.4 2017-7-7
- Improve transaction resubmit logic to fail more eagerly when a user would expect it to.
diff --git a/app/manifest.json b/app/manifest.json
index d386e43aa..f3a1ebeff 100644
--- a/app/manifest.json
+++ b/app/manifest.json
@@ -1,7 +1,7 @@
{
"name": "MetaMask",
"short_name": "Metamask",
- "version": "3.8.4",
+ "version": "3.8.5",
"manifest_version": 2,
"author": "https://metamask.io",
"description": "Ethereum Browser Extension",