- 18 Apr, 2015 8 commits
-
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
* Improved block propagation by sending blocks only to peers to which, as far as we know, the peer does not know about. * Made sub protocol its own manager * SubProtocol now contains the p2p.Protocol which is used instead of a function-returning-protocol thing.
-
- 17 Apr, 2015 3 commits
- 16 Apr, 2015 4 commits
-
-
obscuren authored
-
obscuren authored
-
Jeffrey Wilcke authored
Update transaction tests
-
obscuren authored
-
- 15 Apr, 2015 11 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
-
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 7 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.
-