Skip to content

Unable to add account as previous one is empty but the next ones are filled #15417

@tomasklim

Description

@tomasklim

Describe the bug
Example: I have Ethereum account 1, 2, 3, 4 with balance and Base 1 with balance. When I bridge something from Ethereum 4 to Base 4. I am unable to see it in Suite.

Problems to solve:

Image
			if (
                isAnyOf(
                    accountsActions.createAccount,
                    accountsActions.changeAccountVisibility,
                    accountsActions.updateAccount,
                )(action)
            ) {
                const { payload } = action;
                const device = findAccountDevice(payload, selectDevices(api.getState()));
                // update only transactions for remembered device
                if (isDeviceRemembered(device) && isAccountSuccessful(payload)) {
                    storageActions.saveAccounts([payload]);
                    api.dispatch(storageActions.saveCoinjoinAccount(payload.key));
                }
            }
  • added BTC account shows XPUB in receive address, adding BTC account when previous is empty should not be possible
Image
  • Ledger Ethereum n1 has index 1 instead of 0. When you add 2 new Ledger account, the index is incorrectly incremented
Image Image

Info:

  • Suite Version: 25.10.0

Metadata

Metadata

Assignees

Labels

EVMIssues related to networks based on Ethereum Virtual MachineQA NOKIssue doesn't pass the QA and some changes are needed.releaseWill be included in the upcoming release. Needs to be backported to the release branch.

Type

No type

Projects

Status

🧪 QA In progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions