You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On mobile we are relying on the import time of an account to perform certain U.I logic. This is data we are getting from the the metadata within the identities object of the preferences controller.
…keyring to 4.0.0 and snap dependencies (#4193)
## Explanation
This PR bumps the `@metamask/keyring-api`, `@metamask/eth-snap-keyring`
and snap dependencies in the `AccountsController`
## References
Resolves: [4135](#4135)
## Changelog
### `@metamask/accounts-controller`
- **CHANGED**: Bump dependency `@metamask/keyring-api` to `^6.0.0`
- **CHANGED**: Bump dependency `@metamask/eth-snap-keyring` to `^4.0.0`
- **CHANGED**: Bump dev dependency `@metamask/snaps-controller` to
`^7.0.1`
- **CHANGED**: Bump dependency `@metamask/snaps-sdk` to `^4.0.1`
- **CHANGED**: Bump dependency `@metamask/snaps-utils` to `^7.1.0`
## Checklist
- [x] I've updated the test suite for new or updated code as appropriate
- [x] I've updated documentation (JSDoc, Markdown, etc.) for new or
updated code as appropriate
- [x] I've highlighted breaking changes using the "BREAKING" category
above as appropriate
On mobile we are relying on the import time of an account to perform certain U.I logic. This is data we are getting from the the metadata within the identities object of the preferences controller.
Example
Preferences controller identities
Equivalent accounts controller data
In order to completely migrate all accounts data we will need this data.
cc @montelaidev
The text was updated successfully, but these errors were encountered: