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
..
flowcontrol
les: implement request distributor, fix blocking issues ( #3660 )
8 years ago
api_backend.go
all: import "context" instead of "golang.org/x/net/context"
8 years ago
backend.go
les: implement request distributor, fix blocking issues ( #3660 )
8 years ago
distributor.go
les: implement request distributor, fix blocking issues ( #3660 )
8 years ago
distributor_test.go
les: implement request distributor, fix blocking issues ( #3660 )
8 years ago
execqueue.go
les: implement request distributor, fix blocking issues ( #3660 )
8 years ago
fetcher.go
les: implement request distributor, fix blocking issues ( #3660 )
8 years ago
handler.go
les: implement request distributor, fix blocking issues ( #3660 )
8 years ago
handler_test.go
all: gofmt -w -s
8 years ago
helper_test.go
les: implement request distributor, fix blocking issues ( #3660 )
8 years ago
metrics.go
all: fix spelling errors
8 years ago
odr.go
all: import "context" instead of "golang.org/x/net/context"
8 years ago
odr_requests.go
les: implement request distributor, fix blocking issues ( #3660 )
8 years ago
odr_test.go
all: import "context" instead of "golang.org/x/net/context"
8 years ago
peer.go
les: implement request distributor, fix blocking issues ( #3660 )
8 years ago
protocol.go
all: update license information
8 years ago
randselect.go
les: implement light server pool
8 years ago
randselect_test.go
all: gofmt -w -s
8 years ago
request_test.go
all: import "context" instead of "golang.org/x/net/context"
8 years ago
server.go
all: update light logs (and a few others) to the new model
8 years ago
serverpool.go
les: implement request distributor, fix blocking issues ( #3660 )
8 years ago
sync.go
all: import "context" instead of "golang.org/x/net/context"
8 years ago
txrelay.go
les: implement request distributor, fix blocking issues ( #3660 )
8 years ago