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 was archived by the owner on Jun 5, 2023. It is now read-only.
When querying a hotspot's roles endpoint, the cursor doesn't advance. For example, I'm querying /hotspots/:address/roles?filter_types=assert_location_v2, getting empty data and a cursor, using the cursor, and getting the same response with the same cursor. This seems to happen if the transaction in question was awhile ago. It works if querying a hotspot with a recent assert location txn, but querying one with assert locations in the past produces this cursor bug.
When querying a hotspot's roles endpoint, the cursor doesn't advance. For example, I'm querying
/hotspots/:address/roles?filter_types=assert_location_v2, getting empty data and a cursor, using the cursor, and getting the same response with the same cursor. This seems to happen if the transaction in question was awhile ago. It works if querying a hotspot with a recent assert location txn, but querying one with assert locations in the past produces this cursor bug.