-
Notifications
You must be signed in to change notification settings - Fork 26
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
Also, we will need to revive the old |
Finally |
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: