Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: import "context" instead of "golang.org/x/net/context" | Felix Lange | 2017-03-23 | 1 | -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. | ||||
* | les: implement request distributor, fix blocking issues (#3660) | Felföldi Zsolt | 2017-03-23 | 1 | -44/+55 |
| | | | | | * les: implement request distributor, fix blocking issues * core: moved header validation before chain mutex lock | ||||
* | all: update light logs (and a few others) to the new model | Péter Szilágyi | 2017-03-03 | 1 | -17/+16 |
| | |||||
* | all: blidly swap out glog to our log15, logs need rework | Péter Szilágyi | 2017-02-23 | 1 | -4/+4 |
| | |||||
* | les: fixed selectPeer deadlock, improved request distribution | Zsolt Felfoldi | 2017-01-06 | 1 | -4/+6 |
| | | | | les/flowcontrol: using proper types for relative and absolute times | ||||
* | les, light: add block availability check for ODR requests | Zsolt Felfoldi | 2016-12-10 | 1 | -0/+3 |
| | |||||
* | les: using random request IDs | Zsolt Felfoldi | 2016-12-10 | 1 | -8/+7 |
| | |||||
* | les: improved header fetcher and server statistics | Zsolt Felfoldi | 2016-12-10 | 1 | -29/+26 |
| | |||||
* | all: update license information | Felix Lange | 2016-11-09 | 1 | -1/+2 |
| | |||||
* | les: light client protocol and API | Zsolt Felfoldi | 2016-11-09 | 1 | -0/+247 |