- 18 Apr, 2015 16 commits
- 
- 
obscuren authored
- 
obscuren authored* Downloader's peers keeps track of peer's previously requested hashes so that we don't have to re-request * Changed `AddBlock` to be fully synchronous 
- 
obscuren authored
- 
obscuren authored
- 
obscuren authored
- 
obscuren authored
- 
obscuren authored
- 
obscuren authored
- 
obscuren authored
- 
obscuren authored
- 
obscuren authored
- 
obscuren authored
- 
obscuren authored
- 
obscuren authored
- 
obscuren authored
- 
obscuren authored* Improved block propagation by sending blocks only to peers to which, as far as we know, the peer does not know about. * Made sub protocol its own manager * SubProtocol now contains the p2p.Protocol which is used instead of a function-returning-protocol thing. 
 
- 
- 17 Apr, 2015 10 commits
- 
- 
obscuren authored
- 
obscuren authoredConflicts: eth/downloader/downloader.go 
- 
Felix Lange authoredadd extra space to miner icon 
- 
Fabian Vogelsteller authored
- 
Felix Lange authoredWhisper cleanup, part 2 
- 
obscuren authored
- 
Péter Szilágyi authored
- 
Péter Szilágyi authored
- 
Jeffrey Wilcke authoredp2p: fix the dial timer 
- 
Felix Lange authoredThe dial timer was not reset properly when the peer count reached MaxPeers. 
 
- 
- 16 Apr, 2015 8 commits
- 
- 
Jeffrey Wilcke authoredFix RPC Call output when empty 
- 
obscuren authored
- 
obscuren authored
- 
Jeffrey Wilcke authoredUpdate transaction tests 
- 
Péter Szilágyi authored
- 
Péter Szilágyi authored
- 
Péter Szilágyi authored
- 
obscuren authored
 
- 
- 15 Apr, 2015 6 commits
- 
- 
obscuren authoredProperly ignore blocks coming from peers not in our peer list (blocked) and do never request anything from bad peers. Added some checks to account for blocks known when requesting hashes (missing parents). 
- 
obscuren authored
- 
obscuren authoredProperly ignore blocks coming from peers not in our peer list (blocked) and do never request anything from bad peers. Added some checks to account for blocks known when requesting hashes (missing parents). 
- 
obscuren authored
- 
Gustav Simonsson authored* Include tests which now has consistent HEX encodings * Comment out two failing tests: " "TransactionWithHihghNonce" due to wrong nonce size "TransactionWithSvalueHigh" due to wrong ECDSA s range * Cleanup conversion functions and fix expected encodings for tests validation fields 
- 
Gustav Simonsson authored
 
-