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

bugfix: correctly paginate through 'search_tx' endpoint #4936

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

jstuczyn
Copy link
Contributor

@jstuczyn jstuczyn commented Sep 26, 2024

when results.append(&mut res.txs); was called, res.txs was always empty thus it was impossible to return more than page size number of results


This change is Reviewable

@jstuczyn jstuczyn added this to the MarsBar milestone Sep 26, 2024
@jstuczyn jstuczyn requested a review from octol September 26, 2024 15:31
Copy link

vercel bot commented Sep 26, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
nym-explorer ⬜️ Ignored (Inspect) Sep 26, 2024 3:31pm

@jstuczyn jstuczyn merged commit d4293c9 into develop Oct 7, 2024
23 checks passed
@jstuczyn jstuczyn deleted the bugfix/rpc-pagination branch October 7, 2024 15:17
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 this pull request may close these issues.

3 participants