status-go/services/local-notifications
IvanBelyakoff cb9f2dd7d2
feat(wallet): refactor transfers to allow multiple transfer fetching (#3432)
strategies.

On mobile devices we might not want to load all transfers history
to avoid high internet traffic consumption or to save some space.
On desktop we will load all transfers in background.

- Moved current fetching transfers implementation to
OnDemandFetchStrategy
- Implemented QueuedAtomicGroup to cache outgoing commands above a
threshold
- Refactored some type names, methods for better clarity:
  - LastKnownBlock name was misused
  - Block renamed to BlockDAO to clarify what it does and avoid
confusion with geth Block type
- Cleanup - removed unused parameters and types' members
- Changed tests to use in memory DB for speedup
- Added more logging and comments

Updates #10246
2023-05-08 08:02:00 +02:00
..
api.go [wallet] Show PNs right after enabling 2021-01-13 12:33:09 +02:00
core.go Sync Settings (#2478) 2022-03-23 18:47:00 +00:00
core_test.go feat(wallet): refactor transfers to allow multiple transfer fetching (#3432) 2023-05-08 08:02:00 +02:00
database.go Local notifications service (#2026) 2020-10-28 10:56:14 +03:00
database_test.go feat: make kdf iterations configurable when creating a multiaccount (#2796) 2022-09-27 16:27:20 -04:00
transaction.go feat: add ticker in backend rather than in clients 2022-12-02 10:53:21 +01:00
types.go Send notification when your contact invites you to group chat (#2361) 2021-09-27 11:02:25 -03:00