status-go/services/local-notifications
Roman Volosovskyi 002f9a5597
[wallet] Reduce number of RPC requests
- Wallet service is not started on foreground event on status-go side
  anymore, it leaves a client side opportunity to decide whether new
  blocks should be watched.
- `watchNewBlocks` parameter is added to `StartWallet`.
- Some requests are removed/moved to the place where they are necessary.
2020-11-25 12:20:23 +02:00
..
api.go Local notifications service (#2026) 2020-10-28 10:56:14 +03:00
core.go [wallet] Reduce number of RPC requests 2020-11-25 12:20:23 +02:00
core_test.go [wallet] Reduce number of RPC requests 2020-11-25 12:20:23 +02:00
database.go Local notifications service (#2026) 2020-10-28 10:56:14 +03:00
database_test.go Local notifications service (#2026) 2020-10-28 10:56:14 +03:00