-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: portfolio refresh on new tx (#1179)
* feat: portfolio refresh on new tx * fix: force refetch and get the most recent tx, not the oldest * wip: comments * fix: wip - fixing doubling asset balance * fix: assets balances on tx * fix: using accounts to calculate total balance instead of assets. * refactor: bn changed to bnorzero * fix: wrong logic fixed * fix: fixing ui flickers * fix: selector reverted * fix: using tx related account * fix: logic fixed * fix: requested changes applied * fix: lowercase account specifier * chore: comment outstanding work * chore: tidy and flatten logic * feat: refetch portfolio on new txid, handles all chains and scenarios. change unique tx id delimiters * chore: comments and stricter type defs * fix: lowercase ETH public key intercept URL * fix: use expected button text in test * Update src/context/PortfolioProvider/PortfolioContext.tsx Co-authored-by: Apotheosis <[email protected]> * Update src/state/slices/portfolioSlice/portfolioSlice.ts Co-authored-by: Apotheosis <[email protected]> * Update src/state/slices/txHistorySlice/utils.ts Co-authored-by: Apotheosis <[email protected]> * Update src/context/PortfolioProvider/PortfolioContext.tsx Co-authored-by: Apotheosis <[email protected]> * Update src/state/slices/txHistorySlice/utils.ts Co-authored-by: Apotheosis <[email protected]> * fix: effect dependencies based on PR review Co-authored-by: stackedQ <[email protected]> Co-authored-by: Apotheosis <[email protected]>
- Loading branch information
1 parent
60ffe3f
commit 5003516
Showing
8 changed files
with
169 additions
and
46 deletions.
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