-
-
Notifications
You must be signed in to change notification settings - Fork 316
Closed
Closed
Copy link
Labels
EVMIssues related to networks based on Ethereum Virtual MachineIssues related to networks based on Ethereum Virtual MachineQA NOKIssue doesn't pass the QA and some changes are needed.Issue 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.Will be included in the upcoming release. Needs to be backported to the release branch.
Description
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:
- Add an option to add account even if the previous one is empty
- Incorrect account added Addresses from wrong wallet shown in the receive screen #21651
- When account n. 2 added on empty wallet. There is missing first account after refresh app

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

- Ledger Ethereum n1 has index 1 instead of 0. When you add 2 new Ledger account, the index is incorrectly incremented


Info:
- Suite Version: 25.10.0
Metadata
Metadata
Assignees
Labels
EVMIssues related to networks based on Ethereum Virtual MachineIssues related to networks based on Ethereum Virtual MachineQA NOKIssue doesn't pass the QA and some changes are needed.Issue 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.Will be included in the upcoming release. Needs to be backported to the release branch.
Type
Projects
Status
🧪 QA In progress