This also reorganizes these query parameters from "pagination" limits to "block_range" limits, and only includes them as pagination limits to generate the expected "next_key" in pagination response properties.
The PR also refactors much logic of resolving block range timestamp limits into block range heights more consistently and reliably.
This PR changes the query parameters:
pagination.before
->block_range.from_height
pagination.after
->block_range.to_height
This also reorganizes these query parameters from "pagination" limits to "block_range" limits, and only includes them as pagination limits to generate the expected "next_key" in pagination response properties.
The PR also refactors much logic of resolving block range timestamp limits into block range heights more consistently and reliably.