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

exp/lighthorizon: Support order parameter in endpoints. #4503

Closed
Tracked by #4571
Shaptic opened this issue Aug 3, 2022 · 0 comments
Closed
Tracked by #4571

exp/lighthorizon: Support order parameter in endpoints. #4503

Shaptic opened this issue Aug 3, 2022 · 0 comments

Comments

@Shaptic
Copy link
Contributor

Shaptic commented Aug 3, 2022

Currently, Horizon Lite ignores the order parameter. We need feature parity, so we need support for this parameter.

By default, we're behaving as if order=asc, in the sense that retrieving an account's transactions happens in "historical order," e.g. oldest first. We should behave differently if order=desc.

This task might actually be pretty involved as it may involve changes to the bitmap index to support a PrevActive().

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

No branches or pull requests

2 participants