-
Notifications
You must be signed in to change notification settings - Fork 637
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
Review button states #5854
Merged
Merged
Review button states #5854
Changes from 43 commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
46162ee
wip
greg-schrammel 3a3c341
fix gesture button states
walmat b8635be
Safemath pt 2 (#5778)
brunobar79 251f247
fix dynamic island overlap on recieve modal (#5672)
BrodyHughes ecb04e1
Gas optimizations (#5779)
greg-schrammel 7e367e1
fix other networks section (#5784)
walmat f3307cb
Swaps: fix favorite button press (#5782)
benisgold 009f887
todo
greg-schrammel 6fd56f7
Merge remote-tracking branch 'origin/develop' into review-button-states
greg-schrammel 2ce9e5f
remove console logs
greg-schrammel 3c86b3b
Merge branch 'develop' into review-button-states
greg-schrammel a5799fb
Insufficient Funds
greg-schrammel 9d816a8
remove todo
greg-schrammel a17464e
move cache getter closer to fetcher implentation
greg-schrammel c60dc66
Merge remote-tracking branch 'origin/develop' into review-button-states
greg-schrammel 93cf94c
Merge branch 'develop' into review-button-states
greg-schrammel 0af8ff4
fix
greg-schrammel 0187af5
Merge remote-tracking branch 'origin/develop' into review-button-states
greg-schrammel 40c2055
:)
greg-schrammel adf3b51
Merge branch 'develop' into review-button-states
walmat c7c0102
🍕
greg-schrammel cba4aed
or equal 🤌
greg-schrammel 2ea366e
remove unused isSameAddress util
greg-schrammel e6d4382
just reordering declarations
greg-schrammel 31d36b6
error i18n
greg-schrammel 508a13b
fix merge conflicts with import sorting
walmat 76df24c
useGasSharedValues
greg-schrammel f93b7ad
remove estimating
greg-schrammel c9bd12f
Merge branch 'develop' into review-button-states
greg-schrammel 23c29c8
Merge branch 'develop' into review-button-states
greg-schrammel 606866f
Merge branch 'develop' into review-button-states
walmat 7697803
fix label flickering
greg-schrammel da8d964
fix review panel not prompting
walmat 2819c72
Merge branch 'develop' into review-button-states
walmat fea8f65
Revert "Lint on pre-commit (#5836)"
walmat 955e223
fix a bunch of shit
walmat 8cfad78
Merge branch 'develop' of https://github.com/rainbow-me/rainbow into …
walmat 988541d
Merge branch 'develop' into review-button-states
walmat e4cc776
fix?
greg-schrammel 395dc38
Merge remote-tracking branch 'origin/develop' into review-button-states
greg-schrammel 18da203
opacity
greg-schrammel ac80365
on review panel we should show fetching status and quote errors too
walmat 6fcef75
merge
walmat 50f51f0
remove error
greg-schrammel 86026b3
useUserNativeNetworkAsset
greg-schrammel 2ab06b5
Merge remote-tracking branch 'origin/develop' into review-button-states
greg-schrammel eafe6cc
less or equal
greg-schrammel c809659
Fixes for review button states (#5873)
jinchung e9f78e4
Fixup: missed spot for previous hasEnoughFundsForGas revert
jinchung 58a8d79
Merge branch 'develop' into review-button-states
jinchung 8ce503f
fix formatting
brunobar79 89d80e7
Merge branch 'develop' of github.com:rainbow-me/rainbow into review-b…
brunobar79 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
src/__swaps__/screens/Swap/components/GestureHandlerV1Button.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
I have a theory that the reason we see 0 sometimes as the gas price is because there are decimals in the fee and the safeBigInt returns 0. IMO it's preferably to round up
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 should be using
wei
for everything herebut makes sense gonna test it