Skip to content
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

Inconsistent seed grouping (monero) #1762

Open
nahuhh opened this issue Oct 21, 2024 · 7 comments
Open

Inconsistent seed grouping (monero) #1762

nahuhh opened this issue Oct 21, 2024 · 7 comments
Labels
Bug Something isn't working

Comments

@nahuhh
Copy link

nahuhh commented Oct 21, 2024

Describe the bug

  1. When wallet restore doesnt match, the seed isn't grouped.
  2. Opening a wallet in the group caused it to be "ungrouped". One if the wallets has no restore height listed on keys page

dirty fix: if primary addr match, group them.

@nahuhh nahuhh added the Bug Something isn't working label Oct 21, 2024
@OmarHatem28
Copy link
Contributor

hi @nahuhh thanks for opening this issue, currently Monero shouldn't be grouped anyway, only Bip39 wallets should be grouped so even Bitcoin and Litecoin wallets which are created as Electrum seeds should not be grouped

this feature will work best for newly created wallets,
for restored wallets, it shouldn't group them unless the addresses match as we do not share seeds with other wallets

we will add support for Monero as well when we add support for BIP39 to monero seeds as well soon

we will look into why it grouped it in the first place tho, but can you give me more info on which wallets it grouped it with? i.e did it group it with a Monero wallet, or with some other wallet types

@nahuhh
Copy link
Author

nahuhh commented Oct 21, 2024

i have the same monero wallet added multiple times with diff restore heights.

grouped with monero wallets

@tuxpizza
Copy link
Collaborator

tuxpizza commented Oct 21, 2024

Just to be sure, opening all the affected wallets reset their state and ungrouped them? So now your wallet screen has a *correct state for wallet groups?

@nahuhh
Copy link
Author

nahuhh commented Oct 21, 2024

Just to be sure, opening all the affected wallets reset their state and ungrouped them?

yes

So now your wallet screen has a screen state for wallet groups?

not sure i understand the question.
now it looks like there are no groups

@tuxpizza
Copy link
Collaborator

Meant "Correct state" :P
If you aren't expecting any wallet groups to show up and have no wallets with the same seed, then having no wallet groups is the correct result.

@nahuhh
Copy link
Author

nahuhh commented Oct 21, 2024

Meant "Correct state" :P
If you aren't expecting any wallet groups to show up and have no wallets with the same seed, then having no wallet groups is the correct result.

I have multiple wallets with the same seed (diff restore height)

Lets say
seed 1: Nahuhhold nahuhhnew nahuhharchive

seed 2: nahuhh2 nahuhh2old nahuhhtwo

it was grouping nahuhhold nahuhhnew but not nahuhharchive
and was not grouping seed2 at all.

after opening the seed1 wallets, the group disappeared.

if xmr should not be grouping, then the bug was that it grouped them (then ungrouped them).

if same-seed for xmr should be grouping, the bug is that its inconsistently grouping some same-seed Xmr wallets, but not others.

@tuxpizza
Copy link
Collaborator

tuxpizza commented Oct 21, 2024

Ok yeah this feature doesn't work for Monero yet so there isn't supposed to be any wallet groups with Monero.

Will have to investigate the upgrade glitch causing incorrect wallet groups further

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants
@OmarHatem28 @nahuhh @tuxpizza and others