status-go/api
Roman Volosovskyi 8268083008
[wallet] Merge blocks ranges when possible
- old existing ranges are merged when wallet service is started
- a new range is merged with an existing one if possible

This will decrease the number of entries in blocks_range table as
currently it can grow indefinitely (@flexsurfer reported 23307 entries).

This change is also needed for further optimisations of RPC usage.
2021-02-09 16:32:20 +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 Fix tests and lint 2020-12-17 14:10:00 +01:00
backend_subs_test.go Upgrade linter and address issues 2020-12-28 16:55:14 +01:00
backend_test.go Upgrade linter and address issues 2020-12-28 16:55:14 +01: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] Merge blocks ranges when possible 2021-02-09 16:32:20 +02:00
nimbus_backend.go Fix tests and lint 2020-12-17 14:10:00 +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