aboutsummaryrefslogtreecommitdiffstats
path: root/core/consensus.go
Commit message (Expand)AuthorAgeFilesLines
* core: tune performance (#73)Mission Liao2018-08-281-0/+4
* core: Add vote type and add field to block. (#76)Jimmy Hu2018-08-281-0/+5
* core: Notary ack application. (#70)Jimmy Hu2018-08-221-0/+4
* core: Notary ack (#69)Jimmy Hu2018-08-211-35/+13
* core: NotaryAck interfaces. (#67)Jimmy Hu2018-08-201-6/+22
* core: Remove notary ack. (#64)Jimmy Hu2018-08-161-22/+25
* Verify consensus info and the acking's signature (#63)Jimmy Hu2018-08-161-3/+29
* core: Add compaction chain module. (#60)Jimmy Hu2018-08-161-0/+9
* core: Add a nonBlockingApplication. (#62)Jimmy Hu2018-08-151-1/+1
* core: Prepare Genesis block. (#54)Jimmy Hu2018-08-141-8/+45
* core: Sign block in Consensus.PrepareBlock. (#50)Jimmy Hu2018-08-131-2/+33
* core: Hash block in Consensus.PrepareBlock. (#46)Jimmy Hu2018-08-121-0/+22
* core: Modify Consensus interface (#45)Jimmy Hu2018-08-101-3/+21
* core: update governance interface and move K into config (#40)Wei-Ning Huang2018-08-101-5/+2
* core: Deliver only Hash to Application. (#43)Jimmy Hu2018-08-101-2/+6
* core: Add Consensus to replace core.Blocklattice (#35)Mission Liao2018-08-081-0/+130