aboutsummaryrefslogtreecommitdiffstats
path: root/core/total-ordering_test.go
Commit message (Expand)AuthorAgeFilesLines
* core: total-ordering: add test TestRunFromNonGenesis (#226)Haoping Ku2018-10-221-0/+79
* core: total-ordering: change early flag to mode (#227)Haoping Ku2018-10-191-12/+12
* core: total ordering flush (#212)Mission Liao2018-10-181-87/+228
* core: check if flush is required when round switching in total-ordering (#197)Mission Liao2018-10-151-26/+106
* core: blocks generation supports rounds (#196)Mission Liao2018-10-141-24/+22
* core: latticeData supports config change (#190)Mission Liao2018-10-121-17/+10
* test: Short test applied to some long running tests (#168)Jimmy Hu2018-10-041-2/+6
* core: publish round based config (#165)Mission Liao2018-10-031-10/+17
* test: fix block generator (#126)Mission Liao2018-09-211-24/+25
* Rename validator* to node* (#120)Mission Liao2018-09-201-91/+91
* core: move blockdb into core package and minor change on governance interface...Wei-Ning Huang2018-09-171-1/+1
* core: replace acks with slice (#102)Mission Liao2018-09-121-119/+45
* core: total ordering with chain ID (#100)Mission Liao2018-09-121-239/+212
* core: Add a new structure `Position` and move `ShardID`, `ChainID` and `Heigh...Jimmy Hu2018-09-031-66/+156
* core: tune total ordering performance (#81)Mission Liao2018-08-301-234/+232
* core: tune performance (#73)Mission Liao2018-08-281-26/+36
* core: tune performance total ordering (#66)Mission Liao2018-08-211-248/+281
* test: refine test utility (#61)Mission Liao2018-08-151-20/+8
* core: Hash block in Consensus.PrepareBlock. (#46)Jimmy Hu2018-08-121-1/+1
* Fix the bug preventing us from testing large group when using TCP-Local (#42)Mission Liao2018-08-101-1/+1
* core: Add Block.IsGenesis() and set Block.ParentHash to 0 in genesis block. (...Jimmy Hu2018-08-091-60/+30
* core: Add Consensus to replace core.Blocklattice (#35)Mission Liao2018-08-081-21/+20
* Rename names of struct and filesMission Liao2018-08-061-0/+996