erigon-pulse/node
Steven E. Harris 8856454979 node: shut down all node-related HTTP servers gracefully (#20956)
Rather than just closing the underlying network listener to stop our
HTTP servers, use the graceful shutdown procedure, waiting for any
in-process requests to finish.
2020-05-20 15:26:22 +03: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 Skeleton of RPC daemon, for 1 operation eth_blockNumber (#209) 2019-12-02 13:47:00 +00: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 node: shut down all node-related HTTP servers gracefully (#20956) 2020-05-20 15:26:22 +03: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 Intermediate Hashes UI (#395) 2020-03-20 10:06:14 +00:00
utils_test.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00