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:
commit
42e3261c98
@ -3,6 +3,7 @@
|
||||
## Current Master
|
||||
|
||||
- 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
|
||||
|
||||
|
@ -77,7 +77,7 @@
|
||||
"eth-query": "^2.1.2",
|
||||
"eth-rpc-client": "^1.1.3",
|
||||
"eth-sig-util": "^1.4.0",
|
||||
"eth-simple-keyring": "^1.1.1",
|
||||
"eth-simple-keyring": "^1.2.0",
|
||||
"eth-token-tracker": "^1.1.4",
|
||||
"ethereumjs-tx": "^1.3.0",
|
||||
"ethereumjs-util": "github:ethereumjs/ethereumjs-util#ac5d0908536b447083ea422b435da27f26615de9",
|
||||
|
Loading…
Reference in New Issue
Block a user