Commit Graph

5830 Commits (bc6031e7bb453ec7e1f229b39e11967a8b32175a)
 

Author SHA1 Message Date
obscuren b2f2806055 cmd/geth, core: Updated DB version & seedhash debug method 10 years ago
Felix Lange 9253fc337e cmd/geth: exit the console cleanly when interrupted 10 years ago
Péter Szilágyi 612f01400f p2p/discover: bond with seed nodes too (runs only if findnode failed) 10 years ago
Péter Szilágyi 3630432dfb p2p/discovery: fix a cornercase loop if no seeds or bootnodes are known 10 years ago
Péter Szilágyi f539ed1e66 p2p/discover: force refresh if the table is empty 10 years ago
Péter Szilágyi 5076170f34 p2p/discover: permit temporary bond failures for previously known nodes 10 years ago
Péter Szilágyi 6078aa08eb p2p/discover: watch find failures, evacuate on too many, rebond if failed 10 years ago
Péter Szilágyi 64174f196f p2p/discover: add support for counting findnode failures 10 years ago
Felix Lange 6a674ffea5 Merge pull request #1108 from karalabe/fine-seeding 10 years ago
Jeffrey Wilcke b1f7b5d1f6 Merge pull request #1111 from obscuren/neg_tx_check 10 years ago
obscuren c37389f19c core: check negative value transactions. Closes #1109 10 years ago
Jeffrey Wilcke a55f408c10 Merge pull request #1090 from fjl/jsre-fixes 10 years ago
Jeffrey Wilcke 39b1fe8e44 Merge pull request #1086 from debris/solidity_std 10 years ago
Jeffrey Wilcke 365eea9fba Merge pull request #1106 from karalabe/silence-useless-downloader-log 10 years ago
Péter Szilágyi 4de8213887 cmd/geth: fix js console test for p2p server update 10 years ago
Péter Szilágyi 68898a4d6b p2p: fix Self() panic if listening is disabled 10 years ago
Péter Szilágyi e1a0ee8fc5 cmd/geth, cmd/utils, eth, p2p: pass and honor a no discovery flag 10 years ago
Péter Szilágyi 278183c7e7 eth, p2p: start the p2p server even if maxpeers == 0 10 years ago
obscuren ceea1a7051 Merge branch 'develop' 10 years ago
obscuren eae0927597 core: prevent crash when last block fails 10 years ago
Péter Szilágyi 3083ec5e32 eth/downloader: silence "Added N blocks from..." if N == 0 10 years ago
obscuren 2f2dd80e48 Merge branch 'develop' 10 years ago
obscuren d74ee40c86 cmd/geth: bumped version to 0.9.24 10 years ago
obscuren e6b143b00d Merge branch 'develop' 10 years ago
obscuren 3386ecb59a Merge branch 'release/0.9.24' into develop 10 years ago
obscuren 52b4e51366 Merge branch 'release/0.9.24' 10 years ago
obscuren 0a85260bcd cmd/geth: bumped version to 0.9.24 10 years ago
Jeffrey Wilcke 245f30c59b Merge pull request #1014 from fjl/p2p-dialer-3000 10 years ago
Jeffrey Wilcke fd38ea4149 Merge pull request #1099 from obscuren/fork_fix 10 years ago
obscuren 6c2f6f5b03 tests: removed missing block test 10 years ago
obscuren a6b46420d0 core: ban hash 38f5bb...a714bc 10 years ago
obscuren f6f81169fe core/vm: Fork fix. Removal of appending 0 bytes in memset 10 years ago
obscuren 03faccfb08 tests: updated 10 years ago
Jeffrey Wilcke 0de13b0bba Merge pull request #1102 from karalabe/maintain-block-origins 10 years ago
Péter Szilágyi eafdc1f8e3 eth, eth/downloader: surface downloaded block origin, drop on error 10 years ago
Jeffrey Wilcke 5044eb4b26 Merge pull request #1101 from obscuren/issue-1096 10 years ago
obscuren b419e2631a core/vm: Cleanups & SUB output fix. Closes #1096 10 years ago
Felix Lange cc318ff8db Merge pull request #1078 from carver/patch-1 10 years ago
Felix Lange e221a449e0 cmd/geth, jsre, rpc: run all JS code on the event loop 10 years ago
Felix Lange 9e1fd70b50 p2p: decrease frameReadTimeout to 30s 10 years ago
Felix Lange 1440f9a37a p2p: new dialer, peer management without locks 10 years ago
Felix Lange 9f38ef5d97 p2p/discover: add ReadRandomNodes 10 years ago
Felix Lange 64564da20b p2p: decrease maximum message size for devp2p to 1kB 10 years ago
Felix Lange 7b93341836 Godeps: add github.com/davecgh/go-spew 10 years ago
Felix Lange dbdc5fd4b3 p2p: delete Server.Broadcast 10 years ago
Felix Lange 2f249fea44 eth: stop p2p.Server on shutdown 10 years ago
Felix Lange 394826f520 Merge pull request #1066 from karalabe/peer-db-polishes 10 years ago
Marek Kotewicz c31f8e2bd7 compile solidity contracts with std library 10 years ago
Jason Carver f1ce5877ba do not export ring buffer struct 10 years ago
Jason Carver 8a7fb5fd34 do not export constant for when to log a deep block you mined 10 years ago