Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change import go github.com/dexon-foundation/dexon | Wei-Ning Huang | 2019-03-12 | 1 | -7/+7 |
| | |||||
* | les: fix fetcher syncing logic (#18072) | Felföldi Zsolt | 2018-11-26 | 1 | -27/+29 |
| | |||||
* | les: limit state ODR retrievals to the last 100 blocks (#17744) | Felföldi Zsolt | 2018-10-01 | 1 | -10/+17 |
| | |||||
* | les: add announcement safety check to light fetcher (#17034) | Felföldi Zsolt | 2018-07-04 | 1 | -2/+9 |
| | |||||
* | core/rawdb: separate raw database access to own package (#16666) | Péter Szilágyi | 2018-05-07 | 1 | -3/+3 |
| | |||||
* | les: fix light fetcher database race (#16103) | Felföldi Zsolt | 2018-02-19 | 1 | -9/+21 |
| | | | | | | * les: fix light fetcher database race * les: lightFetcher comments | ||||
* | les: add missing lock around peer access | Péter Szilágyi | 2018-02-15 | 1 | -0/+3 |
| | |||||
* | les: fix misuse of WaitGroup (#15365) | Evgeny Danilenko | 2017-11-09 | 1 | -3/+3 |
| | |||||
* | les: code refactoring (#14416) | Felföldi Zsolt | 2017-06-21 | 1 | -5/+6 |
| | | | | | | | | | | | | This commit does various code refactorings: - generalizes and moves the request retrieval/timeout/resend logic out of LesOdr (will be used by a subsequent PR) - reworks the peer management logic so that all services can register with peerSet to get notified about added/dropped peers (also gets rid of the ugly getAllPeers callback in requestDistributor) - moves peerSet, LesOdr, requestDistributor and retrieveManager initialization out of ProtocolManager because I believe they do not really belong there and the whole init process was ugly and ad-hoc | ||||
* | consensus, core: drop all the legacy custom core error types | Péter Szilágyi | 2017-04-06 | 1 | -1/+2 |
| | |||||
* | les: implement request distributor, fix blocking issues (#3660) | Felföldi Zsolt | 2017-03-23 | 1 | -77/+111 |
| | | | | | * 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 | -18/+17 |
| | |||||
* | all: blidly swap out glog to our log15, logs need rework | Péter Szilágyi | 2017-02-23 | 1 | -19/+19 |
| | |||||
* | Merge pull request #3519 from zsfelfoldi/light-topic5 | Péter Szilágyi | 2017-01-09 | 1 | -14/+32 |
|\ | | | | | les: fixed selectPeer deadlock, improved request distribution | ||||
| * | les: fixed selectPeer deadlock, improved request distribution | Zsolt Felfoldi | 2017-01-06 | 1 | -14/+32 |
| | | | | | | | | les/flowcontrol: using proper types for relative and absolute times | ||||
* | | all: gofmt -w -s | Felix Lange | 2017-01-06 | 1 | -1/+1 |
|/ | |||||
* | les, light: add block availability check for ODR requests | Zsolt Felfoldi | 2016-12-10 | 1 | -1/+11 |
| | |||||
* | les: using random request IDs | Zsolt Felfoldi | 2016-12-10 | 1 | -1/+1 |
| | |||||
* | les: improved header fetcher and server statistics | Zsolt Felfoldi | 2016-12-10 | 1 | -182/+572 |
| | |||||
* | les: fixed light fetcher request ID matching | Zsolt Felfoldi | 2016-12-08 | 1 | -4/+10 |
| | |||||
* | all: update license information | Felix Lange | 2016-11-09 | 1 | -1/+1 |
| | |||||
* | core/types: remove header accessors | Felix Lange | 2016-11-09 | 1 | -2/+2 |
| | | | | | | These accessors were introduced by light client changes, but the only method that is actually used is GetNumberU64. This commit replaces all uses of .GetNumberU64 with .Number.Uint64. | ||||
* | les: light client protocol and API | Zsolt Felfoldi | 2016-11-09 | 1 | -0/+295 |