f0515800e6
les: fix fetcher syncing logic ( #18072 )
2018-11-26 13:34:33 +02:00
b7bbe66b19
les: limit state ODR retrievals to the last 100 blocks ( #17744 )
2018-10-01 15:14:53 +02:00
51df1c1f20
les: add announcement safety check to light fetcher ( #17034 )
2018-07-04 13:40:20 +03:00
6cf0ab38bd
core/rawdb: separate raw database access to own package ( #16666 )
2018-05-07 14:35:06 +03:00
1bdde620da
les: fix light fetcher database race ( #16103 )
...
* les: fix light fetcher database race
* les: lightFetcher comments
2018-02-19 10:41:30 +02:00
dfc5842a89
les: add missing lock around peer access
2018-02-14 21:09:20 +02:00
0914d4e0d2
les: fix misuse of WaitGroup ( #15365 )
2017-11-09 10:34:35 +01:00
a5d08c893d
les: code refactoring ( #14416 )
...
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
2017-06-21 12:27:38 +02:00
158d603528
consensus, core: drop all the legacy custom core error types
2017-04-06 17:34:19 +03:00
525116dbff
les: implement request distributor, fix blocking issues ( #3660 )
...
* les: implement request distributor, fix blocking issues
* core: moved header validation before chain mutex lock
2017-03-22 20:44:22 +01:00
e7030c4bf5
all: update light logs (and a few others) to the new model
2017-03-03 11:41:52 +02:00
d4fd06c3dc
all: blidly swap out glog to our log15, logs need rework
2017-02-23 12:16:44 +02:00
681b51aac4
Merge pull request #3519 from zsfelfoldi/light-topic5
...
les: fixed selectPeer deadlock, improved request distribution
2017-01-09 16:58:23 +02:00
35a7dcb162
all: gofmt -w -s
2017-01-06 15:52:03 +01:00
93f9c023cc
les: fixed selectPeer deadlock, improved request distribution
...
les/flowcontrol: using proper types for relative and absolute times
2017-01-06 04:34:31 +01:00
f12f8a6c14
les, light: add block availability check for ODR requests
2016-12-10 09:53:25 +01:00
c8130df1d9
les: using random request IDs
2016-12-10 09:53:25 +01:00
af8a742d00
les: improved header fetcher and server statistics
2016-12-10 09:53:08 +01:00
e67500aa15
les: fixed light fetcher request ID matching
2016-12-08 13:38:15 +01:00
b8bd9a71c8
all: update license information
2016-11-09 02:51:34 +01:00
be3865211c
core/types: remove header accessors
...
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.
2016-11-09 02:19:07 +01:00
9f8d192991
les: light client protocol and API
2016-11-09 02:12:53 +01:00