status-go/services/wallet/activity
Dario Gabriel Lipicar 54ea0981a5 fix: properly handle tokenID 0 when filtering activity by collectibles 2024-02-23 09:43:20 -03:00
..
TODO.md feat(wallet): Add session-based activity API for dynamic updates 2024-02-01 19:55:06 +01:00
activity.go feat(wallet) add GetMoreForFilterSession API method 2024-02-13 17:37:44 +01:00
activity_test.go fix: properly handle tokenID 0 when filtering activity by collectibles 2024-02-23 09:43:20 -03: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: properly handle tokenID 0 when filtering activity by collectibles 2024-02-23 09:43:20 -03: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(wallet) use sql activity filter for incremental updates 2024-02-12 19:29:15 +01:00
service_test.go feat(wallet) add GetMoreForFilterSession API method 2024-02-13 17:37:44 +01:00
session.go feat(wallet) add GetMoreForFilterSession API method 2024-02-13 17:37:44 +01:00
session_test.go feat(wallet) add GetMoreForFilterSession API method 2024-02-13 17:37:44 +01:00