erigon-pulse/eth/downloader
Martin Holst Swende 74b93c5ee8 eth/downloader: more context in errors (#21067)
This PR makes use of go 1.13 error handling, wrapping errors and using
errors.Is to check a wrapped root-cause. It also removes the travis
builders for go 1.11 and go 1.12.
# Conflicts:
#	eth/downloader/downloader.go
#	eth/downloader/downloader_test.go
2020-06-15 19:38:13 +03:00
..
api.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
downloader_stagedsync_test.go Various fixes to make sync work (#663) 2020-06-13 22:39:55 +01:00
downloader_stagedsync.go Various fixes to make sync work (#663) 2020-06-13 22:39:55 +01:00
downloader_test.go eth/downloader: more context in errors (#21067) 2020-06-15 19:38:13 +03:00
downloader.go eth/downloader: more context in errors (#21067) 2020-06-15 19:38:13 +03:00
events.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
fakepeer.go FakePeer - reduce interface size 2019-12-13 09:56:30 +06:00
metrics.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
modes.go Mgr schedule iterator (#566) 2020-05-28 12:33:05 +01:00
peer.go all: fix typos in comments (#21118) 2020-06-15 19:38:13 +03:00
queue.go eth/downloader: more context in errors (#21067) 2020-06-15 19:38:13 +03:00
testchain_test.go Re-enable TestUnwind test and fix issues in the stage sync (#659) 2020-06-13 13:39:04 +01:00
types.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00