status-go/services/wallet/activity
Stefan 293fa9d248 fix(wallet) fix filtering failing with NULL values in to_address
Added test to validate the fix

Also change JOIN to LEFT JOIN between `multi_transactions` and `transactions` table so that we return all entries from `multi_transactions` table even if there is no matching entry in `transactions` table, which might be the case for multi transactions that that could not be detected. This will postpone the error case until we get into details of the multi transaction.

Updates status-desktop #11233
2023-07-04 15:51:33 +02:00
..
TODO.md feat(wallet) make remaining filter apis async 2023-07-03 16:50:48 +02:00
activity.go fix(wallet) fix filtering failing with NULL values in to_address 2023-07-04 15:51:33 +02:00
activity_test.go fix(wallet) fix filtering failing with NULL values in to_address 2023-07-04 15:51:33 +02:00
filter.go fix(wallet) fix crash if to_address is NULL in transfers 2023-06-28 09:55:43 +02:00
filter_test.go fix(wallet) fix crash if to_address is NULL in transfers 2023-06-28 09:55:43 +02:00
scheduler.go feat(wallet) make remaining filter apis async 2023-07-03 16:50:48 +02:00
scheduler_test.go feat(wallet) make remaining filter apis async 2023-07-03 16:50:48 +02:00
service.go fix(wallet) fix filtering failing with NULL values in to_address 2023-07-04 15:51:33 +02:00