status-go/api
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
..
multiformat Added link to specs for key compression API (#1995) 2020-06-24 14:39:42 +01:00
app_state.go Clean api package (#1055) 2018-06-27 10:11:45 +02:00
app_state_test.go Clean api package (#1055) 2018-06-27 10:11:45 +02:00
backend.go Initialize protocol when waku active (#1832) 2020-02-17 15:38:59 +01:00
backend_subs_test.go Use goimports instead of gofmt 2020-01-06 10:17:23 +01:00
backend_test.go [Fix: #2027] Migrate db to shorter path name 2020-09-25 14:02:09 +02:00
connection.go Clean api package (#1055) 2018-06-27 10:11:45 +02:00
connection_test.go Clean api package (#1055) 2018-06-27 10:11:45 +02:00
geth_backend.go [wallet] Reduce number of RPC requests 2020-11-25 12:20:23 +02:00
nimbus_backend.go Initialize protocol when waku active (#1832) 2020-02-17 15:38:59 +01:00
utils.go Migrate more files to eth-node/crypto 2019-12-20 11:24:26 +01:00
utils_test.go Use goimports instead of gofmt 2020-01-06 10:17:23 +01:00