mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
* 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 |
||
---|---|---|
.. | ||
hardware_wallet | ||
action_list_display_mode.dart | ||
auto_generate_subaddress_status.dart | ||
balance_display_mode.dart | ||
biometric_auth.dart | ||
bip_353_record.dart | ||
cake_2fa_preset_options.dart | ||
calculate_fiat_amount.dart | ||
calculate_fiat_amount_raw.dart | ||
contact.dart | ||
contact_base.dart | ||
contact_model.dart | ||
contact_record.dart | ||
country.dart | ||
default_settings_migration.dart | ||
desktop_dropdown_item.dart | ||
emoji_string_extension.dart | ||
encrypt.dart | ||
ens_record.dart | ||
erc20_token_info_explorers.dart | ||
erc20_token_info_moralis.dart | ||
evm_transaction_error_fees_handler.dart | ||
exchange_api_mode.dart | ||
fiat_api_mode.dart | ||
fiat_currency.dart | ||
fio_address_provider.dart | ||
format_amount.dart | ||
fs_migration.dart | ||
generate_name.dart | ||
get_encryption_key.dart | ||
hash_wallet_identifier.dart | ||
haven_seed_store.dart | ||
ios_legacy_helper.dart | ||
language_service.dart | ||
list_order_mode.dart | ||
load_current_wallet.dart | ||
main_actions.dart | ||
mnemonic_item.dart | ||
node_list.dart | ||
openalias_record.dart | ||
parse_address_from_domain.dart | ||
parsed_address.dart | ||
pin_code_required_duration.dart | ||
preferences_key.dart | ||
priority_for_wallet_type.dart | ||
provider_types.dart | ||
qr_scanner.dart | ||
qr_view_data.dart | ||
record.dart | ||
secret_store_key.dart | ||
seed_phrase_length.dart | ||
seed_type.dart | ||
service_status.dart | ||
solana_nft_asset_model.dart | ||
sort_balance_types.dart | ||
template.dart | ||
transaction_creation_credentials.dart | ||
transaction_description.dart | ||
transaction_history.dart | ||
unstoppable_domain_address.dart | ||
wallet_contact.dart | ||
wallet_description.dart | ||
wallet_edit_page_arguments.dart | ||
wallet_group.dart | ||
wallet_list_order_types.dart | ||
wallet_manager.dart | ||
wallet_nft_response.dart | ||
wellknown_record.dart | ||
yat_record.dart | ||
zano_alias.dart |