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 25 forks source link

Fix in-game transfer polling #2460

Closed umairkhannn closed 3 months ago

umairkhannn commented 3 months ago

Using utxo instead of snapshots for verifing payment received after end of round/end of game.

Currently we arent able to fetch utxo in descending order so I have set a very high limit of 100000 on ascending order records. Have notified mixin team about this issue.