CakeWallet/lib/view_model/send
David Adegoke fe0c9ecc0e
CW-1084: Solana Issues (#2305)
* fix(solana-issues): Fix missing solana transaction history entries

* fix(solana-issues): Fixes issues relating to Solana Transaction History

This change:
- Modifies transaction parsing logic to handle more scenarios and better parse Solana transaction data.
- Adds partial filter for spam transactions

* fix(solana-issues): Enhance transaction parsing for Associated Token Account (ATA) programs

This change:
- Adds logic to differentiate between create account and token transfer transactions for the ATA program.
- Introduces a check to skip transactions that only create accounts without associated token transfers.

* fix(solana-issues): Improve transaction update logic and enhance error handling

This change:
- Updates the transaction update callback to only trigger when new valid transactions are present.
- Enhances error handling for insufficient funds by distinguishing between errors for sender and receiver.
2025-06-14 04:18:46 +03:00
..
fees_view_model.dart Add decred (#1938) 2025-03-21 04:18:47 +02:00
output.dart Fix not accepting "," in some currencies 2025-05-01 16:21:47 +03:00
send_template_view_model.dart align the hint with the prefix in the text field (#1571) 2024-08-10 00:48:36 +03:00
send_view_model.dart CW-1084: Solana Issues (#2305) 2025-06-14 04:18:46 +03:00
send_view_model_state.dart CW-1045-Ledger-Bugs-Enhancements (#2278) 2025-05-26 18:38:51 +03:00
template_view_model.dart align the hint with the prefix in the text field (#1571) 2024-08-10 00:48:36 +03:00