status-go/services/stickers
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
..
api.go fix(wallet) propagate multi-transactions IDs to transfers 2023-08-22 18:39:42 +02:00
install.go feat: add IPFS rate limiter for downloading stickers and use http server for retrieving stickers (#2611) 2022-05-09 09:07:57 -04:00
pending.go fix: review comments applied 2023-07-25 18:11:05 +02:00
recent.go feat: add IPFS rate limiter for downloading stickers and use http server for retrieving stickers (#2611) 2022-05-09 09:07:57 -04:00
service.go fix(wallet) propagate multi-transactions IDs to transfers 2023-08-22 18:39:42 +02:00
transactions.go fix(wallet) propagate multi-transactions IDs to transfers 2023-08-22 18:39:42 +02:00