mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
* 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. |
||
---|---|---|
.. | ||
cw_solana.dart | ||
default_spl_tokens.dart | ||
pending_solana_transaction.dart | ||
solana_balance.dart | ||
solana_client.dart | ||
solana_exceptions.dart | ||
solana_mnemonics.dart | ||
solana_transaction_credentials.dart | ||
solana_transaction_history.dart | ||
solana_transaction_info.dart | ||
solana_transaction_model.dart | ||
solana_wallet.dart | ||
solana_wallet_addresses.dart | ||
solana_wallet_creation_credentials.dart | ||
solana_wallet_service.dart | ||
spl_token.dart |