File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Current Master
4
4
5
+ ## 3.7.2 2017-5-31
6
+
5
7
- Now when switching networks sites that use web3 will reload
6
8
- Now when switching networks the extension does not restart
7
9
- Cleanup decimal bugs in our gas inputs.
8
10
- Fix bug where submit button was enabled for invalid gas inputs.
9
11
- Now enforce 95% of block's gasLimit to protect users.
10
12
- 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.
11
15
- Some contracts will now display logos instead of jazzicons.
12
16
- Some contracts will now have names displayed in the confirmation view.
13
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " MetaMask" ,
3
3
"short_name" : " Metamask" ,
4
- "version" : " 3.7.1 " ,
4
+ "version" : " 3.7.2 " ,
5
5
"manifest_version" : 2 ,
6
6
"author" : " https://metamask.io" ,
7
7
"description" : " Ethereum Browser Extension" ,
You can’t perform that action at this time.
0 commit comments