- Apr 29, 2015
-
-
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
-
Jeffrey Wilcke 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.
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
Remove path separator literals
-
Taylor Gerring authored
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
The default value of the Shh option is true, but cli can't see it because it is not part of the mist options.
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
This is necessary because cli doesn't see the default value unless the flag is included.
-
Felix Lange authored
-
- Apr 28, 2015
-
-
Felix Lange authored
-
Felix Lange authored
This ensures that compiler error messages contain the correct path.
-
Jeffrey Wilcke authored
p2p/discover: fix api issues caused by leveldb update
-
Jeffrey Wilcke authored
rlp: fix list bounds check overflow (found by go-fuzz)
-
Péter Szilágyi authored
-
Jeffrey Wilcke authored
p2p/discover: persistent node database
-
Jeffrey Wilcke authored
godeps: refresh leveldb, clean up stale dependencies
-
Péter Szilágyi authored
-
Jeffrey Wilcke authored
Conflicts: rpc/api.go
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
Whisper cleanup, part 3
-
Felix Lange authored
The list size checking overflowed if the size information for a value was bigger than the list. This is resolved by always performing the check before reading.
-