aboutsummaryrefslogtreecommitdiffstats
path: root/core/consensus_test.go
Commit message (Expand)AuthorAgeFilesLines
* core: timestamp (#98)Jimmy Hu2018-09-111-3/+8
* core: Add a new structure `Position` and move `ShardID`, `ChainID` and `Heigh...Jimmy Hu2018-09-031-17/+35
* Use Network in Consensus core (#85)Jimmy Hu2018-08-311-1/+22
* core: Change the lattice key from validatorID to chainID. (#83)Jimmy Hu2018-08-301-8/+18
* simulation: add simulation with scheduler (#71)Mission Liao2018-08-211-1/+1
* core: Add a nonBlockingApplication. (#62)Jimmy Hu2018-08-151-7/+14
* core: Prepare Genesis block. (#54)Jimmy Hu2018-08-141-40/+62
* core: Sign block in Consensus.PrepareBlock. (#50)Jimmy Hu2018-08-131-1/+4
* core: Hash block in Consensus.PrepareBlock. (#46)Jimmy Hu2018-08-121-5/+11
* core: Modify Consensus interface (#45)Jimmy Hu2018-08-101-10/+10
* core: update governance interface and move K into config (#40)Wei-Ning Huang2018-08-101-3/+3
* core: Add Block.IsGenesis() and set Block.ParentHash to 0 in genesis block. (...Jimmy Hu2018-08-091-1/+1
* core: Add Consensus to replace core.Blocklattice (#35)Mission Liao2018-08-081-0/+305