aboutsummaryrefslogtreecommitdiffstats
path: root/eth/sync.go
Commit message (Expand)AuthorAgeFilesLines
* eth: fix sync bloom panic (#19757)gary rong2019-06-261-8/+0
* eth: enforce chain above CHT before accepting txs into the poolPéter Szilágyi2019-04-261-2/+11
* eth, les, light: enforce CHT checkpoints on fast-sync tooPéter Szilágyi2019-04-171-2/+0
* all: new p2p node representation (#17643)Felix Lange2018-09-251-2/+2
* eth: update higest block we know during the sync if a higher was found (#16283)gary rong2018-03-091-0/+8
* eth: only disable fast sync after successPéter Szilágyi2018-02-111-10/+5
* eth: disable fast sync after pivot is committedPéter Szilágyi2017-09-061-9/+11
* eth: fix megacheck warningsEgon Elbre2017-08-081-2/+4
* eth: don't import propagated blocks during fastsyncPéter Szilágyi2017-05-261-0/+1
* eth: accept transactions when starting CPU mining (#13882)Péter Szilágyi2017-04-101-1/+1
* eth: announce block after sync cycle (star topology)Péter Szilágyi2017-04-101-1/+9
* core, eth, les: support resuming fast sync on heavy rollback (#3743)Péter Szilágyi2017-03-221-0/+8
* Logger updates 3 (#3730)Péter Szilágyi2017-03-021-4/+3
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-5/+5
* les: remove delayed les server startingZsolt Felfoldi2017-01-261-8/+1
* Merge pull request #3413 from zsfelfoldi/light-topic4Felix Lange2016-12-131-1/+8
|\
| * eth, les: defer starting LES service until ETH initial sync is finishedZsolt Felfoldi2016-12-101-1/+8
* | core: bugfix state change race condition in txpool (#3412)bas-vk2016-12-111-1/+2
|/
* core, eth, internal, miner: optimize txpool for quick opsPéter Szilágyi2016-09-021-1/+4
* eth, eth/downloader: better remote head trackingPéter Szilágyi2016-07-251-3/+5
* core: improved chainDb using sequential keyszsfelfoldi2016-06-071-1/+2
* eth: don't accept transactions until we sync up with the networkPéter Szilágyi2016-06-061-0/+2
* eth: skip transaction handling during fast syncPéter Szilágyi2016-05-171-3/+4
* core, eth, miner: improve shutdown synchronisationFelix Lange2016-05-091-1/+1
* eth: remove workaround for asynchronous processing in the downloaderFelix Lange2015-11-191-4/+0
* eth: don't block sync goroutines that short circuitPéter Szilágyi2015-10-281-2/+5
* core, eth, trie: fix data races and merge/review issuesPéter Szilágyi2015-10-211-1/+17
* core: support inserting pure header chainsPéter Szilágyi2015-10-191-1/+2
* cmd/geth, cmd/utils, core, rpc: renamed to blockchainJeffrey Wilcke2015-10-041-1/+1
* eth, eth/downloader: don't report stall if fetcher filled the blockPéter Szilágyi2015-07-291-1/+1
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
* all: update license informationFelix Lange2015-07-071-0/+16
* eth: clean up peer struct a bit, fix double txn bcastPéter Szilágyi2015-07-011-9/+1
* eth, eth/fetcher: separate notification sync mechanismPéter Szilágyi2015-06-181-137/+8
* eth, eth/downloader: fix processing interrupt caused by temp cancelPéter Szilágyi2015-06-181-1/+1
* eth: don't refetch non fitting blocks to avoid duplicatesPéter Szilágyi2015-06-151-1/+1
* eth, eth/downloader: do async block fetches, add dl testsPéter Szilágyi2015-06-151-1/+1
* eth, eth/downloader: move block processing into the downlaoderPéter Szilágyi2015-06-151-50/+3
* eth, eth/downloader: move peer removal into downloaderPéter Szilágyi2015-06-151-30/+2
* eth: dedup fetches to ensure no blocks are pulled twicePéter Szilágyi2015-06-111-5/+23
* eth: randomly fetch announced block (don't hammer origin)Péter Szilágyi2015-06-111-4/+5
* eth: discard fetched blocks that don't fit (no goroutine)Péter Szilágyi2015-06-111-13/+13
* eth: limit number of sent transactions based on message sizeFelix Lange2015-06-091-0/+94
* eth: fix a data race in the hash announcement processingPéter Szilágyi2015-06-091-10/+18
* eth: fix data race accessing peer.tdPéter Szilágyi2015-06-091-1/+1
* eth: fix data race accessing peer.recentHashPéter Szilágyi2015-06-091-3/+4
* eth: clean up pending announce download map, polish logsPéter Szilágyi2015-06-091-13/+25
* eth: split and handle explicitly vs. download requested blocksPéter Szilágyi2015-06-091-0/+56
* eth: fetch announced hashes from origin, periodicallyPéter Szilágyi2015-06-091-3/+55
* eth, eth/downloader: fix #1098, elevate empty hash errors to peer dropsPéter Szilágyi2015-06-051-1/+1
* core, eth/downloader: expose the bad hashes, check in downloaderPéter Szilágyi2015-05-281-2/+1
* core: check negative value transactions. Closes #1109obscuren2015-05-271-1/+0
* eth, eth/downloader: surface downloaded block origin, drop on errorPéter Szilágyi2015-05-261-3/+11
* expand acronym in log message from TDJason Carver2015-05-231-1/+1
* eth: make the peer set thread safePéter Szilágyi2015-05-191-17/+19
* eth, eth/downloader: detect and handle madeup hash attacksPéter Szilágyi2015-05-151-1/+1
* eth: drop a sync peer if it sends an invalid hash chainPéter Szilágyi2015-05-151-1/+1
* eth, eth/downloader: prevent hash repeater attackPéter Szilágyi2015-05-151-2/+4
* eth, eth/downloader: remove parent verification from the downlaoderPéter Szilágyi2015-05-141-9/+4
* eth, eth/downloader: handle a potential unknown parent attackPéter Szilágyi2015-05-141-6/+17
* eth, eth/downloader: moved pending queue error message to debugobscuren2015-05-111-1/+2
* eth: added a cancel method for the downloaderobscuren2015-05-101-0/+3
* eth, eth/downloader: handle sync errors a bit more gracefullyPéter Szilágyi2015-05-081-26/+28
* eth, eth/downloader: make synchronize thread safePéter Szilágyi2015-05-081-12/+4
* cmd/geth, eth: bump version & tmp fix for incorrect TD peersobscuren2015-05-031-0/+7
* eth,core: changed NewTicker to Tickobscuren2015-05-031-4/+4
* eth, eth/downloader: Moved block processing & graceful shutdownobscuren2015-05-011-0/+101