aboutsummaryrefslogtreecommitdiffstats
path: root/core/reliable-broadcast_test.go
Commit message (Expand)AuthorAgeFilesLines
* Rename validator* to node* (#120)Mission Liao2018-09-201-41/+41
* 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-67/+50
* core: timestamp (#98)Jimmy Hu2018-09-111-36/+17
* core: BA-based consensus core. (#93)Jimmy Hu2018-09-041-4/+4
* core: Add a new structure `Position` and move `ShardID`, `ChainID` and `Heigh...Jimmy Hu2018-09-031-42/+84
* core: Change the lattice key from validatorID to chainID. (#83)Jimmy Hu2018-08-301-48/+93
* core: tune total ordering performance (#81)Mission Liao2018-08-301-1/+2
* core: implicit fields in types.Block used in reliable broadcast (#59)Haoping Ku2018-08-171-10/+11
* test: refine test utility (#61)Mission Liao2018-08-151-8/+4
* core: add nack module (#41)Haoping Ku2018-08-131-104/+135
* core: Hash block in Consensus.PrepareBlock. (#46)Jimmy Hu2018-08-121-31/+67
* core: Add Block.IsGenesis() and set Block.ParentHash to 0 in genesis block. (...Jimmy Hu2018-08-091-27/+15
* core: Add Consensus to replace core.Blocklattice (#35)Mission Liao2018-08-081-0/+98
* Rename names of struct and filesMission Liao2018-08-061-0/+500