From c77bc5d408b3717cb6de66e7458bcd888c526958 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Mon, 16 Oct 2017 04:12:51 -0700 Subject: Bump version on eth-simple-keyring Fixes bug where imported accounts could not use the new `signTypedData` method. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2b7b2056a..1dee72a1d 100644 --- a/package.json +++ b/package.json @@ -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", -- cgit From 10011395f6ab3f0784751dc7dc23074feac35b29 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Mon, 16 Oct 2017 04:14:09 -0700 Subject: Bump changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65f75ee18..11a093621 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 -- cgit