-
-
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
fix(11895): remove duplicate networks in incoming transactions settings #12016
fix(11895): remove duplicate networks in incoming transactions settings #12016
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. |
Bitrise🔄🔄🔄 Commit hash: 69cae3b Note
|
Bitrise❌❌❌ Commit hash: 4af32bf Note
Tip
|
Bitrise✅✅✅ Commit hash: 6b5b819 Note
|
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.
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
…uplicate-networks-incoming-transactions-settings
@vinnyhoward Can you provide and update on on the naming of the network? |
@sethkfman I think this PR can be merged to unblock release. The issue found by @chrisleewilcox can be fixed in a later PR since things are still functional and the bug found isn't directly related to this fix here. But related to network names as a whole. I've created an issue to track his finding and create a follow up fix for this release or next. What do you think? |
Comment from Slack on overall approach: Let's keep the name from our default RPC URL as the source of truth across our entire application — 'Ethereum Mainnet'. This should be reflected in the network edit modal as well as in the settings page. In the future, we can look to allow multiple different names for the same chainid, but for simplicity in the short term, let's stick to a single name from chainid.network. |
Bitrise✅✅✅ Commit hash: e36b656 Note
|
…ansactions-settings' of github.com:MetaMask/metamask-mobile into fix-duplicate-networks-incoming-transactions-settings
Bitrise✅✅✅ Commit hash: 07c4a7a Note
|
Bitrise🔄🔄🔄 Commit hash: 68d8956 Note
|
Bitrise🔄🔄🔄 Commit hash: d61d5e3 Note
|
Bitrise🔄🔄🔄 Commit hash: f35f0d5 Note
|
Bitrise✅✅✅ Commit hash: 68bcc0c Note
|
Quality Gate passedIssues Measures |
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
Description
We now list
mainnet
networks in therpcEndpoints
so the previous logic renderingmainnet
in separate functions are no longer need. Here is the relevant PR that has those changes. TherpcEndpoints
do not render in the right order so filtering by Linea Mainnet and Ethereum Mainnet is needed.Related issues
Related Issue: #11895
Manual testing steps
mainnet
networks are goneScreenshots/Recordings
Before
NA
After
NA
Pre-merge author checklist
Pre-merge reviewer checklist