Skip to content

feat(wallet): fix auto-expand wallet when wallet indexes have gaps#11045

Merged
brancoder merged 6 commits intodevelopfrom
tooling-wallet/fix-auto-expand-wallet
Apr 10, 2026
Merged

feat(wallet): fix auto-expand wallet when wallet indexes have gaps#11045
brancoder merged 6 commits intodevelopfrom
tooling-wallet/fix-auto-expand-wallet

Conversation

@evavirseda
Copy link
Copy Markdown
Member

Description of change

Screencast.from.2026-03-31.09-24-31.webm

Links to any relevant issues

fixes #8629

How the change has been tested

Describe the tests that you ran to verify your changes.

Make sure to provide instructions for the maintainer as well as any relevant configurations.

@evavirseda evavirseda requested a review from a team as a code owner March 31, 2026 07:57
@vercel
Copy link
Copy Markdown

vercel Bot commented Mar 31, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
apps-backend Ready Ready Preview, Comment Apr 10, 2026 1:38pm
apps-ui-kit Ready Ready Preview Apr 10, 2026 1:38pm
iota-evm-bridge Ready Ready Preview, Comment Apr 10, 2026 1:38pm
iota-multisig-toolkit Ready Ready Preview, Comment Apr 10, 2026 1:38pm
rebased-explorer Ready Ready Preview, Comment Apr 10, 2026 1:38pm
wallet-dashboard Ready Ready Preview Apr 10, 2026 1:38pm

Request Review

@evavirseda evavirseda self-assigned this Mar 31, 2026
@github-actions github-actions Bot added the wallet Issues related to the IOTA Wallet label Mar 31, 2026
@iota-ci iota-ci added the tooling Issues related to the Tooling team label Mar 31, 2026
@vercel vercel Bot temporarily deployed to Preview – apps-ui-kit April 2, 2026 14:33 Inactive
@vercel vercel Bot temporarily deployed to Preview – apps-backend April 2, 2026 14:34 Inactive
@vercel vercel Bot temporarily deployed to Preview – iota-evm-bridge April 2, 2026 14:34 Inactive
@vercel vercel Bot temporarily deployed to Preview – wallet-dashboard April 2, 2026 14:34 Inactive
@vercel vercel Bot temporarily deployed to Preview – rebased-explorer April 2, 2026 14:34 Inactive
Copy link
Copy Markdown
Contributor

@brancoder brancoder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LG we just need to enable this for seed derived accounts also

type: accountsFormType,
});
const newAccount = accountCreationResult?.[0];
if (newAccount && isMnemonicSerializedUiAccount(newAccount)) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should add the Seed accounts check here and do this for that type also
if (newAccount && (isMnemonicSerializedUiAccount(newAccount) || isSeedSerializedUiAccount(newAccount)))

the reason being that the legacy account can come from a ff seed (check isLegacyAccount)
seed example: 0xa5cfd040906b2761cb2ebd9e7c7bba9b0c125e6123aa51a4b49d901254b6ac4659ac0e36ff9f4c2062d8f67dec435dd019826962170eb4889ba15eada3128639

@vercel vercel Bot temporarily deployed to Preview – iota-multisig-toolkit April 10, 2026 13:35 Inactive
@vercel vercel Bot temporarily deployed to Preview – apps-ui-kit April 10, 2026 13:37 Inactive
@vercel vercel Bot temporarily deployed to Preview – iota-multisig-toolkit April 10, 2026 13:37 Inactive
@vercel vercel Bot temporarily deployed to Preview – apps-backend April 10, 2026 13:37 Inactive
@vercel vercel Bot temporarily deployed to Preview – rebased-explorer April 10, 2026 13:37 Inactive
@vercel vercel Bot temporarily deployed to Preview – iota-evm-bridge April 10, 2026 13:37 Inactive
@vercel vercel Bot temporarily deployed to Preview – wallet-dashboard April 10, 2026 13:38 Inactive
@brancoder brancoder merged commit 9d15fe0 into develop Apr 10, 2026
40 checks passed
@brancoder brancoder deleted the tooling-wallet/fix-auto-expand-wallet branch April 10, 2026 13:56
begonaalvarezd pushed a commit that referenced this pull request Apr 10, 2026
…11045)

# Description of change

[Screencast from 2026-03-31
09-24-31.webm](https://github.com/user-attachments/assets/a1533866-d338-47be-9dd8-b6c8162a66eb)


## Links to any relevant issues

fixes #8629

## How the change has been tested

Describe the tests that you ran to verify your changes.

Make sure to provide instructions for the maintainer as well as any
relevant configurations.

---------

Co-authored-by: Marc Espin <[email protected]>
Co-authored-by: Branko <[email protected]>
Co-authored-by: Bran <[email protected]>
marc2332 pushed a commit that referenced this pull request Apr 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tooling Issues related to the Tooling team wallet Issues related to the IOTA Wallet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix auto-expand wallet when wallet indexes have gaps

5 participants