aboutsummaryrefslogtreecommitdiffstats
path: root/light/odr_util.go
Commit message (Collapse)AuthorAgeFilesLines
* all: import "context" instead of "golang.org/x/net/context"Felix Lange2017-03-231-1/+1
| | | | | | | | | | 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.
* all: update light logs (and a few others) to the new modelPéter Szilágyi2017-03-031-5/+1
|
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-3/+3
|
* les, light: add block availability check for ODR requestsZsolt Felfoldi2016-12-101-2/+3
|
* all: update license informationFelix Lange2016-11-091-1/+2
|
* light: light chain, VM env and tx poolZsolt Felfoldi2016-11-091-0/+185