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
We found a bug in explorer APIs which seems to be related to data storage and sorting.
We have an address that we know the related boxes are not currently in use and this query result should be stable. But querying multiple times results in different outputs (different box sorting and box selection)
We don't know the reason creating such a problem but it might be related to multiple instances behind the explorer APIs and their difference on data sorting.
We supposed that if we iterate on paging of this address we can iterate on all boxes. But as a result of this bug, sometimes we saw some boxes twice and couldn't find the desired box.
The text was updated successfully, but these errors were encountered:
We found a bug in explorer APIs which seems to be related to data storage and sorting.
We have an address that we know the related boxes are not currently in use and this query result should be stable. But querying multiple times results in different outputs (different box sorting and box selection)
We don't know the reason creating such a problem but it might be related to multiple instances behind the explorer APIs and their difference on data sorting.
We supposed that if we iterate on paging of this address we can iterate on all boxes. But as a result of this bug, sometimes we saw some boxes twice and couldn't find the desired box.
The text was updated successfully, but these errors were encountered: