This repository has been archived by the owner on May 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 448
Wallet Selected Account Refactor #7723
Labels
Milestone
Comments
11 tasks
11 tasks
Verification passed on iPhone 7+ with iOS 15.7.8 running 1.58 (23.9.21.21)
Verification passed on iPhone 13 with iOS 17 running 1.58 (23.9.21.21)
Verification passed on iPad with iOS 16.7 running 1.58 (23.9.21.21)
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Description:
Address changes with the Selected Account Refactor in BraveCore.
selectedCoin
/setSelectedCoin
no longer exist. Instead we get theselectedAccount
,ethDappSelectedAccount
, andsolDappSelectedAccount
from KeyringService'sGetAllAccounts()
.EnsureSelectedAccountForChain(CoinType coin, string chain_id) => (AccountId? account_id);
was added to WalletService select the correct account (if needed) after changing network. This helps avoid race conditions previously hit when switching account/network.The text was updated successfully, but these errors were encountered: