-
-
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
feat: incoming transactions by network #7154
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. |
Please retry analysis of this Pull-Request directly on SonarCloud. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #7154 +/- ##
==========================================
+ Coverage 34.59% 34.62% +0.02%
==========================================
Files 1019 1019
Lines 27192 27234 +42
Branches 2212 2218 +6
==========================================
+ Hits 9408 9430 +22
- Misses 17296 17315 +19
- Partials 488 489 +1
☔ View 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.
Just a few suggestions to make the implem. consistent with the existing code and guidelines and a small typo to fix in the patch.
I haven't checked the result in the app so QA needed here.
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.
Looks good to me.
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.
Looks good to me.
Kudos, SonarCloud Quality Gate passed! |
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 PR is ✅
Description
More info here
Core pr: MetaMask/core#1659
Screenshots/Recordings
If applicable, add screenshots and/or recordings to visualize the before and after of your change
Issue
fixes #???
Checklist