aboutsummaryrefslogtreecommitdiffstats
path: root/core/total-ordering-syncer_test.go
Commit message (Collapse)AuthorAgeFilesLines
* core: lattice, total-ordering: remove newGenesisConfig (#308)haoping-ku2018-11-081-11/+7
| | | | | | * core: lattice, total-ordering: remove newGenesisConfig * fixup
* core: Remove max block interval (#287)Jimmy Hu2018-11-021-2/+1
|
* Rename repo to dexon-consensusWei-Ning Huang2018-11-021-9/+9
|
* core: Total Ordering syncer (#277)Jimmy Hu2018-11-011-0/+311
* Add simple processFinalizedBlock logic * processBlock * Bootstrap mode * Sort before flush * Add syncer test * Clean more data for memory * Add comments. Fix some stuffs.