Skip to content

Commit 76a78fd

Browse files
committed
Version 3.7.2
1 parent 5e9274d commit 76a78fd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22

33
## Current Master
44

5+
## 3.7.2 2017-5-31
6+
57
- Now when switching networks sites that use web3 will reload
68
- Now when switching networks the extension does not restart
79
- Cleanup decimal bugs in our gas inputs.
810
- Fix bug where submit button was enabled for invalid gas inputs.
911
- Now enforce 95% of block's gasLimit to protect users.
1012
- Removing provider-engine from the inpage provider. This fixes some error handling inconsistencies introduced in 3.7.0.
13+
- Added "inflight cache", which prevents identical requests from clogging up the network, dramatically improving ENS performance.
14+
- Fixed bug where filter subscriptions would sometimes fail to unsubscribe.
1115
- Some contracts will now display logos instead of jazzicons.
1216
- Some contracts will now have names displayed in the confirmation view.
1317

app/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "MetaMask",
33
"short_name": "Metamask",
4-
"version": "3.7.1",
4+
"version": "3.7.2",
55
"manifest_version": 2,
66
"author": "https://metamask.io",
77
"description": "Ethereum Browser Extension",

0 commit comments

Comments
 (0)