1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 03:12:42 +02:00

Add personal_sign and personal_ecRecover support

This commit is contained in:
Dan Finlay 2017-02-20 11:46:43 -08:00
parent fc77a36a55
commit 42a58918d0
2 changed files with 3 additions and 2 deletions

View File

@ -1,10 +1,11 @@
# Changelog
## Current Master
- 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

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