-
Notifications
You must be signed in to change notification settings - Fork 626
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 account balance discrepancies #5959
Merged
Merged
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
415e800
fix balance discrepency between bx and app and app and change wallet …
walmat 2f82761
Update src/helpers/buildWalletSections.tsx
walmat 4ff91ef
fix missing import from commit
walmat d010309
also fix send sheet balance discrepancy
walmat 50df200
fix swap user assets not refetching on pending txn resolution and PTR
walmat cf6a796
.
walmat 2605a21
update en_US key
walmat eb8bbe2
rmeove unused hook and bake it into the user assets store
walmat bc4c6e8
good lord
walmat 148a1eb
separate invalidateQueries because they don't update when grouped for…
walmat d5a2a67
more instances
walmat 1b4013f
cleanup
walmat a151992
Merge branch 'develop' into @matthew/APP-1689
walmat 207e811
remove stuff
walmat 1277e6d
cleanup useWatchPendingTxs
walmat 9efc708
code suggestions
walmat 2c018d8
break up useWallets
benisgold 647d1b0
rm latestBackup from useWallets
benisgold c05f854
useMemo -> useEffect
benisgold 4f05b85
logging
benisgold bb5cd77
cleanup
benisgold 8061f7a
remove unused withPositions params
benisgold 2aa197b
type
benisgold f9bf7ab
fix PROFILE_STICKY_HEADER loading value
benisgold 423f6df
Merge branch 'develop' of https://github.com/rainbow-me/rainbow into …
benisgold 5e81f25
fix
benisgold fc10958
optional chaining
benisgold b0eb61b
fixes to buildWalletSections + related code
benisgold 943117b
fix accountInfo isLoadingAccountBalance
benisgold 7a11e75
clean up useWalletBalances
benisgold 38e9eb5
stuff is still broken but committing walletsWithBalancesAndNames fix
benisgold 335bb0d
refactor useWalletsWithBalancesAndNames and fix consumers
benisgold 04069ba
fix wallet screen balance loading state
benisgold 4c6855d
Merge branch 'develop' of https://github.com/rainbow-me/rainbow into …
benisgold 4240c4e
console.log
benisgold cbf63df
switch amount types from string | number -> string
benisgold e1349b0
align stale/cache times, remove keepPreviousData
benisgold 6acff71
remove spammy isDamaged logging
benisgold 5e06f01
add loading balance copy + remove incorrectly used no balance copy
benisgold 33c8024
Merge branch 'develop' of https://github.com/rainbow-me/rainbow into …
benisgold 3ada8f0
fix i18n mistake
benisgold 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
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
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.
separated all of the instances of invalidateQueries out because Arrays weren't working for whatever reason.