go-ethereum/mobile
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
..
accounts.go accounts, cmd, internal, mobile, node: canonical account URLs 2017-02-13 14:00:08 +02:00
android_test.go accounts, cmd, eth, internal, mobile, node: split account backends 2017-02-13 14:00:02 +02:00
big_go1.7.go mobile: initial wrappers for mobile support 2016-11-14 17:56:58 +02:00
big.go mobile: iOS naming and API fixes for generators and Swift (#3408) 2016-12-08 13:09:26 +01:00
bind.go all: fix issues reported by honnef.co/go/simple/cmd/gosimple 2017-01-06 18:18:07 +01:00
common.go mobile: iOS naming and API fixes for generators and Swift (#3408) 2016-12-08 13:09:26 +01:00
context.go all: import "context" instead of "golang.org/x/net/context" 2017-03-22 20:49:15 +01:00
discover.go mobile: iOS naming and API fixes for generators and Swift (#3408) 2016-12-08 13:09:26 +01:00
doc.go mobile: Fix typo ( Ethereun -> Ethereum ) 2017-03-07 01:30:06 +01:00
ethclient.go core/vm: move Log to core/types 2017-01-06 14:15:22 +01:00
ethereum.go mobile: iOS naming and API fixes for generators and Swift (#3408) 2016-12-08 13:09:26 +01:00
geth_android.go mobile: initial wrappers for mobile support 2016-11-14 17:56:58 +02:00
geth_ios.go mobile: initial wrappers for mobile support 2016-11-14 17:56:58 +02:00
geth_other.go mobile: initial wrappers for mobile support 2016-11-14 17:56:58 +02:00
geth.go all: finish integrating Go ethash, delete C++ vendor 2017-03-09 15:50:14 +01:00
init.go all: disable log message colors outside of geth 2017-02-27 15:33:12 +01:00
interface.go mobile: iOS naming and API fixes for generators and Swift (#3408) 2016-12-08 13:09:26 +01:00
logger.go all: disable log message colors outside of geth 2017-02-27 15:33:12 +01:00
p2p.go all: gofmt -w -s 2017-01-06 15:52:03 +01:00
params.go params: avoid importing p2p/discover for bootnodes 2017-01-06 14:15:21 +01:00
primitives.go mobile: iOS naming and API fixes for generators and Swift (#3408) 2016-12-08 13:09:26 +01:00
types.go accounts, cmd, eth, internal, mobile, node: split account backends 2017-02-13 14:00:02 +02:00
vm.go core/vm: move Log to core/types 2017-01-06 14:15:22 +01:00