1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Merge pull request #1196 from MetaMask/Version-3.4.0

Version 3.4.0
This commit is contained in:
Dan Finlay 2017-03-08 13:43:42 -08:00 committed by GitHub
commit 1fbe4a801a
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -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",