cake_wallet/cw_wownero/lib/api
cyan cbca4c9c77
CW-1024 Improve performance of xmr wallet ()
* - enabled development options in CI builds.
- Implemented caching for account retrieval.
- refactor transaction handling in `dashboard_view_model.dart` to improve efficiency and reduce unnecessary updates in xmr.
- `DevMoneroCallProfilerPage`, for profiling performance of xmr,wow,zano wallet calls.

* use FeatureFlag.hasDevOptions

* prevent crashes in monero_c by using mutexes properly
improve performance of _transactionDisposer
remove unnecessary checks

* remove logging, bring back simplified logic

* update _transactionDisposer on length and confirmation of first and last transaction

* address comments from review

* don't throw unhandled exceptions in unawaited async code

* use cached transaction list in getAllSubaddresses, fix usage of txHistoryMutex

* [DNM] fix: crashes when opening wallet, performance issue when syncing and update dependencies

* Revert "use cached transaction list in getAllSubaddresses, fix usage of txHistoryMutex"

This reverts commit 4c4c33ac6a.

* Revert "[DNM] fix: crashes when opening wallet, performance issue when syncing and update dependencies"

This reverts commit d7603445ad.

* Revert "use cached transaction list in getAllSubaddresses, fix usage of txHistoryMutex"

This reverts commit 4c4c33ac6a.

* update shared_preferences

* improve state management performance by not rendering multiple changes in transaction screen on a single frame

* fix wallet switching
2025-04-03 03:31:25 +02:00
..
exceptions Cw 660 add ledger monero () 2024-11-12 05:26:09 +02:00
structs Cw 660 add ledger monero () 2024-11-12 05:26:09 +02:00
account_list.dart Wownero () 2024-07-04 22:43:17 +03:00
coins_info.dart Wownero () 2024-07-04 22:43:17 +03:00
subaddress_list.dart CW-611-Refactor-Address-Handling () 2024-09-28 05:38:23 +03:00
transaction_history.dart Zano with passphrase () 2025-01-24 20:33:24 +02:00
wallet.dart CW-1024 Improve performance of xmr wallet () 2025-04-03 03:31:25 +02:00
wallet_manager.dart Implement background sync for xmr using flutter_daemon () 2025-03-21 19:22:00 +02:00
wownero_output.dart Wownero () 2024-07-04 22:43:17 +03:00