-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge keychains #1435
Merge keychains #1435
Conversation
Here's the packed extension for this build: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@greg-schrammel could you explain what you did here?
src/entries/popup/components/ImportWallet/ImportWalletSelection.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we need some qa for this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems like i mentally approved this pr last week but didn't press the ✅ button
Here's the packed extension for this build: |
Here's the packed extension for this build: |
@greg-schrammel After you wrap up Degen Mode, if you could have a look at this and merge |
Fixes BX-1602
Figma link (if any):
What changed (plus any additional context for devs)
merge pks to it's hd group when possible
in the clip I added by pk the index 2 of a seed phrase, later when I add this seed phrase and click to create a wallet in the second index, it merges both into a single group (removes the pk keychain and merges all into the hd)
Screen.Recording.2024-02-20.at.14.15.04.mov
Screen.Recording.2024-02-20.at.14.16.07.mov
importing a duplicate pk, will just select the account
Screen.Recording.2024-02-20.at.14.20.16.mov
trying to import the same seed twice with prompt an error with "This seed is imported already" (maybe we need a better message here)
Screen recordings / screenshots
What to test