quorum/accounts
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
..
abi all: import "context" instead of "golang.org/x/net/context" 2017-03-22 20:49:15 +01:00
keystore Merge pull request #3723 from karalabe/logger-updates-2 2017-02-28 16:55:37 +02:00
usbwallet all: import "context" instead of "golang.org/x/net/context" 2017-03-22 20:49:15 +01:00
accounts.go accounts, cmd, internal, node: implement HD wallet self-derivation 2017-02-13 14:00:09 +02:00
errors.go accounts, cmd, eth, internal, miner, node: wallets and HD APIs 2017-02-13 14:00:07 +02:00
hd.go accounts, cmd, internal, node: implement HD wallet self-derivation 2017-02-13 14:00:09 +02:00
hd_test.go accounts, cmd, internal, node: implement HD wallet self-derivation 2017-02-13 14:00:09 +02:00
manager.go accounts, cmd, internal, mobile, node: canonical account URLs 2017-02-13 14:00:08 +02:00
url.go Logger updates 3 (#3730) 2017-03-02 14:06:16 +01:00