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

Allow ability to adjust query ranges for EVM transactions #7713

Open
LefterisJP opened this issue Apr 8, 2024 · 0 comments
Open

Allow ability to adjust query ranges for EVM transactions #7713

LefterisJP opened this issue Apr 8, 2024 · 0 comments
Milestone

Comments

@LefterisJP
Copy link
Member

Abstract

Once evm transactions are queried for a range, then they are no longer queried for this range again. Once queried and saved, we save them in the DB and update the queried range.

This will make it so that next query of transaction data won't query the same range again. That's all good and intended.

2024-04-08_09-27

But the problem comes when for some reason the remote source of data has problems and instead of failing with an error, returns wrong data. Or if for some reason some bug causes transactions on a range to be missed. At that point we need to do something.

We have the purge evm data functionality. So we can purge all transactions and ranges for a given chain. But that's a bit too heavy handed.

Adjusting the queried range so it requeries the last X days of data should also be possible.

Specification

  • Create API to get, and adjust query ranges for anything.
  • Expose it in the frontend in a user friendly way so that the user can adjust the queried ranges to fix the problem explained in the issue
@LefterisJP LefterisJP added this to the 1.34.0 milestone Apr 8, 2024
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