major rewrite, reorg of blockpool + new features
- 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
Showing
blockpool/blockpool.go
0 → 100644
This diff is collapsed.
blockpool/blockpool_test.go
0 → 100644
This diff is collapsed.
This diff is collapsed.
blockpool/config_test.go
0 → 100644
blockpool/errors_test.go
0 → 100644
blockpool/peers.go
0 → 100644
This diff is collapsed.
blockpool/peers_test.go
0 → 100644
blockpool/section.go
0 → 100644
This diff is collapsed.
blockpool/status.go
0 → 100644
blockpool/status_test.go
0 → 100644
blockpool/test/hash_pool.go
0 → 100644
blockpool/test/logger.go
0 → 100644
blockpool/test/util.go
0 → 100644
Please register or sign in to comment