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

Merge branch 'master' into i1128-noticesdev

borts
This commit is contained in:
Kevin Serrano 2017-02-20 15:08:13 -08:00
commit ae82e8f5c7
No known key found for this signature in database
GPG Key ID: 7CC862A58D2889B4
3 changed files with 6 additions and 3 deletions

View File

@ -1,10 +1,13 @@
# Changelog
## Current Master
## 3.3.0 2017-2-20
- Add personal_sign and personal_ecRecover support.
- net_version has been made synchronous.
- Test suite for migrations expanded.
- Network now changeable from lock screen.
- Improve test coverage of eth.sign behavior, including a code example of verifying a signature.
## 3.2.2 2017-2-8

View File

@ -1,7 +1,7 @@
{
"name": "MetaMask",
"short_name": "Metamask",
"version": "3.2.2",
"version": "3.3.0",
"manifest_version": 2,
"author": "https://metamask.io",
"description": "Ethereum Browser Extension",

View File

@ -105,7 +105,7 @@
"valid-url": "^1.0.9",
"vreme": "^3.0.2",
"web3": "0.18.2",
"web3-provider-engine": "^8.5.0",
"web3-provider-engine": "^9.1.0",
"web3-stream-provider": "^2.0.6",
"xtend": "^4.0.1"
},