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

Fix poker trx transfer polling #2462

Open
umairkhannn opened this issue Apr 17, 2024 · 2 comments · Fixed by #2460
Open

Fix poker trx transfer polling #2462

umairkhannn opened this issue Apr 17, 2024 · 2 comments · Fixed by #2460
Assignees

Comments

@umairkhannn
Copy link
Member

umairkhannn commented Apr 17, 2024

This issue is happening due to mixin api (/safe/snapshot) unable to send us snapshots in descending order, despite setting order: 'DESC'.
Currently 1000 snapshots records are being fetched in ascending order, so if the poker transfer doesnt fall inside this limit it isnt recognised.

I am in contact with mixin team and have notified them of this issue.

@umairkhannn umairkhannn self-assigned this Apr 17, 2024
@umairkhannn umairkhannn linked a pull request Apr 17, 2024 that will close this issue
@umairkhannn
Copy link
Member Author

Mixin team advised to use /safe/outputs api instead of /safe/snapshot.

@umairkhannn
Copy link
Member Author

/safe/outputs seems to be working for us but this api is also not supporting order: 'DESC'.
Letting mixin team know of this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant