Skip to content

Conversation

@Bashmunta
Copy link

The select_all_nullifiers query was relying on SQLite's implicit row order, while the documented SQL and tests expect results ordered by block_num ascending. This change adds an explicit ORDER BY clause to the Diesel query so the implementation matches the documented contract and the tests no longer depend on undefined database behavior.

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.

1 participant