Commit Graph

110 Commits (da38faa8f7c0f2a6620b54e46fc38a201845e104)

Author SHA1 Message Date
zelig a02edf7a93 put back extra debug detail logging to the right places using logger.DebugDetailf 10 years ago
zelig b9e8a3e024 modified logging API 10 years ago
obscuren 9350ecd36f Do not keep on asking for the same chain 10 years ago
obscuren 0251fae5cc Changed loggers 10 years ago
Maran 1f79175898 Reworked peers to check for public key duplication and adding peers to peerlist only after the handshake has come in 10 years ago
Maran 22e16f15a6 Reduce peer timeout to 10 seconds 10 years ago
obscuren b836267401 .. 10 years ago
obscuren b0e023e432 Increase ping timeout to 30 seconds 10 years ago
obscuren 6d52da58d9 Logging mechanism 10 years ago
obscuren 63883bf27d Moving closer to interop 10 years ago
obscuren 8124547348 Moving a head closer to interop 10 years ago
obscuren 3a9d7d318a log changes 10 years ago
obscuren 9ee6295c75 Minor changes 10 years ago
Maran 1b40f69ce5 Prevent peer stop crash by removing logging 10 years ago
Maran 771f64397f Stop peers when they don't respond to ping/pong. Might fix ethereum/go-ethereum#78 10 years ago
Maran 2010fea088 Added faux latency for peeroverview 10 years ago
Maran fb6ff61730 Implemented Public Peer interface 10 years ago
obscuren f382221b28 Broadcast "peerList" event upon removing or adding peers 10 years ago
obscuren 15e0093e13 Fixed issue where the client could crash when sending malformed data 10 years ago
obscuren 8fcba0eb1e fixed test 10 years ago
Maran 24a6d87c3f Don't handshake if there is no key yet; first start on Ethereal 10 years ago
obscuren 14787ac148 Fixed some issues connecting for interop 10 years ago
obscuren 86cf69648e Improved miner so it won't include invalid transactions 10 years ago
obscuren 0e9c8568fd Re broadcast transactions 10 years ago
obscuren cbf221f6b7 Fixed competing block method 10 years ago
obscuren 6ef2832083 Upped prot 10 years ago
obscuren ad51c85e5d Fixed crash 10 years ago
obscuren b4e156e1d7 Up protocol version 10 years ago
Maran 12f30e6220 Refactored a lot of the chain catchup/reorg. 10 years ago
obscuren fd19142c0d No longer store script directly in the state tree 10 years ago
obscuren 8730dfdcc2 Changed how changes are being applied to states 10 years ago
obscuren 65f570271c Fixed catching up 11 years ago
obscuren a6b9ea05e8 Test 11 years ago
obscuren 166853aed9 Test 11 years ago
Maran 3ac74b1e78 Implemented IsUpToDate to mark the node as ready to start mining 11 years ago
obscuren f4fa0d48cb Moved keyring to ethutil & removed old methods. Implements #20 11 years ago
obscuren 0c1f732c64 Do not queue messages if the peer isn't connected (e.g. timing out) 11 years ago
Maran 52b664b0ae Removed peers from peerlist as soon as they disconnect. Might fix #13 11 years ago
Maran 8fe0864680 Only accept peers if we asked for them 11 years ago
Maran 5fcbaefd0b Don't forward localhost connections over the public network 11 years ago
Maran 8b4ed8c505 Properly exchange peer capabilities between peers 11 years ago
Maran 4eb3ad192e Made the debug line for invalid peer versions dynamic 11 years ago
obscuren e6a68f0c3a Removed debug log 11 years ago
obscuren d2ab322267 Removed debugging log 11 years ago
obscuren 38d6b67b5c Fixed state problem 11 years ago
Maran 782910eaa7 Small tweaks 11 years ago
obscuren b888652201 Added missing GetTx (0x16) wire message 11 years ago
obscuren 43cad69016 Reworked transaction constructors 11 years ago
Maran 6253d10938 initial testcode for canonical chain 11 years ago
Maran ec6ec62dd4 Remove some xtra logs 11 years ago