aboutsummaryrefslogtreecommitdiffstats
path: root/core/reliable-broadcast.go
Commit message (Expand)AuthorAgeFilesLines
* Rename validator* to node* (#120)Mission Liao2018-09-201-23/+23
* core: replace acks with slice (#102)Mission Liao2018-09-121-8/+8
* core: timestamp (#98)Jimmy Hu2018-09-111-46/+7
* core: BA-based consensus core. (#93)Jimmy Hu2018-09-041-2/+20
* core: Add a new structure `Position` and move `ShardID`, `ChainID` and `Heigh...Jimmy Hu2018-09-031-23/+30
* core: Change the lattice key from validatorID to chainID. (#83)Jimmy Hu2018-08-301-41/+59
* core: implicit fields in types.Block used in reliable broadcast (#59)Haoping Ku2018-08-171-41/+63
* core: add nack module (#41)Haoping Ku2018-08-131-8/+22
* core: reliable-broadcast: delete old blocks (#47)Haoping Ku2018-08-101-3/+12
* Fix the bug preventing us from testing large group when using TCP-Local (#42)Mission Liao2018-08-101-7/+0
* core: Add Block.IsGenesis() and set Block.ParentHash to 0 in genesis block. (...Jimmy Hu2018-08-091-7/+6
* core: Add Consensus to replace core.Blocklattice (#35)Mission Liao2018-08-081-3/+80
* Rename names of struct and filesMission Liao2018-08-061-0/+309