- 29 Apr, 2015 11 commits
-
-
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.
-
obscuren authored
-
Jeffrey Wilcke authored
Remove path separator literals
-
Taylor Gerring authored
-
- 28 Apr, 2015 27 commits
-
-
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
-
obscuren authored
Conflicts: rpc/api.go
-
obscuren authored
-
obscuren 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.
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- 27 Apr, 2015 2 commits
-
-
Jeffrey Wilcke authored
Remove old logger from RPC pkg
-
Jeffrey Wilcke authored
Add privkey loading to block tests
-