Paginates the tx history so users can see much further back than 10 txs.
This will make the previous approach of passing in a parsed txs array into the TxHistory component redundant, but will refactor useWallet for this in a separate diff.
Differential D15188
[Cashtab] Tx History Pagination emack on Jan 17 2024, 11:56. Authored by Tags None Subscribers None
Details
Paginates the tx history so users can see much further back than 10 txs. This will make the previous approach of passing in a parsed txs array into the TxHistory component redundant, but will refactor useWallet for this in a separate diff.
Diff Detail
Event TimelineComment Actions Integrated paginated tx history retrieval to the frontend rendering logic in TxHistory.js. Also added integration tests in TxHistory.test.js. Comment Actions Frontend rendering integration tests fixed. Now need to resolve the issue of no incoming txs in history. Comment Actions Hooking the useEffect() loop to balances.totalBalance and nonSlpUtxostwo as additional dependencies so the paginated tx history will update itself when XEC or SLP txs are detected Comment Actions
Comment Actions
|