status-go/services/wallet/activity
Ivan Belyakov 3b6b38a414 chore(wallet)_: Fix tests after wallet api sign and send clean up
- Get rid of InsertTestMultiTransaction function in test utils and
use InsertMultiTransaction method of transaction manager
- Use MultiTransaction type instead of TestMultiTransaction

Added a missing wallet DB migration file for multi transactions
2024-05-09 18:11:58 +02:00
..
activity.go fix: calculating next nonce for optimism chain improved to align with calculation on mainnet and arbitrum 2024-03-13 15:21:33 +01:00
activity_test.go chore(wallet)_: Fix tests after wallet api sign and send clean up 2024-05-09 18:11:58 +02:00
benchmarks_test.go chore(wallet)_: Fix tests after wallet api sign and send clean up 2024-05-09 18:11:58 +02:00
details.go bug: Added missing out chain data (#4303) 2023-11-30 12:37:32 +01:00
filter.go chore(wallet)_: clean up wallet API send and sign transactions 2024-05-09 18:11:58 +02:00
filter.sql chore(wallet)_: clean up wallet API send and sign transactions 2024-05-09 18:11:58 +02:00
filter_test.go chore(wallet)_: Fix tests after wallet api sign and send clean up 2024-05-09 18:11:58 +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 chore(wallet)_: clean up wallet API send and sign transactions 2024-05-09 18:11:58 +02:00
service.go chore(wallet)_: removed all addresses parameter as redundant. 2024-04-12 14:36:44 +02:00
service_test.go chore(wallet)_: removed all addresses parameter as redundant. 2024-04-12 14:36:44 +02:00
session.go chore(wallet)_: removed all addresses parameter as redundant. 2024-04-12 14:36:44 +02:00
session_test.go feat(wallet) add GetMoreForFilterSession API method 2024-02-13 17:37:44 +01:00