| Commit message (Expand) | Author | Age | Files | Lines |
* | blockpool stability fixes: | zelig | 2015-04-13 | 8 | -344/+356 |
* | bugfixes for headsection deadlocks | zelig | 2015-04-11 | 1 | -7/+15 |
* | td update from node | zelig | 2015-04-10 | 4 | -139/+148 |
* | Skipped td test | obscuren | 2015-04-10 | 1 | -0/+1 |
* | Disabled TD check | obscuren | 2015-04-09 | 2 | -0/+4 |
* | separate lock for blacklist | zelig | 2015-04-09 | 1 | -3/+6 |
* | oops peer unlocked before return - fixes deadlock | zelig | 2015-04-09 | 2 | -0/+2 |
* | uncomment future block TD check, add test for skipping TD check on future block | zelig | 2015-04-09 | 4 | -9/+46 |
* | fix deadlock issue in AddBlock | zelig | 2015-04-09 | 4 | -39/+46 |
* | future queued block support | zelig | 2015-04-09 | 1 | -1/+2 |
* | put back checkTD and unskip incorrectTD test | zelig | 2015-04-09 | 2 | -5/+5 |
* | introduce peers registry on nodes | zelig | 2015-04-09 | 2 | -43/+41 |
* | fix blockpool deadlock | zelig | 2015-04-09 | 3 | -12/+22 |
* | fix TestPoolStatus test crashing, skip tests failing (due to @obscuren hotfixes) | zelig | 2015-04-09 | 3 | -1/+11 |
* | Updated logging | obscuren | 2015-04-07 | 1 | -1/+2 |
* | Disabled PoW check | obscuren | 2015-04-05 | 1 | -9/+12 |
* | Temp removed unrequested block error | obscuren | 2015-04-05 | 1 | -9/+13 |
* | Skipping test | obscuren | 2015-04-05 | 1 | -0/+2 |
* | Removed debugging | obscuren | 2015-04-05 | 1 | -2/+0 |
* | prevent deadlock | obscuren | 2015-04-05 | 1 | -0/+2 |
* | Disabled peer TD check to support suspended blocks (Future blocks) | obscuren | 2015-04-04 | 2 | -6/+6 |
* | basic glog | obscuren | 2015-04-04 | 1 | -1/+1 |
* | proper locking to prevent "parent unknown" INVALID blocks due to race in peer... | zelig | 2015-04-02 | 1 | -5/+4 |
* | proper locking to prevent close of closed channel crash when multiple mining ... | zelig | 2015-04-02 | 1 | -3/+7 |
* | blockpool: wrap intermittent status test in a loop | zelig | 2015-03-27 | 2 | -40/+55 |
* | header check for test | zelig | 2015-03-25 | 2 | -3/+8 |
* | bugfix with idle too long triggered after peer switch | zelig | 2015-03-25 | 2 | -8/+10 |
* | fixed bad uncles | obscuren | 2015-03-24 | 1 | -1/+2 |
* | Merge branch 'jsonlog' of https://github.com/ethersphere/go-ethereum into eth... | obscuren | 2015-03-23 | 1 | -12/+6 |
|\ |
|
| * | fix blockpool test logger | zelig | 2015-03-22 | 1 | -12/+6 |
* | | Idle too long error incorrectly triggered even when peer sending new blocks | zelig | 2015-03-22 | 4 | -28/+31 |
|/ |
|
* | use common.Hash as pool key, no string conversion needed | zelig | 2015-03-20 | 2 | -8/+8 |
* | fix common.Hash conversion | zelig | 2015-03-20 | 3 | -3/+5 |
* | fix import in reorganised test | zelig | 2015-03-20 | 1 | -2/+0 |
* | improve documentation and move one test | zelig | 2015-03-20 | 9 | -156/+202 |
* | reduce logging output | zelig | 2015-03-20 | 3 | -25/+22 |
* | uncomment status test, hack: skip the 2 unreliable fields | zelig | 2015-03-20 | 2 | -171/+182 |
* | check and penalise td misreporting | zelig | 2015-03-20 | 7 | -52/+129 |
* | fix missing hexification on IdleTooLong error log | zelig | 2015-03-20 | 1 | -1/+1 |
* | use own total difficulty to limit best peer | zelig | 2015-03-20 | 5 | -15/+82 |
* | peer suspension to disallow reconnect after disconnect on fatal error for se... | zelig | 2015-03-20 | 7 | -40/+116 |
* | updated blockpool | obscuren | 2015-03-17 | 3 | -58/+57 |
* | Moved ethutil => common | obscuren | 2015-03-16 | 3 | -9/+9 |
* | moved to detail | obscuren | 2015-03-16 | 1 | -1/+1 |
* | fix wonky head section loop; correct status counts | zelig | 2015-03-06 | 2 | -24/+33 |
* | partial fix to idle best peer issue | zelig | 2015-03-04 | 3 | -13/+33 |
* | log when added peer is behind (hash found in blockchain) | zelig | 2015-03-03 | 1 | -0/+1 |
* | - fix peer disconnect by adding severity function to errs | zelig | 2015-03-03 | 4 | -38/+55 |
* | major rewrite, reorg of blockpool + new features | zelig | 2015-02-25 | 13 | -0/+3583 |