mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
commit
2b98d2b095
@ -3,6 +3,10 @@
|
|||||||
## Current Master
|
## Current Master
|
||||||
|
|
||||||
- Now detects and blocks known phishing sites.
|
- Now detects and blocks known phishing sites.
|
||||||
|
|
||||||
|
## 3.8.6 2017-7-11
|
||||||
|
|
||||||
|
- Make transaction resubmission more resilient.
|
||||||
- No longer validate nonce client-side in retry loop.
|
- No longer validate nonce client-side in retry loop.
|
||||||
- Fix bug where insufficient balance error was sometimes shown on successful transactions.
|
- Fix bug where insufficient balance error was sometimes shown on successful transactions.
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "MetaMask",
|
"name": "MetaMask",
|
||||||
"short_name": "Metamask",
|
"short_name": "Metamask",
|
||||||
"version": "3.8.5",
|
"version": "3.8.6",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"author": "https://metamask.io",
|
"author": "https://metamask.io",
|
||||||
"description": "Ethereum Browser Extension",
|
"description": "Ethereum Browser Extension",
|
||||||
|
Loading…
Reference in New Issue
Block a user