Skip to content
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

[New Tx History] Fetch transaction list first, then status #1212

Open
Tracked by #1206
brtkx opened this issue Oct 11, 2023 · 0 comments
Open
Tracked by #1206

[New Tx History] Fetch transaction list first, then status #1212

brtkx opened this issue Oct 11, 2023 · 0 comments

Comments

@brtkx
Copy link
Contributor

brtkx commented Oct 11, 2023

Refactoring is required to fetch the transaction list first, display them and update the status separately. This way we can show a loader on the status column, while user is able to see all of their transactions.

This is particularly useful when Orbit transactions (which are much slower) are being fetched alongside Mainnet transactions. We don't want to block displaying the Mainnet transactions and have the tx history be very slow in general.

Because getting the transactions themselves is fast (getting their status is slow for Orbit chains), we can display them first and then update the status.

@brtkx brtkx changed the title [New Tx History] Event logs: fetch transactions first, then status [New Tx History] Fetch transaction list first, then status Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant