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

Merge pull request #2379 from MetaMask/FixImportedTypedDataSigning

Bump version on eth-simple-keyring
This commit is contained in:
Kevin Serrano 2017-10-16 11:15:39 -07:00 committed by GitHub
commit 42e3261c98
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
## Current Master ## Current Master
- Fix bug where web3 API was sometimes injected after the page loaded. - Fix bug where web3 API was sometimes injected after the page loaded.
- Fix bug where imported accounts could not use new eth_signTypedData method.
## 3.11.0 2017-10-11 ## 3.11.0 2017-10-11

View File

@ -77,7 +77,7 @@
"eth-query": "^2.1.2", "eth-query": "^2.1.2",
"eth-rpc-client": "^1.1.3", "eth-rpc-client": "^1.1.3",
"eth-sig-util": "^1.4.0", "eth-sig-util": "^1.4.0",
"eth-simple-keyring": "^1.1.1", "eth-simple-keyring": "^1.2.0",
"eth-token-tracker": "^1.1.4", "eth-token-tracker": "^1.1.4",
"ethereumjs-tx": "^1.3.0", "ethereumjs-tx": "^1.3.0",
"ethereumjs-util": "github:ethereumjs/ethereumjs-util#ac5d0908536b447083ea422b435da27f26615de9", "ethereumjs-util": "github:ethereumjs/ethereumjs-util#ac5d0908536b447083ea422b435da27f26615de9",