status-go/services/wallet/activity
Stefan 524c21834b fix(wallet) propagate multi-transactions IDs to transfers
Mainly refactor API to have control on pending_transactions operations.
Use the new API to migrate the multi-transaction ID from to transfers
in one SQL transaction.
The refactoring was done to better mirror the purpose of pending_transactions

Also:
- Externalize TransactionManager from WalletService to be used by
  other services
- Extract walletEvent as a dependency for all services that need to
  propagate events
- Batch chain requests
- Remove unused APIs
- Add auto delete option for clients that fire and forget transactions

Updates status-desktop #11754
2023-08-22 18:39:42 +02:00
..
activity.go fix(wallet) propagate multi-transactions IDs to transfers 2023-08-22 18:39:42 +02:00
activity_test.go tests: Added unit test for copying 'keypairs_accounts' table to the wallet db. 2023-08-18 09:00:56 +02:00
filter.go feat: Handle collectible mint (#3852) 2023-08-04 12:47:22 +02:00
filter_test.go fix(tests): moved test db setup to a common place 't/helpers', created 2023-08-18 09:00:56 +02:00
service.go fix(tests): moved test db setup to a common place 't/helpers', created 2023-08-18 09:00:56 +02:00