-
-
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: remove global network usage from transaction confirmations #12955
refactor: remove global network usage from transaction confirmations #12955
Conversation
Bitrise❌❌❌ Commit hash: a02277f Note
Tip
|
Bitrise❌❌❌ Commit hash: 9f6436d Note
Tip
|
Bitrise✅✅✅ Commit hash: c5f31a3 Note
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #12955 +/- ##
==========================================
+ Coverage 59.83% 60.01% +0.18%
==========================================
Files 1873 1900 +27
Lines 42121 42557 +436
Branches 5473 5615 +142
==========================================
+ Hits 25204 25542 +338
- Misses 15235 15286 +51
- Partials 1682 1729 +47 ☔ View full report in Codecov by Sentry. |
Bitrise✅✅✅ Commit hash: 5c642c1 Note
|
…l-network-usage-transactions
Bitrise❌❌❌ Commit hash: ca78031 Note
Tip
|
…l-network-usage-transactions
Bitrise✅✅✅ Commit hash: 07fdf51 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.
for wallet-ux, the two lines in app/components/Views/Settings/Contacts/index.js
LGTM
Description
Remove all global network references from the transaction confirmations and confirmations in general.
Note that some exceptions remain in the send components as these transactions are triggered internally so cannot rely on a dApp selected network.
Specifically:
AddressElement
>chainId
AddressList
>chainId
SendFlowAddressFrom
>chainId
selectConversionRateByChainId
selectProviderTypeByChainId
selectRpcUrlByChainId
selectContractExchangeRatesByChainId
app/components/Views/confirmations
directory.Related issues
Fixes: #2025
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist