Skip to content

Commit

Permalink
Add: update keyring controller to 5.6.5
Browse files Browse the repository at this point in the history
- use old sign logic
- fix hdpath
  • Loading branch information
yqrashawn committed Apr 16, 2020
1 parent 4574f96 commit 14141ff
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "__MSG_appName__",
"short_name": "__MSG_appName__",
"version": "0.1.0",
"version": "0.1.1",
"manifest_version": 2,
"author": "https://conflux-chain.org",
"description": "__MSG_appDescription__",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"bip39": "^2.2.0",
"bn.js": "^4.11.7",
"c3": "^0.7.10",
"cfx-keyring-controller": "^5.6.4",
"cfx-keyring-controller": "^5.6.5",
"cfx-sig-util": "^0.0.1-a",
"cfx-util": "^0.0.1-c",
"cfx-wallet": "^0.0.1-c",
Expand Down
2 changes: 1 addition & 1 deletion test/unit/app/controllers/metamask-controller-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ describe('MetaMaskController', function () {
assert.equal(metamaskPersonalMsgs[msgId].status, 'signed')
assert.equal(
metamaskPersonalMsgs[msgId].rawSig,
'0x9c6c6f9d4da11e9fde35668c9c1af13d6609bfd8b327ab59b252d3f2ce3be2c87010917270b9fc88086c415209fa8b4a9168258bb40f65fc22fe88ec6800a21401'
'0xe6cce6d8c5324be07417c3248bd7a26331bfb14de535104174bcfab68fdc78e2413a2d46a062ba75e0fcc25bede625296875f7c5f34c865c072e337b8a6723a11c'
)
})
})
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6055,10 +6055,10 @@ cfx-hd-keyring@^0.0.2:
events "^1.1.1"
xtend "^4.0.1"

cfx-keyring-controller@^5.6.4:
version "5.6.4"
resolved "https://registry.yarnpkg.com/cfx-keyring-controller/-/cfx-keyring-controller-5.6.4.tgz#41437b535ae496744ed5d96e0f3dd15d57d01154"
integrity sha512-H8Y758Zh6dpMbUUOjuVnn5MyHIkUY7aGfvMLhrLOM+3frqHlhOZcmTFdkozt+yX1AybOMl2LKsPWDtLUVaWsdA==
cfx-keyring-controller@^5.6.5:
version "5.6.5"
resolved "https://registry.yarnpkg.com/cfx-keyring-controller/-/cfx-keyring-controller-5.6.5.tgz#ce01858a80710001221fbf3c13ef23bd1302dc61"
integrity sha512-VrscPQcTWN2ejAT0Hw5pNMQp8TGDY1D+lreZD70xv3wcpGq+Qmf0DRpui69+i0s/pIMAhj9YPdDhevIECCeWyw==
dependencies:
bip39 "^2.4.0"
bluebird "^3.5.0"
Expand Down

0 comments on commit 14141ff

Please sign in to comment.