Commit Graph

136 Commits (55a2f35a648ef70cdcc88bd751265e30831b54e5)

Author SHA1 Message Date
obscuren 42d2bc28af Upped protocol version 10 years ago
obscuren 7272577fe6 Added dns lookup 10 years ago
obscuren 5ede1224e4 minor rlp things 10 years ago
obscuren 42d47ecfb0 Removed peer disconnect on pong timeout. Fixes #106 10 years ago
obscuren 27f8922653 Increased block request amount 10 years ago
obscuren d1d2b660dc Prot 10 years ago
obscuren 41bd38147c Clean up and util methods 10 years ago
obscuren 7ee49c32b7 Added update method and general service timer 10 years ago
obscuren dcf4fad971 Networking code 10 years ago
obscuren 6d69ca36a7 Peer reconnect attempt 10 years ago
obscuren 306b5bcff3 Changed catching up code & peer handler 10 years ago
obscuren 32d125131f Refactored to new state and vm 10 years ago
obscuren 61cc2ba7d9 fixed 10 years ago
obscuren 449b9a9d68 Check if version in known + fix 10 years ago
obscuren 8820d4e5ac Decreased timeout 10 years ago
obscuren 2c46bfde8b Increased block request 10 years ago
obscuren ee3ba0b1d6 Catch up per 10 10 years ago
obscuren 639f1fd339 Log received and send to 10 years ago
obscuren 6cb35836a2 Upped protocol version number 10 years ago
obscuren ec040908e9 Protocol bump 10 years ago
zelig 90c2064640 peer constructors now set version string with ethereum.ClientIdentity().String() 10 years ago
obscuren bb2433ca1a Added quitting reason 10 years ago
obscuren d0959063d5 Up 10 years ago
zelig dabaa4cce0 change all modified calls to ethtrie, ethutil and ethcrypto functions 10 years ago
zelig 853053a3b2 go fmt 10 years ago
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