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 cursor-based pagination on /blocks endpoint #2043

Closed
smcclellan opened this issue Aug 5, 2024 · 0 comments · Fixed by #2060
Closed

Add cursor-based pagination on /blocks endpoint #2043

smcclellan opened this issue Aug 5, 2024 · 0 comments · Fixed by #2060
Assignees

Comments

@smcclellan
Copy link
Contributor

To improve the speed of requests to the /blocks endpoint, we can use cursor-based pagination using height as the cursor. This will take the place of offset in the endpoint currently.

@github-project-automation github-project-automation bot moved this to 🆕 New in API Board Aug 5, 2024
@zone117x zone117x moved this from 🆕 New to 📋 Backlog in API Board Aug 6, 2024
@zone117x zone117x self-assigned this Aug 6, 2024
@zone117x zone117x moved this from 📋 Backlog to 🏗 In Progress in API Board Aug 19, 2024
@github-project-automation github-project-automation bot moved this from 🏗 In Progress to ✅ Done in API Board Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants