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

Improve transaction history sync process #743

Open
alvarengathomas opened this issue Jan 13, 2025 · 1 comment
Open

Improve transaction history sync process #743

alvarengathomas opened this issue Jan 13, 2025 · 1 comment
Labels
Tunnel Related to the Tunnel app

Comments

@alvarengathomas
Copy link
Contributor

Description

As a user, I want to see my transaction history as soon as possible, so I don't have to wait a long time until the application load all my transactions.

Problem addressed

Image

The sync process takes a long time to load all the transactions because it is reading all blocks in the chain by chunks.

Proposed implementation

An alternative solution to fix this problem is to use Blockscout Explorer API to return all transactions related to the user address.

Reference: https://testnet.explorer.hemi.xyz/api-docs
Endpoint: /addresses/{address_hash}/transactions

@alvarengathomas alvarengathomas added the Tunnel Related to the Tunnel app label Jan 13, 2025
@gndelia
Copy link
Contributor

gndelia commented Jan 13, 2025

Note that we will need to get transactions for the user from the L1 chains as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Tunnel Related to the Tunnel app
Projects
None yet
Development

No branches or pull requests

2 participants