You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Expected behavior
Given I make the following calls:
/transactions?blockId=:blockId&sort=timestamp:desc&offset=0&limit=51
and/transactions?blockId=:blockId&sort=timestamp:desc&offset=50&limit=51
I expect the last item returned by the first call to be the same as the first item returned by the second call.
Actual behavior
It is not.
Steps to reproduce
Using the following test database:
Compare the first call with the second call
Which version(s) does this affect? (Environment, OS, etc...)
v1.0.0-beta.5
The text was updated successfully, but these errors were encountered: