mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Version 3.11.0
This commit is contained in:
parent
6072e71a53
commit
4ed00ea2d8
@ -2,7 +2,9 @@
|
|||||||
|
|
||||||
## Current Master
|
## Current Master
|
||||||
|
|
||||||
- Add new support for new eth_signTypedData method per EIP 712.
|
## 3.11.0 2017-10-11
|
||||||
|
|
||||||
|
- Add support for new eth_signTypedData method per EIP 712.
|
||||||
- Fix bug where some transactions would be shown as pending forever, even after successfully mined.
|
- Fix bug where some transactions would be shown as pending forever, even after successfully mined.
|
||||||
- Fix bug where a transaction might be shown as pending forever if another tx with the same nonce was mined.
|
- Fix bug where a transaction might be shown as pending forever if another tx with the same nonce was mined.
|
||||||
- Fix link to support article on token addresses.
|
- Fix link to support article on token addresses.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "MetaMask",
|
"name": "MetaMask",
|
||||||
"short_name": "Metamask",
|
"short_name": "Metamask",
|
||||||
"version": "3.10.9",
|
"version": "3.11.0",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"author": "https://metamask.io",
|
"author": "https://metamask.io",
|
||||||
"description": "Ethereum Browser Extension",
|
"description": "Ethereum Browser Extension",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user