Commit Graph

40 Commits (38e273597c283e607fd58199ed77890813f7c22c)

Author SHA1 Message Date
Péter Szilágyi d4fd06c3dc
all: blidly swap out glog to our log15, logs need rework 8 years ago
Péter Szilágyi 1dd272080d eth, eth/downloader: better remote head tracking 8 years ago
Felix Lange 016007bd25 eth, eth/downloader, eth/fetcher: delete eth/61 code 8 years ago
Péter Szilágyi 7f00e8c033 core, eth: enforce network split post DAO hard-fork 8 years ago
Felix Lange 56ed6152a1 core, eth, miner: improve shutdown synchronisation 8 years ago
Péter Szilágyi e46ab3bdcd eth, p2p, rpc/api: polish protocol info gathering 9 years ago
Felix Lange 3cf74336c9 eth: time out status message exchange after 5s 9 years ago
Péter Szilágyi ab27bee25a core, eth, trie: direct state trie synchronization 9 years ago
Péter Szilágyi f186b39018 eth/downloader: add fast and light sync strategies 9 years ago
Péter Szilágyi cdc2662c40 core: split out TD from database and all internals 9 years ago
Péter Szilágyi 2b339cbbd8 core, eth: split the db blocks into headers and bodies 9 years ago
Péter Szilágyi 47a7fe5d22 eth: port the synchronisation algo to eth/62 9 years ago
Péter Szilágyi 42f44dda54 eth, eth/downloader: handle header requests, table driven proto tests 9 years ago
Péter Szilágyi c51e153b5c eth, metrics, p2p: prepare metrics and net packets to eth/62 9 years ago
Felix Lange bfbcfbe4a9 all: fix license headers one more time 9 years ago
Felix Lange 3f047be5aa all: update license headers to distiguish GPL/LGPL 9 years ago
Péter Szilágyi 4f95e2f9ec eth: calculate the correct TD, only update if better 9 years ago
Felix Lange ea54283b30 all: update license information 9 years ago
Péter Szilágyi 1ae80aaf64 eth: fix #1371, double lock during block/txn known set limitation 9 years ago
Péter Szilágyi f43c07cb3c eth, eth/downloader: transition to eth 61 9 years ago
Péter Szilágyi aac2b6ae4c eth: add the blocks from numbers protocol message 9 years ago
Péter Szilágyi 5db8f447d5 eth: fix #1319, put an upper limit on the known txns and blocks 9 years ago
Péter Szilágyi 6fc85f1ec2 eth: clean up peer struct a bit, fix double txn bcast 9 years ago
Péter Szilágyi 2c8ed76e01 eth: start cleaning up old protocol implementation, add metrics 9 years ago
Péter Szilágyi f86707713c eth: fix data race accessing peer.td 9 years ago
Péter Szilágyi 44147d057d eth: fix data race accessing peer.recentHash 9 years ago
Péter Szilágyi 8c012e103f eth: mark blocks as known when broadcasting hashes too 9 years ago
Péter Szilágyi 6f415b96b3 eth: implement the NewBlockHashes protocol proposal 9 years ago
Péter Szilágyi 63c6cedb14 eth/downloader: cap the hash ban set, add test for it 9 years ago
Péter Szilágyi 06a041589f eth, eth/downloader: remove duplicate consts, bump hash fetch to 2K 9 years ago
Péter Szilágyi 3c8227b935 eth: fix odd method names in peer set 9 years ago
Péter Szilágyi 4755caeb2d eth: remote a superfluous peerSet method 9 years ago
Péter Szilágyi 5422fe5125 eth: make the peer set thread safe 9 years ago
obscuren b86e7526e1 eth, eth/downloader: moved peer selection to protocol handler 10 years ago
obscuren d3be1a2719 eth: moved mined, tx events to protocol-hnd and improved tx propagation 10 years ago
obscuren 3d497be9bd eth: drop blocks with low TD 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