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

Add custom block ordering on address transaction page #2366

Closed
sl1depengwyn opened this issue Nov 6, 2024 · 0 comments · Fixed by #2387
Closed

Add custom block ordering on address transaction page #2366

sl1depengwyn opened this issue Nov 6, 2024 · 0 comments · Fixed by #2387
Assignees

Comments

@sl1depengwyn
Copy link
Contributor

Now api/v2/address/:address_hash/transactions supports ordering by block number like this
api/v2/address/:address_hash/transactions?sort=block_number&order=asc or api/v2/address/:address_hash/transactions?sort=block_number&order=desc in order to fulfill the demand of the last page button on this page.

So we need to extend sorting on this page to include block number field as well

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

Successfully merging a pull request may close this issue.

2 participants