Commit Graph

122 Commits (a626b7ebe1fa5f1029840e25e88a4de426cf64c4)

Author SHA1 Message Date
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
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