-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: Use selectors for tokens controller state access #6758
refactor: Use selectors for tokens controller state access #6758
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
c49d7a5
to
063175e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
45ba880
to
b6b3d0b
Compare
Successful e2e test run here: https://app.bitrise.io/app/be69d4368ee7e86d/pipelines/fc42199f-4e68-4c05-8025-ef88b006b0e0 |
1911a10
to
81c67fa
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
81c67fa
to
3c489e9
Compare
Kudos, SonarCloud Quality Gate passed! |
Description
Tokens controller Redux state is now accessed excusively through selectors. This makes future state changes easier to manage.
Most of these changes consist of replacing the direct access to TokensController State, by selectors.
Issue
Relates to https://github.com/MetaMask/mobile-planning/issues/1068
Checklist