Charly Chevalier
Charly Chevalier
## Explanation Snap requests are now delayed after the onboarding, to avoid starting requests "too soon" on the clients, we now have a logic to wait for the Snap platform...
## Explanation Multichain account groups can "disable" accounts using `AccountProviderWrapper`s. This is mostly used in combination with remote feature flags or with the "Basic Functionality" flags. Though, since the account...
## Explanation The `multichain-account-service` is responsible of holding/grouping all BIP-44 accounts together (in wallets and groups). The `account-tree-controller` was re-using a similar matching logic to build it's tree and match...
## Explanation Add new interface to "forward" the top-level `Account` type-parameter across all provider types, thus making sure providers always use the proper type. ## References N/A ## Checklist -...