plugeth/internal
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
..
build all: import "context" instead of "golang.org/x/net/context" 2017-03-22 20:49:15 +01:00
debug all: update light logs (and a few others) to the new model 2017-03-03 11:41:52 +02:00
ethapi all: import "context" instead of "golang.org/x/net/context" 2017-03-22 20:49:15 +01:00
guide accounts, cmd, eth, internal, mobile, node: split account backends 2017-02-13 14:00:02 +02:00
jsre internal/jsre/deps: ensure that go generate produces no changes 2017-03-07 12:38:46 +01:00
web3ext all: finish integrating Go ethash, delete C++ vendor 2017-03-09 15:50:14 +01:00