diff options
author | Dan Finlay <dan@danfinlay.com> | 2017-06-01 05:06:13 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2017-06-01 05:06:13 +0800 |
commit | 76a78fdb3b4d5341682a37ef523651ca163bfe15 (patch) | |
tree | c3c299b2624178b46c8f7be97b489cda58a9c2ec | |
parent | 5e9274d4d507a555020765954e05cbf7c6ed8aa2 (diff) | |
download | tangerine-wallet-browser-76a78fdb3b4d5341682a37ef523651ca163bfe15.tar tangerine-wallet-browser-76a78fdb3b4d5341682a37ef523651ca163bfe15.tar.gz tangerine-wallet-browser-76a78fdb3b4d5341682a37ef523651ca163bfe15.tar.bz2 tangerine-wallet-browser-76a78fdb3b4d5341682a37ef523651ca163bfe15.tar.lz tangerine-wallet-browser-76a78fdb3b4d5341682a37ef523651ca163bfe15.tar.xz tangerine-wallet-browser-76a78fdb3b4d5341682a37ef523651ca163bfe15.tar.zst tangerine-wallet-browser-76a78fdb3b4d5341682a37ef523651ca163bfe15.zip |
Version 3.7.2v3.7.2
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | app/manifest.json | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e050a7509..ea7723ac2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,16 @@ ## Current Master +## 3.7.2 2017-5-31 + - Now when switching networks sites that use web3 will reload - Now when switching networks the extension does not restart - Cleanup decimal bugs in our gas inputs. - Fix bug where submit button was enabled for invalid gas inputs. - Now enforce 95% of block's gasLimit to protect users. - Removing provider-engine from the inpage provider. This fixes some error handling inconsistencies introduced in 3.7.0. +- Added "inflight cache", which prevents identical requests from clogging up the network, dramatically improving ENS performance. +- Fixed bug where filter subscriptions would sometimes fail to unsubscribe. - Some contracts will now display logos instead of jazzicons. - Some contracts will now have names displayed in the confirmation view. diff --git a/app/manifest.json b/app/manifest.json index c3e2b7511..2b59002b0 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "MetaMask", "short_name": "Metamask", - "version": "3.7.1", + "version": "3.7.2", "manifest_version": 2, "author": "https://metamask.io", "description": "Ethereum Browser Extension", |