ergoplatform / explorer-backend

Ergo Blockchain Explorer
22 stars 31 forks source link

different response for each instance of explorer #257

Open zargarzadehm opened 7 months ago

zargarzadehm commented 7 months ago

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.