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

Clean up the wallet-updated event, because we should not be calling it so many times #2467

Open umairkhannn opened 5 months ago

umairkhannn commented 5 months ago

We have a confusion in nomenclature here, mixin is calling it on an interval, but it is about saving our app.options data...

umairkhannn commented 5 months ago

@f8daniel the repeated calling of "wallet-updated" event was issue from rust side, where on every tx creation "wallet-updated" event was fired from rust and received at JS side. I had created a ticket for it on core/network board as advised by richard. Details are mentioned in the ticket below:

https://github.com/SaitoTech/saito-rust-workspace/issues/724