Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

different response for each instance of explorer #257

Open
zargarzadehm opened this issue Jan 22, 2024 · 0 comments
Open

different response for each instance of explorer #257

zargarzadehm opened this issue Jan 22, 2024 · 0 comments
Labels
C-bug Bugfix

Comments

@zargarzadehm
Copy link

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.

@oskin1 oskin1 added the C-bug Bugfix label Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Bugfix
Projects
None yet
Development

No branches or pull requests

2 participants