Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Fix issue where QR Code Keyring does not expect an empty options object - #136

Merged
adonesky1 merged 1 commit into
mainfrom
fix-qr-keyring-bug
Apr 25, 2022
Merged

Fix issue where QR Code Keyring does not expect an empty options object#136
adonesky1 merged 1 commit into
mainfrom
fix-qr-keyring-bug

Conversation

@adonesky1

@adonesky1adonesky1 commented Apr 25, 2022

Copy link
Copy Markdown
Contributor

Fixes a bug I introduced with KeyringController's interface with QR hardware wallet Keyring
@keystonerhq/base-eth-keyring doesn't appear to be public on github... but if you look in node_modules (node_modules/@keystonehq/base-eth-keyring/dist/base-eth-keyring.cjs.development.js) line 300, the deserialize method does not expect an empty object as it's opts argument.

This issue became apparent in the QR hardware keyring tests implemented in Controllers

@adonesky1
adonesky1 requested a review from a team as a code ownerApril 25, 2022 21:36
@Gudahtt

Copy link
Copy Markdown
Member

Which project did you find this dependency in? It appears to be public on GitHub, here: https://github.com/KeystoneHQ/keystone-airgaped-base/tree/master/packages/base-eth-keyring

@Gudahtt

Copy link
Copy Markdown
Member

@adonesky1

Copy link
Copy Markdown
ContributorAuthor

Which project did you find this dependency in? It appears to be public on GitHub, here: https://github.com/KeystoneHQ/keystone-airgaped-base/tree/master/packages/base-eth-keyring

Lol I don't know why I couldn't find it...

Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@adonesky1@Gudahtt