-
-
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: bump network controller 21.0.0 remove feature flag #11436
feat: bump network controller 21.0.0 remove feature flag #11436
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. |
13f5318
to
2e989e9
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## salim/bump-network-controller-21.0.0-migration-script-and-ui #11436 +/- ##
===============================================================================================
Coverage ? 54.24%
===============================================================================================
Files ? 1710
Lines ? 39044
Branches ? 4806
===============================================================================================
Hits ? 21179
Misses ? 16391
Partials ? 1474 ☔ View full report in Codecov by Sentry. |
Bitrise❌❌❌ Commit hash: fd36957 Note
Tip
|
fd36957
to
aa9c5e9
Compare
Bitrise❌❌❌ Commit hash: aa9c5e9 Note
Tip
|
Bitrise✅✅✅ Commit hash: 5acc79b Note
|
59c503c
to
c298a5f
Compare
Bitrise✅✅✅ Commit hash: 57649cc Note
|
Bitrise❌❌❌ Commit hash: 9fb2094 Note
Tip
|
a8e4ec0
to
51e5f8e
Compare
bbeb779
to
e3c7dc5
Compare
7819195
to
d874aa9
Compare
Quality Gate failedFailed conditions |
This pull request was merged into this feature branch, so I need approval on that feature branch. I'm keeping the PR open to make the review process easier. |
…etworks with Distinct ChainIDs and Multiple RPC URLs (#11705) <!-- Please submit this PR as a draft initially. Do not mark it as "Ready for review" until the template has been completely filled out, and PR status checks have passed at least once. --> ## **Description** This PR refactors our network configuration to eliminate the use of multiple networks with the same ChainID but different RPC URLs. Instead, we are moving towards a setup where each network is uniquely identified by a distinct ChainID and can have multiple RPC URLs associated with it. This PR includes three merge commits. The first primarily addresses the Network Controller upgrade, as outlined in issue #[11229](#11229). The second commit contains the script for migrating the state to v21, and the third commit includes all the UI changes along with the fix for the e2e tests. For more details, please refer to [this](https://github.com/orgs/MetaMask/projects/120/views/1) . related PRs: - #11292 - #11622 - #11436 <!-- Write a short description of the changes included in this pull request, also include relevant motivation and context. Have in mind the following questions: 1. What is the reason for the change? 2. What is the improvement/solution? --> ## **Related issues** Fixes: #[11229](#11229) #[11232](#11232) #[11234](#11234) #11233 ## **Manual testing steps** 1. Go to add network flow and test ## **Screenshots/Recordings** <!-- If applicable, add screenshots and/or recordings to visualize the before and after of your change. --> ### **Before** <!-- [screenshots/recordings] --> ### **After** https://drive.google.com/drive/folders/149Xji42k5of5Vl8nBlI0pFYFgPnWqILH?usp=drive_link <!-- [screenshots/recordings] --> ## **Pre-merge author checklist** - [x] I’ve followed [MetaMask Contributor Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask Mobile Coding Standards](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/CODING_GUIDELINES.md). - [x] I've completed the PR template to the best of my ability - [x] I’ve included tests if applicable - [x] I’ve documented my code using [JSDoc](https://jsdoc.app/) format if applicable - [x] I’ve applied the right labels on the PR (see [labeling guidelines](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/LABELING_GUIDELINES.md)). Not required for external contributors. ## **Pre-merge reviewer checklist** - [ ] I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed). - [ ] I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots.
Description
This PR introduces remove the feature flag to display the new multi-rpc feature UI
Related issues
Fixes: #11232 #11233
Manual testing steps
Screenshots/Recordings
Before
After
Migration.mov
Pre-merge author checklist
Pre-merge reviewer checklist