• zelig's avatar
    major rewrite, reorg of blockpool + new features · 422490d7
    zelig authored
    - blockpool moves to its own package
    - uses errs pkg for its own coded errors
    - publicly settable config of params (time intervals and batchsizes)
    - test helpers in subpackage
    - optional TD in blocks used now to update peers chain info
    - major improvement in algorithm
    - fix fragility and sync/parallelisation bugs
    - implement status for reporting on sync status (peers/hashes/blocks etc)
    - several tests added and further corner cases covered
    422490d7
Name
Last commit
Last update
..
test Loading commit data...
blockpool.go Loading commit data...
blockpool_test.go Loading commit data...
blockpool_util_test.go Loading commit data...
config_test.go Loading commit data...
errors_test.go Loading commit data...
peers.go Loading commit data...
peers_test.go Loading commit data...
section.go Loading commit data...
status.go Loading commit data...
status_test.go Loading commit data...