- Feb 19, 2018
-
-
Zsolt Felföldi authored
* les: fix light fetcher database race * les: lightFetcher comments
-
- Feb 14, 2018
-
-
Péter Szilágyi authored
-
- Nov 09, 2017
-
-
Evgeny Danilenko authored
-
- Jun 21, 2017
-
-
Zsolt Felföldi authored
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
-
- Apr 06, 2017
-
-
Péter Szilágyi authored
-
- Mar 22, 2017
-
-
Zsolt Felföldi authored
* les: implement request distributor, fix blocking issues * core: moved header validation before chain mutex lock
-
- Mar 03, 2017
-
-
Péter Szilágyi authored
-
- Feb 23, 2017
-
-
Péter Szilágyi authored
-
- Jan 06, 2017
-
-
Felix Lange authored
-
Zsolt Felföldi authored
les/flowcontrol: using proper types for relative and absolute times
-
- Dec 10, 2016
-
-
Zsolt Felföldi authored
-
Zsolt Felföldi authored
-
Zsolt Felföldi authored
-
- Dec 08, 2016
-
-
Zsolt Felföldi authored
-
- Nov 09, 2016
-
-
Felix Lange authored
-
Felix Lange authored
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.
-
Zsolt Felföldi authored
-