-
Notifications
You must be signed in to change notification settings - Fork 635
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
[CHORE]: Remove Swaps V1 Dead Code #6181
Conversation
src/screens/transaction-details/components/TransactionDetailsHashAndActionsSection.tsx
Show resolved
Hide resolved
* remove bunch of duplicate utils * remove unused hooks and remove duplicate AnimatedBlurView * remove multiple getUniqueIds and only keep worklet version
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.
* fix gas button issues? * rm poll causing infinite loop * remove some weird checks * maybe?
} | ||
: { ...updatedParams }; | ||
navigate(Routes.SEND_FLOW, { | ||
asset, |
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.
does this mean we don't need this asset
on line 15 anymore?
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.
we do for Android
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.
all issues have been resolved, QA Passed 👍🏽
Fixes
What Changed
The gist of this feature branch is removing swaps v1 dead code and cleaning up traces in components.
There is no added functionality in this branch. No regressions should take place.
Screenshots / Screen Recordings
// coming soon
What To Test