mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
commit
1fbe4a801a
@ -2,9 +2,11 @@
|
|||||||
|
|
||||||
## Current Master
|
## Current Master
|
||||||
|
|
||||||
|
## 3.4.0 2017-3-8
|
||||||
|
|
||||||
- Add two most recently used custom RPCs to network dropdown menu.
|
- Add two most recently used custom RPCs to network dropdown menu.
|
||||||
- Add personal_sign method support.
|
- Add personal_sign method support.
|
||||||
|
- Add personal_ecRecover method support.
|
||||||
- Add ability to customize gas and gasPrice on the transaction approval screen.
|
- Add ability to customize gas and gasPrice on the transaction approval screen.
|
||||||
- Increase default gas buffer to 1.5x estimated gas value.
|
- Increase default gas buffer to 1.5x estimated gas value.
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "MetaMask",
|
"name": "MetaMask",
|
||||||
"short_name": "Metamask",
|
"short_name": "Metamask",
|
||||||
"version": "3.3.0",
|
"version": "3.4.0",
|
||||||
"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