-
Notifications
You must be signed in to change notification settings - Fork 986
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
Add path scanning to 'Access existing keys' and upon request #10973
Comments
@hesterbruikman I don't think the scan is already implemented but we could do it easily during the creation of the first account |
Looking at the designs, what happens if the user is offline on account creation (we need to be online to fetch funds/transactions)? Will he be given another chance to go through the process? |
good point @cammellos, if the user is offline we can't understand if other accounts have balance or txs. |
Does that mean that in theory we could do this in the background when the user comes online and prompt a notification like?: 'More accounts found' |
Yes, that sounds feasible |
it means we keep m/44'/60'/0' or m/44'/60'/0'/0 public key in the app memory for keycard multi-accounts right ? |
@guylouis for keycard we can't extract that key if you already have a card initialized though. |
because a normal public key wouldn't be enough, we need an extended public key to derive child public keys. |
@cammellos
|
I think this issue needs a bit more clarity,
I would recommend splitting them if still necessary and cut the scope, as not sure as it is this is currently actionable. I would focus on:
create a new issue and exclude the custom derivation path and cover the error scenario in https://www.figma.com/file/XUehMnhyD1FGcWzvGz6SXqvh/Wallet?node-id=4207%3A0 Happy to do that but I don't have all the context. |
Obsolete and will be re-considered in the redesigned app. |
Problem
There are multiple occasions where the wallet does not accurately shows active accounts in the HD wallet or the tokens they hold.
manage assets
in order for them to be visible in the wallet_A related issue is that the user is required to restart the app to ensure tokens are visible after manually adding them. See issue Some assets (ADX in particular case) are not shown on wallet when they are received to multiaccount until manual adding #10786 _
User story
Wallet
>Add account
>Enter a seed phrase
(orEnter a private key
) on FigmaYour keys
>Access existing keys
>Enter seed phrase
Your keys
>Access existing keys
>Recover with Keycard
Implementation
Acceptance Criteria
Notes
I believe method to scan paths already exists in status-go @gravityblast @Samyoul can you confirm?
cc @johnlea-quiup @churik
Future Steps
The text was updated successfully, but these errors were encountered: