- May 05, 2015
-
-
Gustav Simonsson authored
-
Gustav Simonsson authored
-
Jeffrey Wilcke authored
cmd/geth: colorize console output in windows
-
Péter Szilágyi authored
-
- May 04, 2015
-
-
Jeffrey Wilcke authored
eth, eth/downloader: error handlers and td checks
-
- May 03, 2015
-
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
If a peer fails to respond (disconnect, etc) during hash downloading switch to a different peer which has it's current_hash in the queue's peer set.
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
- May 01, 2015
-
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
The downloader is no longer responsible for processing blocks. The eth-protocol handler now takes care of this instead. Added graceful shutdown during block processing. Closes #846
-
- Apr 30, 2015
-
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
Peers in the eth protocol handler are now being ignored for catch up.
-
- Apr 29, 2015
-
-
Jeffrey Wilcke authored
eth/downloader: missing parent improvement
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
p2p.Msg.ReceivedAt can be used for determining block propagation from begining to end.
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
When blocks have been sorted and are being processed, orphan blocks should be ignored and thrown out. The protocol handler is responsible for downloading blocks which have missing parents.
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
core: chain fork fix
-
Jeffrey Wilcke authored
Makefile improvements
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
Chain reorgs weren't properly handled when a chain was further ahead. Previously we'd end up with mixed chains in our canonical numbering sequence. Added test for this type of forking. ``` /-o-o-o A o-C-+ \-o-o-o-o B ``` Ends up with with C A1, A2, A3, B4
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-