Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Wallet: Show transactions from all networks under each account activity screen #7385

Closed
nuo-xu opened this issue May 3, 2023 · 1 comment

Comments

@nuo-xu
Copy link
Contributor

nuo-xu commented May 3, 2023

Since core is going to be upgraded to 1.52.x, we will have the ability to fetch all transactions from all networks. Currently, we are only fetching all transactions that belong to that account from the current selected(default) network of that account's coin type.

For example, if a user has an Eth account with address 0xA and it has Tx A on Eth Mainnet, and Tx B on Polygon, and the default network for Eth coin type is Eth Mainnet
Currently we display transactions under 0xA is:
Tx A on Eth Mainnet
Expected the transactions under 0xA is:
Tx A on Eth Mainnet
Tx B on Polygon

This requirement is very similar to #7233 except this issue is for Account Activity Screen
This requirement should also apply to AccountTransactionListView. Can be integrated in the same issue but feel free to create a separated issue if necessary.

@srirambv
Copy link
Contributor

Verification passed on iPhone 13 with iOS 16.5 running 1.52 (23.6.22.18)

  • Verified steps from #7441
  • Verified all completed transaction activity from all network is shown under activity tab
  • Verified rejected transactions are only shown under the account and not under activity tab
7385.MP4

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Archived in project
Development

No branches or pull requests

3 participants