erigon-pulse/node
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
..
api.go geth 1.9.13 (#469) 2020-04-19 18:31:47 +01:00
config_test.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
config.go [wip] Lmdb: AbstractKV and DB interfaces (#589) 2020-05-30 09:12:21 +01:00
defaults.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
doc.go Merge pull request #135 from ledgerwatch/badger 2019-11-04 14:15:26 +01:00
endpoints.go node: shut down all node-related HTTP servers gracefully (#20956) 2020-05-20 15:26:22 +03:00
errors.go node: fix instance dir locking and improve error message 2017-08-18 12:14:00 +02:00
node_example_test.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
node_test.go geth 1.9.13 (#469) 2020-04-19 18:31:47 +01:00
node.go Remove ctx from Open. Stop goroutines on Close. (#650) 2020-06-12 10:31:21 +01:00
rpcstack_test.go geth 1.9.13 (#469) 2020-04-19 18:31:47 +01:00
rpcstack.go geth 1.9.13 (#469) 2020-04-19 18:31:47 +01:00
service_test.go post-merge fixups 2020-02-27 17:22:25 +03:00
service.go Remove ctx from Open. Stop goroutines on Close. (#650) 2020-06-12 10:31:21 +01:00
utils_test.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00