-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
feat: create solana account and call discoverAccounts during creation and import of hd keyring cp-7.47.0 #14775
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
base: main
Are you sure you want to change the base?
Conversation
…t-keyring-selection
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #14775 +/- ##
==========================================
+ Coverage 67.81% 67.85% +0.03%
==========================================
Files 2339 2340 +1
Lines 50384 50405 +21
Branches 7427 7431 +4
==========================================
+ Hits 34168 34202 +34
+ Misses 14052 14036 -16
- Partials 2164 2167 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
341417f
to
3d1dc7b
Compare
|
|
Description
This PR enables the discover Accounts call during import srp and creation of a new vault.
Changes:
multiSrp/index
to calladdDiscoveredAccounts
and add tests.SolanaNewFeatureContent.test.tsx
to use theMultichainWalletSnapFactory
getMultichainAccountName
inAddNewAccount
Authentication
addDiscoveredAccounts
is called aftercreateNewVaultandRestore
andcreateNewVaultAndKeychain
Related issues
Fixes:
Manual testing steps
Using the beta build.
Onboarding flow
Import new srp during onboarding
With an existing MM vault.
Secrete Recovery Phrase
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist