-
Notifications
You must be signed in to change notification settings - Fork 21
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
transactionHandler's GetLedgerRange is not accurate #208
Comments
2opremio
changed the title
transactionHandler's GetLedgerRange is wrong
transactionHandler's GetLedgerRange is not accurate
Jun 11, 2024
Also, we will need to revive the old |
Finally |
mollykarcher
modified the milestones:
platform sprint 47,
platform sprint 49,
platform sprint 48
Jun 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It uses the meta table and not the transaction table. The meta table can have a longer history than the transaction table since it stores the maximum range of the events storage window and the transaction storage window.
Also,
GetLedgerRange
is untested. A test should be added since the function is pretty complex.The problem was introduced in #174
The text was updated successfully, but these errors were encountered: