status-go/services/wallet/activity
Stefan 31a2d403ef fix(wallet) prioritize type SendAT for pending entries in activity
In case both to/from addresses are present in the list we were using
the same logic as for transfers. However, this doesn't make sense given
that we can have only one entry in pending activity.

The following cases are still covered

- When the receiver is in addresses we get received
- When both receiver and sender are in the list will get sent
- When the sender is on the list we will get sent

Updates status-desktop #12120
2024-02-01 16:59:09 +01:00
..
activity.go fix: Show community token mint as Mint tx type (#4214) 2023-10-26 20:39:31 +02:00
activity_test.go fix(wallet): do not return gas-only ETH entries of transfers table for 2024-01-30 11:37:53 +01:00
benchmarks_test.go chore(wallet) optimize the filer query 2023-09-21 13:56:44 +02:00
details.go bug: Added missing out chain data (#4303) 2023-11-30 12:37:32 +01:00
filter.go feat: Wallet activity collectibles model (#4074) 2023-10-03 12:49:04 +02:00
filter.sql fix(wallet) prioritize type SendAT for pending entries in activity 2024-02-01 16:59:09 +01:00
filter_test.go feat: Wallet activity collectibles model (#4074) 2023-10-03 12:49:04 +02:00
get_collectibles.sql feat: Wallet activity collectibles model (#4074) 2023-10-03 12:49:04 +02:00
oldest_timestamp.sql Bug: Refresh recipients model (#4076) 2023-10-02 13:46:05 +02:00
recipients.sql Bug: Refresh recipients model (#4076) 2023-10-02 13:46:05 +02:00
service.go feat: lazy load collectibles metadata 2023-12-19 21:27:20 -03:00
service_test.go feat: lazy load collectibles metadata 2023-12-19 21:27:20 -03:00