Commit Graph

5654 Commits (e1fe75e3b637758f99ddbcaeb01eafa1a0b6455e)
 

Author SHA1 Message Date
Péter Szilágyi 5c1a7b965c eth/downloader: circumvent a fake blockchain attack 9 years ago
Péter Szilágyi b517967f86 eth/downloader: don't penalize for stale cross checks 9 years ago
Péter Szilágyi 83226762c2 eth, eth/downloader: detect and handle madeup hash attacks 9 years ago
Péter Szilágyi 9ad515d2dc eth: drop a sync peer if it sends an invalid hash chain 9 years ago
Péter Szilágyi 72411eb24c eth/downloader: circumvent hash reordering attacks 9 years ago
Péter Szilágyi bcc2980179 eth/downloader: check sync after failed attacks 9 years ago
Péter Szilágyi 366e9627e8 eth/downloader: add a test for detecting missing blocks 9 years ago
Péter Szilágyi cd2fb09051 eth, eth/downloader: prevent hash repeater attack 9 years ago
Jeffrey Wilcke c1f0d40e34 Merge pull request #987 from obscuren/develop 9 years ago
Jeffrey Wilcke 158efbaa45 Merge pull request #984 from tgerring/issue924 9 years ago
obscuren cfb2b51b74 eth/downloader: fixed test 9 years ago
obscuren f6669db001 core: fixed mining strategy 9 years ago
obscuren b71091e337 eth, eth/downloader, miner: use download events to check miner start 9 years ago
obscuren 0f76a1c6df core: changed how head events are checked 9 years ago
obscuren 580bae0a86 core: improved uncle messages 9 years ago
Taylor Gerring 44a7f997c3 Unreverse ordering 9 years ago
Taylor Gerring 5c6540452a Omit replies for notification requests 9 years ago
Jeffrey Wilcke 3ac34ee3c4 Merge pull request #975 from obscuren/develop 9 years ago
Jeffrey Wilcke 69c78ddbb4 Merge pull request #983 from tgerring/issue958 9 years ago
Jeffrey Wilcke 007bced276 Merge pull request #982 from tgerring/issue962 9 years ago
Jeffrey Wilcke 6bc8dec7ac Merge pull request #980 from fjl/geth-test-no-scrypt 9 years ago
Taylor Gerring 4ad8f1035b Format contract code as hexdata 9 years ago
Taylor Gerring 12f82ab2ff Check for error on DB fetch of tx 9 years ago
Felix Lange 559cc02313 cmd/geth: use plain keystore for JS tests 9 years ago
obscuren b19bf3ec78 core: changed log message for forks. closes #952 9 years ago
Jeffrey Wilcke 060a07cf69 Merge pull request #974 from karalabe/downloader-fix-unknown-parent-attack 9 years ago
Jeffrey Wilcke 90b94e64fc Merge pull request #971 from fjl/p2p-limit-tweaks 9 years ago
Felix Lange d2f119cf9b p2p/discover: limit open files for node database 9 years ago
Felix Lange 206fe25971 p2p: remove testlog 9 years ago
Felix Lange 7fa2607bd1 p2p/discover: bump maxBondingPingPongs to 16 9 years ago
Felix Lange 691cb90284 p2p: log remote reason when disconnect is requested 9 years ago
Jeffrey Wilcke ff87c241a7 Merge pull request #973 from bas-vk/issue972 9 years ago
Péter Szilágyi fe87feccb1 eth/downloader: add a small additional check to the test 9 years ago
Péter Szilágyi ebf1eb9359 eth/downloader: remove a previous leftover 9 years ago
Péter Szilágyi 3eda70c64c eth, eth/downloader: remove parent verification from the downlaoder 9 years ago
Bas van Kervel 1fa48bc5e7 Introduced default unlock duration when an account is unlocked from the console 9 years ago
Péter Szilágyi a4246c2da6 eth, eth/downloader: handle a potential unknown parent attack 9 years ago
Jeffrey Wilcke 7fa740996c Merge pull request #960 from fjl/nat-fixes 9 years ago
Jeffrey Wilcke c7a13c9be8 Merge pull request #969 from Gustav-Simonsson/ethash_improve_hashrate_update2 9 years ago
Jeffrey Wilcke 2b06fe3eff Merge pull request #950 from karalabe/downloader-cancel-sync 9 years ago
Jeffrey Wilcke cdeae22356 Merge pull request #949 from bas-vk/issue944 9 years ago
Felix Lange 5f706cd7f5 cmd/utils: print messages from package log through glog 9 years ago
Felix Lange c14de2e973 p2p/nat: tweak port mapping log messages and levels 9 years ago
Jeffrey Wilcke e4aa011d23 Merge pull request #970 from ethereum/vitalik_quick_test 9 years ago
Felix Lange e7c7b54b82 Godeps: bump github.com/huin/goupnp to c57ae84 9 years ago
Felix Lange 663d4e0aff p2p/nat: add test for UPnP auto discovery via SSDP 9 years ago
Vitalik Buterin bdec8c3e41 Combined two loops 9 years ago
Gustav Simonsson b24f16fa53 Make read of ethash hashrate atomic and update ethash godep 9 years ago
Felix Lange 983f5a717a p2p/nat: fix concurrent access to autodisc Interface 9 years ago
Felix Lange 7efeb4bd96 p2p: bump maxAcceptConns and defaultDialTimout 9 years ago