erigon-pulse/cmd/restapi/apis
Alex Sharov 15096f273d
Remove ctx from Open. Stop goroutines on Close. (#650)
* remove ctx from MustOpen

* remove ctx from Open. Stop goroutines on Close.

* remove ctx from Open. Stop goroutines on Close.

* remove ctx from remote open (we have DialTimeout field to manage connection timeouts)

* enable RawReads and add native implementation of Get/Has methods
2020-06-12 10:31:21 +01:00
..
accounts_api.go Use uint256 for account balance (#580) 2020-05-26 17:53:50 +01:00
common.go Fix RestAPI for tx_retrace and make it work for local boltdb (#584) 2020-05-27 17:24:34 +01:00
db_api.go [Breaking change in db!] UI for Buckets stat (#607) 2020-06-04 16:35:42 +07:00
intermediate_data_len_api.go [wip] Lmdb: AbstractKV and DB interfaces (#589) 2020-05-30 09:12:21 +01:00
intermediate_hash_api.go [wip] Lmdb: AbstractKV and DB interfaces (#589) 2020-05-30 09:12:21 +01:00
remote_db_api.go Remove ctx from Open. Stop goroutines on Close. (#650) 2020-06-12 10:31:21 +01:00
remote_reader.go Make GetAsOf work with partially missing history index (#648) 2020-06-11 07:19:15 +01:00
retrace_tx_api.go Issue 635: Stage4 to optionally generate persisted receipts (#644) 2020-06-09 14:11:09 +01:00
storage_api.go [wip] Lmdb: AbstractKV and DB interfaces (#589) 2020-05-30 09:12:21 +01:00