Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
8 years ago
..
accounts.go
accounts, cmd, internal, mobile, node: canonical account URLs
8 years ago
android_test.go
accounts, cmd, eth, internal, mobile, node: split account backends
8 years ago
big.go
mobile: iOS naming and API fixes for generators and Swift ( #3408 )
8 years ago
big_go1.7.go
mobile: initial wrappers for mobile support
8 years ago
bind.go
all: fix issues reported by honnef.co/go/simple/cmd/gosimple
8 years ago
common.go
mobile: iOS naming and API fixes for generators and Swift ( #3408 )
8 years ago
context.go
all: import "context" instead of "golang.org/x/net/context"
8 years ago
discover.go
mobile: iOS naming and API fixes for generators and Swift ( #3408 )
8 years ago
doc.go
mobile: Fix typo ( Ethereun -> Ethereum )
8 years ago
ethclient.go
core/vm: move Log to core/types
8 years ago
ethereum.go
mobile: iOS naming and API fixes for generators and Swift ( #3408 )
8 years ago
geth.go
all: finish integrating Go ethash, delete C++ vendor
8 years ago
geth_android.go
mobile: initial wrappers for mobile support
8 years ago
geth_ios.go
mobile: initial wrappers for mobile support
8 years ago
geth_other.go
mobile: initial wrappers for mobile support
8 years ago
init.go
all: disable log message colors outside of geth
8 years ago
interface.go
mobile: iOS naming and API fixes for generators and Swift ( #3408 )
8 years ago
logger.go
all: disable log message colors outside of geth
8 years ago
p2p.go
all: gofmt -w -s
8 years ago
params.go
params: avoid importing p2p/discover for bootnodes
8 years ago
primitives.go
mobile: iOS naming and API fixes for generators and Swift ( #3408 )
8 years ago
types.go
accounts, cmd, eth, internal, mobile, node: split account backends
8 years ago
vm.go
core/vm: move Log to core/types
8 years ago