-
Notifications
You must be signed in to change notification settings - Fork 96
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
chore(TransactionFeedV2): Move redux-related side-effects from component-level useEffects to the slice #6173
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6173 +/- ##
==========================================
- Coverage 88.86% 88.86% -0.01%
==========================================
Files 728 728
Lines 31004 30995 -9
Branches 5694 5690 -4
==========================================
- Hits 27553 27543 -10
+ Misses 3409 3256 -153
- Partials 42 196 +154
... and 66 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
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.
Nice! 🚀
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.
This is indirectly tested via the component, right?
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.
@jeanregisser Yes, it passes existing test for duplication cleanup and the new test for pre-populating the first page
Description
12th PR for RET-1207. Moves redux-related side-effects from component-level useEffects to the slice.
Test plan
Fixed all the corresponding tests to satisfy the new logic
Related issues
Backwards compatibility
Yes
Network scalability
If a new NetworkId and/or Network are added in the future, the changes in this PR will: