quorum/eth/downloader
Felix Lange c213fd1fd8 all: import "context" instead of "golang.org/x/net/context"
There is no need to depend on the old context package now that the
minimum Go version is 1.7. The move to "context" eliminates our weird
vendoring setup. Some vendored code still uses golang.org/x/net/context
and it is now vendored in the normal way.

This change triggered new vet checks around context.WithTimeout which
didn't fire with golang.org/x/net/context.
2017-03-22 20:49:15 +01:00
..
api.go all: import "context" instead of "golang.org/x/net/context" 2017-03-22 20:49:15 +01:00
downloader.go core, eth, les: support resuming fast sync on heavy rollback (#3743) 2017-03-22 01:37:24 +01:00
downloader_test.go core, eth, les: support resuming fast sync on heavy rollback (#3743) 2017-03-22 01:37:24 +01:00
events.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
metrics.go eth, eth/downloader, eth/fetcher: delete eth/61 code 2016-07-22 13:17:19 +02:00
modes.go eth/downloader: review fixes 2017-02-27 13:22:33 +02:00
peer.go Logger updates 3 (#3730) 2017-03-02 14:06:16 +01:00
queue.go common, eth/downloader, log: support terminal log formatting 2017-02-27 19:15:18 +02:00
types.go eth, eth/downloader, eth/fetcher: delete eth/61 code 2016-07-22 13:17:19 +02:00