-
Notifications
You must be signed in to change notification settings - Fork 3
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
Same wallet import optimization #291
Comments
Resetting the password can be done by the following steps if the mnemonics file is accessible:
So the From the description in the top message, I found this issue is to group wallets instead of preventing from importing the same wallet multiple times. IMO, grouping them is a good idea but adding a reset password button is unnecessary because it's a low-frequency function and can be done by the solution above. |
I guess @Danie0918 means if import a wallet multisig times, there will only exist one wallet. @Keith-CY There exists one issue, import a watched-only wallet with the public key and then import this wallet with a keystone file and password. They are the same wallet but the permission is different. I don't know whether we should merge these two wallets. @Danie0918 |
Yes, I'm mostly trying to solve the problem of multiple identical wallets existing.Resetting passwords may be a reason why users import the same wallet multiple times, so it can be optimized to be easier to work with.
In this case, we should keep the wallet with higher permissions. |
If this issue is to solve the problem that wallet is imported repeatedly, I will suggest preventing them from being imported instead of combining existing wallets. Because modification of users' data is sensitive. |
【Same wallet import optimization】
|
How about hiding this button when there is no duplicate wallet? Maybe most of the users does not import duplicate wallet, it will have less effect.
Does it mean the users can cancel the radio option? |
Yes, it was considered like this.
Here is a relatively flexible option for the user, who can choose to operate on some of the duplicate wallets while keeping some of the duplicate wallets. |
fixed: nervosnetwork/neuron#3001 |
verified |
Currently, we generate multiple wallets when importing the same wallet multiple times.
This can be used to reset a password using a mnemonic, are there any other scenarios other than this?
If not, I will consider adding a reset password feature and grouping imports of the same wallet into the same category to make account management less difficult.
The text was updated successfully, but these errors were encountered: