CakeWallet/lib/store
David Adegoke 1d6e594e04
CW-959: Swap Status on Transaction Screen (#2299)
* feat(swap-status-monitor): add real-time swap status monitoring and UI updates

- Introduce SwapManager for automatic tracking of active-wallet swaps.
- Automatically queues new or updated trades from the Hive box.
- Periodically fetch and persist swap statuses via the corresponding trade provider.
- Implement start(wallet, providers), stop(), and dispose() for lifecycle control.
- Apply user's ExchangeApiMode(disabled, tor-only, enabled) when fetching updates.
- Remove swaps from the watchlist on any final state (completed, expired, failed).
- Dispose SwapManager in AppState.dispose() to cancel polling and the Hive subscription.

* refactor(swap-status): replace SwapManager with TradeMonitor for improved trade monitoring.

This change improves the flow by simplifying the trade monitoring logic.

- Removes SwapManager class and replace with TradeMonitor implementation
- Update di and Appstate to register and dispose TradeMonitor
- Modify DashboardViewModel to use TradeMonitor instead of SwapManager

* fix: Modify trade monitoring logic to ensure trade timers are properly disposed when wallet switching occurs

* fix(swap-status): Fix receive amount for exchanges showing as .00 because of null values

* feat(swap-status): Enhance Trade Monitoring

This change:
- Adds a privacy settings option to disable automatic exchange status updates.
- Prevents trade monitoring when privacy settings option is enabled.
- Disables trade monitoring when the app is in background, we only want to run these checks in foreground.
- Refactors the trade monitoring logic to remove unneccessary checks and use of resources.

* feat(swap-status): Enhance Trade Monitoring

This change:
- Adds a privacy settings option to disable automatic exchange status updates.
- Prevents trade monitoring when privacy settings option is enabled.
- Disables trade monitoring when the app is in background, we only want to run these checks in foreground.
- Refactors the trade monitoring logic to remove unneccessary checks and use of resources.

* fix(swap-staus): Prevent unneccessary calls

* feat(swap-status): Prevent api request calls as long as last update time is less than specified interval
2025-06-04 18:24:56 +03:00
..
anonpay Automated Integration Tests Flows (#1686) 2024-11-07 16:46:08 +02:00
dashboard implement-payjoin (#1949) 2025-05-12 20:33:14 +03:00
templates Cw 433 support send templates with multiple recipients (#995) 2023-08-02 01:19:04 +03:00
yat CW 781 replace all print statements with printV (#1733) 2024-12-09 20:23:59 +02:00
app_store.dart New themes (#2239) 2025-05-25 23:11:45 +03:00
authentication_store.dart Ledger monero fix (#1834) 2024-12-14 01:32:36 +02:00
node_list_store.dart Flutter upgrade 2022-10-12 13:09:57 -04:00
secret_store.dart CW-599-Extract-Secure-Storage (#1353) 2024-05-08 23:23:27 +03:00
seed_settings_store.dart Cw 488 seed offset (#1631) 2024-08-26 20:06:54 +03:00
settings_store.dart CW-959: Swap Status on Transaction Screen (#2299) 2025-06-04 18:24:56 +03:00
wallet_list_store.dart Part 1 2020-09-21 14:50:26 +03:00