- 18 Apr, 2015 1 commit
-
-
obscuren authored
-
- 16 Apr, 2015 4 commits
-
-
obscuren authored
-
obscuren authored
-
Jeffrey Wilcke authored
Update transaction tests
-
obscuren authored
-
- 15 Apr, 2015 9 commits
-
-
obscuren authored
Properly 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
-
obscuren authored
-
obscuren authored
NOTE: For known, non-consensus, hard to reproduce bugs consider the following method `common.Report("extra", stuff, "you need logged")` will give you a stack trace and a friendly request to submit it as an issue on our issue tracker.
-
obscuren authored
-
obscuren authored
Log filter `Address` field was cast to a Hash which causes it to always fail.
-
obscuren authored
-
- 14 Apr, 2015 7 commits
- 13 Apr, 2015 19 commits
-
-
obscuren authored
-
Jeffrey Wilcke authored
p2p: more concurrency fixups
-
obscuren authored
-
obscuren authored
During a split parent and grand parent were included in the database but not in the canonical chain (numbered chain). Added a `merge` function which finds the common ancestor of the chains and reinserts the missing blocks.
-
Felix Lange authored
Fix links
-
ligi authored
Where 404s before - now linking to the path that they stay valid a little longer ;-)
-
obscuren authored
Processing transactions should continue when a transaction throws a gas limit reached error. Other transactions may actually succeed.
-
obscuren authored
Rlock => Lock when creating a new nonce
-
obscuren authored
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
removePeer can be called even after listenLoop and dialLoop have returned.
-
obscuren authored
-
Jeffrey Wilcke authored
blockpool stability fixes:
-
Jeffrey Wilcke authored
Added blockchain DB versioning support, closes #650
-
Felix Lange authored
Peer.readLoop will only terminate if the connection is closed. Fix the hang by closing the connection before waiting for readLoop to terminate. This also removes the british disconnect procedure where we're waiting for the remote end to close the connection. I have confirmed with @subtly that cpp-ethereum doesn't adhere to it either.
-
Felix Lange authored
This regression was introduced in b3c058a9.
-
Jeffrey Wilcke authored
Add transaction tests
-
obscuren authored
When a parent is missing in the block list an attempt should be made to fetch the missing parent and grandparents.
-