aboutsummaryrefslogtreecommitdiffstats
path: root/core/types/position_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Rename repo to dexon-consensusWei-Ning Huang2018-11-021-5/+5
|
* core: lattice sync (#257)Jimmy Hu2018-10-251-0/+31
|
* core: latticeData supports config change (#190)Mission Liao2018-10-121-0/+98
* Add test for num of chains changes. * Return error in latticeData.prepareBlock * Compare two positions * Modify chainStatus from height-based to index-based. * Fix consensus to use round variable * Remove sanity check in chainStatus * Fixup: refine sanity check - verify if round switching is required or not by chainTip's config. - make the logic in sanity check more clear - pospone acking relationship checking, they are more expensive to check.