-
-
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: issue in blockaid spinner for batched confirmations #10658
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: 2108e33 Note
|
d2e620d
to
3c387dc
Compare
3c387dc
to
77656bd
Compare
Bitrise✅✅✅ Commit hash: e7c96af Note
|
Bitrise build https://app.bitrise.io/app/be69d4368ee7e86d/pipelines/ce7aed75-1bea-4174-809c-3d7fbe24c12e?tab=artifacts Android: android.mp4iOS: ios.mov |
app/components/Views/confirmations/components/TransactionReview/index.js
Outdated
Show resolved
Hide resolved
...nents/Views/confirmations/components/TransactionBlockaidBanner/TransactionBlockaidBanner.tsx
Outdated
Show resolved
Hide resolved
…obile into blockaid_spinner_fix
Bitrise✅✅✅ Commit hash: a54f016 Note
|
Quality Gate passedIssues Measures |
Description
Bloackaid spinner is not shown correctly when confirmation requests are batched.
Previously we only kept result of blockaid validation for only current transaction in redux state, this PR makes change to keep validation result of all recent transaction in state.
Related issues
Fixes: #10514
Manual testing steps
Screenshots/Recordings
Screen.Recording.2024-08-15.at.6.14.48.PM.mov
Pre-merge author checklist
Pre-merge reviewer checklist