1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 02:10:12 +01:00

Merge pull request #1137 from MetaMask/AddPersonalSignMethod

Add personal_sign and personal_ecRecover support
This commit is contained in:
Kevin Serrano 2017-02-20 12:32:15 -08:00 committed by GitHub
commit b3862c6f2e
2 changed files with 3 additions and 2 deletions

View File

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

View File

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