aboutsummaryrefslogtreecommitdiffstats
path: root/eth/fetcher/fetcher.go
Commit message (Collapse)AuthorAgeFilesLines
* core, consensus: pluggable consensus engines (#3817)Péter Szilágyi2017-04-051-6/+6
| | | | | This commit adds pluggable consensus engines to go-ethereum. In short, it introduces a generic consensus interface, and refactors the entire codebase to use this interface.
* Logger updates 3 (#3730)Péter Szilágyi2017-03-021-39/+19
| | | | | | | | * accounts, cmd, eth, ethdb: port logs over to new system * ethdb: drop concept of cache distribution between dbs * eth: fix some log nitpicks to make them nicer
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-32/+35
|
* eth/fetcher: small typo fix (#2932)Stein Dekker2016-08-231-1/+1
|
* eth/fetcher: fix a log message formatting issuePéter Szilágyi2016-08-191-1/+1
|
* eth, eth/downloader, eth/fetcher: delete eth/61 codeFelix Lange2016-07-221-92/+6
| | | | | The eth/61 protocol was disabled in #2776, this commit removes its message handlers and hash-chain sync logic.
* eth: various typosLeif Jurvetson2016-03-161-3/+3
|
* core, eth, trie: fix data races and merge/review issuesPéter Szilágyi2015-10-211-6/+20
|
* eth: update metrics collection to handle eth/62 algosPéter Szilágyi2015-08-251-9/+26
|
* eth: port the synchronisation algo to eth/62Péter Szilágyi2015-08-251-42/+359
|
* eth, eth/downloader: handle header requests, table driven proto testsPéter Szilágyi2015-08-241-3/+5
|
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
| | | | I forgot to update one instance of "go-ethereum" in commit 3f047be5a.
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
| | | | | All code outside of cmd/ is licensed as LGPL. The headers now reflect this by calling the whole work "the go-ethereum library".
* all: update license informationFelix Lange2015-07-071-0/+16
|
* cmd, core, eth, metrics, p2p: require enabling metricsPéter Szilágyi2015-06-301-23/+7
|
* eth/fetcher: don't drop on future blocks, just not propagatePéter Szilágyi2015-06-291-4/+16
|
* eth/fetcher: don't double filter/fetch the same blockPéter Szilágyi2015-06-291-1/+1
|
* core, eth, eth/fetcher, ethdb: polish metrics gathering a bitPéter Szilágyi2015-06-241-5/+5
|
* eth/fetcher: fix failed mergePéter Szilágyi2015-06-241-1/+1
|
* cmd/geth, eth/fetcher: polish metrics reporting, add some morePéter Szilágyi2015-06-241-10/+15
|
* cmd/geth, eth/fetcher: initial metrics supportPéter Szilágyi2015-06-241-0/+14
| | | | | Conflicts: cmd/geth/admin.go
* eth/fetcher: fix a closure data racePéter Szilágyi2015-06-231-2/+3
|
* eth/fetcher: remove test sleeps (15s -> 2.8s)Péter Szilágyi2015-06-221-1/+16
|
* eth/fetcher: handle and (crude) test block memory DOSPéter Szilágyi2015-06-221-16/+45
|
* eth/fetcher: handle and test block announce DOS attacksPéter Szilágyi2015-06-221-7/+39
|
* eth/fetcher: lower max cache size, add timeout slackPéter Szilágyi2015-06-191-4/+15
|
* eth/fetcher: allow backward uncle imports tooPéter Szilágyi2015-06-191-2/+3
|
* eth, eth/fetcher: propagate after header verify, announce only on insertPéter Szilágyi2015-06-181-15/+28
|
* eth, eth/fetcher: move propagated block import into fetcherPéter Szilágyi2015-06-181-19/+36
|
* eth/fetcher: build longest chain until proven otherwisePéter Szilágyi2015-06-181-30/+37
|
* eth/fetcher: fix premature queue cleanup, general polishesPéter Szilágyi2015-06-181-35/+47
|
* eth, eth/fetcher: define and enforce propagation boundariesPéter Szilágyi2015-06-181-23/+32
|
* eth/fetcher: deduplicate future blocksPéter Szilágyi2015-06-181-25/+35
|
* eth, eth/fetcher: cache future propagated blocks tooPéter Szilágyi2015-06-181-0/+21
|
* eth, eth/fetcher: use an import queue to store out of order blocksPéter Szilágyi2015-06-181-30/+48
|
* eth/fetcher: fix timer reset bug, add initial testsPéter Szilágyi2015-06-181-3/+5
|
* eth, eth/fetcher: separate notification sync mechanismPéter Szilágyi2015-06-181-0/+258