Commit Graph

249 Commits (1681ee9883a5cd2dbcb423d08b491343c682c655)

Author SHA1 Message Date
obscuren 1681ee9883 eth: added a few informative messages regarding downloading 10 years ago
obscuren a9e4b96573 eth/downloader: fixed tests 10 years ago
obscuren d84c2202e7 eth, eth/downloader: simplified synchronisation process 10 years ago
obscuren bd9c76097d eth/downloader: removed peer td management and best peer selection 10 years ago
obscuren 31f82eb334 eth, eth/downloader: don't require td on downloader. Fixed tests 10 years ago
obscuren b86e7526e1 eth, eth/downloader: moved peer selection to protocol handler 10 years ago
obscuren 516f49c812 eth: cleanup 10 years ago
Taylor Gerring 24995f9ab7 Updated bootnodes 10 years ago
Bas van Kervel c273ed7d82 Moved leveldb update loop to eth/backend 10 years ago
obscuren d3be1a2719 eth: moved mined, tx events to protocol-hnd and improved tx propagation 10 years ago
obscuren 5cb5df003d eth: start tx pool in a goroutine 10 years ago
Bas van Kervel 07e85d8e14 Moved leveldb update loop to eth/backend 10 years ago
obscuren 45da3e17e2 core: added chain head reset to known block 10 years ago
zsfelfoldi c4b7d4d3f7 NatSpec cli option, resolver tests passing 10 years ago
obscuren 5dd56bb474 geth: admin download status 10 years ago
obscuren ed07ffcde5 downloader: fixed tests with low ttl 10 years ago
obscuren dcf1a1988a moved 10 years ago
obscuren cce4158cfc Removed debug println 10 years ago
obscuren 3d497be9bd eth: drop blocks with low TD 10 years ago
obscuren c58918c84a downloader: moved chunk ignoring. Fixes issue with catching up 10 years ago
obscuren 4340996572 eth: temp 100% block propagation because of the current state of the net 10 years ago
obscuren 5c59d95532 downloader: defer peer reset after download 10 years ago
Felix Lange da4a0e0555 eth: fix node key persistence 10 years ago
obscuren 86ecdcd5ff downloader: reset hashTtl on receive 10 years ago
obscuren 434dea3caf eth: removed debug messages to stdout 10 years ago
Felix Lange 2ce21cefdc eth: use NewDB hook also for extra DB 10 years ago
obscuren 50e096e627 downloader: don't remove peers. keep them around 10 years ago
obscuren a1d97ea4db typo 10 years ago
obscuren 6830ddb659 downloader: free up peers from work when the downloader resets 10 years ago
obscuren 7c5d50f627 downloader: throw an error if there are no peers available for download 10 years ago
obscuren 78e37e98e7 downloader: fixed a race condition for download status 10 years ago
obscuren 0d536734fe eth: adapted to new synchronous api of downloader's AddBlock 10 years ago
obscuren c2c24b3bb4 downloader: improved downloading and synchronisation 10 years ago
obscuren 60613b57d1 downloader: make sure that hashes are only accepted from the active peer 10 years ago
obscuren 8244825bbf downloader: reset the queue if a peer response with an empty hash set 10 years ago
obscuren eef4776b5b eth: ignore NewBlockMsg with lower td 10 years ago
obscuren 8f873b762b downloader: all handlers check for isBusy 10 years ago
obscuren a6c0a75f9a eth: fixed proper BroadcastBlock for mined blocks 10 years ago
obscuren 12e8d9c4dd eth: listen for mined blocks and propagate using the protocol manager 10 years ago
obscuren ecc74d76cc eth: drop blocks that are known 10 years ago
obscuren cc436c4b28 eth: additional cleanups to the subprotocol, improved block propagation 10 years ago
obscuren c2f410214c eth: began split up of peers and protocol manager 10 years ago
Felix Lange 56a48101dc cmd/rlpdump, cmd/utils, eth, p2p, whisper: use rlp input limit 10 years ago
obscuren 73eb8e8c20 eth: basic implementation of the downloader 10 years ago
obscuren eac2df02d1 downloader: fixed a typo 10 years ago
obscuren 205378016f downloader: added demotion / promotion in prep. for rep. system 10 years ago
obscuren eda10c7317 downloader: updated downloader and fixed issues with catch up 10 years ago
obscuren c4678ffd77 downloader: updated downloader and fixed issues with catch up 10 years ago
obscuren 9800c84348 eth: limit the amount of peers that will receive Block/Tx messages 10 years ago
obscuren 97d2954e22 eth: added downloader for syncing up the chain 10 years ago