status-go/services/wallet/activity
Stefan 9a30674590 feat(wallet) deliver pending changed events to clients
Add wallet events feed to TransactionManager and send pending changed
events on add and delete

Also

- Remove hardcoded values in the filter query
- Small improvement to query

Updates status-desktop #11233
2023-07-07 15:06:14 +02:00
..
TODO.md feat(wallet) make remaining filter apis async 2023-07-03 16:50:48 +02:00
activity.go feat(wallet) deliver pending changed events to clients 2023-07-07 15:06:14 +02:00
activity_test.go fix(wallet) returning wrong address identity in filter 2023-07-05 10:36:45 +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