quorum/eth
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
..
downloader all: import "context" instead of "golang.org/x/net/context" 2017-03-22 20:49:15 +01:00
fetcher Logger updates 3 (#3730) 2017-03-02 14:06:16 +01:00
filters all: import "context" instead of "golang.org/x/net/context" 2017-03-22 20:49:15 +01:00
gasprice all: import "context" instead of "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
api_backend.go all: import "context" instead of "golang.org/x/net/context" 2017-03-22 20:49:15 +01:00
backend.go all: finish integrating Go ethash, delete C++ vendor 2017-03-09 15:50:14 +01:00
backend_test.go all: gofmt -w -s 2017-01-06 15:52:03 +01:00
bad_block.go Logger updates 3 (#3730) 2017-03-02 14:06:16 +01:00
bind.go all: import "context" instead of "golang.org/x/net/context" 2017-03-22 20:49:15 +01:00
db_upgrade.go Logger updates 3 (#3730) 2017-03-02 14:06:16 +01:00
handler.go all: update light logs (and a few others) to the new model 2017-03-03 11:41:52 +02:00
handler_test.go all: swap out the C++ ethash to the pure Go one (mining todo) 2017-03-09 15:50:14 +01:00
helper_test.go all: swap out the C++ ethash to the pure Go one (mining todo) 2017-03-09 15:50:14 +01:00
metrics.go eth, eth/downloader, eth/fetcher: delete eth/61 code 2016-07-22 13:17:19 +02:00
peer.go all: update light logs (and a few others) to the new model 2017-03-03 11:41:52 +02:00
protocol.go core: bugfix state change race condition in txpool (#3412) 2016-12-10 23:54:58 +01:00
protocol_test.go eth, les: shorten genesis block mismatch error message 2017-02-27 17:19:41 +01:00
sync.go core, eth, les: support resuming fast sync on heavy rollback (#3743) 2017-03-22 01:37:24 +01:00
sync_test.go eth: skip transaction handling during fast sync 2016-05-17 14:17:20 +03:00