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

Fix get block range #87

Merged
merged 3 commits into from
Nov 2, 2024
Merged

Conversation

idky137
Copy link
Contributor

@idky137 idky137 commented Oct 30, 2024

Fixes the order that compact blocks are returned in by the get_block_range and get_block_range_nullifiers RPCs. Before they were always returned in descending order, now they are returned in the order that they are requested in (start -> end). Error codes will be fixed in a separate PR

@idky137 idky137 added bug Something isn't working ZGM1 Issues that need to be resolved for the completion of the Zaino dev grant milestone 1 labels Oct 30, 2024
@idky137 idky137 marked this pull request as ready for review October 30, 2024 17:16
zaino-serve/src/rpc/service.rs Show resolved Hide resolved
zaino-serve/src/rpc/service.rs Outdated Show resolved Hide resolved
@Oscar-Pepper Oscar-Pepper merged commit 22f9245 into zingolabs:dev Nov 2, 2024
6 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ZGM1 Issues that need to be resolved for the completion of the Zaino dev grant milestone 1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants