- 05 May, 2015 3 commits
-
-
Gustav Simonsson authored
-
Jeffrey Wilcke authored
cmd/geth: colorize console output in windows
-
Péter Szilágyi authored
-
- 04 May, 2015 1 commit
-
-
Jeffrey Wilcke authored
eth, eth/downloader: error handlers and td checks
-
- 03 May, 2015 8 commits
- 01 May, 2015 2 commits
- 30 Apr, 2015 5 commits
- 29 Apr, 2015 21 commits
-
-
Jeffrey Wilcke authored
eth/downloader: missing parent improvement
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
p2p.Msg.ReceivedAt can be used for determining block propagation from begining to end.
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
obscuren 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.
-
obscuren authored
-
Jeffrey Wilcke authored
core: chain fork fix
-
Jeffrey Wilcke authored
Makefile improvements
-
obscuren authored
-
obscuren authored
-
obscuren 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
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
Insert blocks will no longer allow processing of multiple chains at the same time. The block lock has been moved to start of the function.
-