SaitoTech / saito-lite-rust

a version of the Saito-Lite client written for compatibility with the Saito Rust client and binary data format
24 stars 28 forks source link

Fix poker trx transfer polling #2462

Open umairkhannn opened 5 months ago

umairkhannn commented 5 months ago

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 commented 5 months ago

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

umairkhannn commented 5 months ago

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